Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Point out the correct statement.

a) Read operations on sharded clusters are most efficient when directed to a specific shard
b) Sharded clusters allow you to partition a data set among a cluster of mongod instances in a way that is nearly transparent to the application
c) For a sharded cluster, applications issue operations to one of the mongos instances associated with the cluster
d) All of the mentioned

Answer: d
Explanation: Queries to sharded collections should include the collection’s shard key.

Join The Discussion