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 wrong statement.

a) When a query does not include a shard key, the mongos can use cluster metadata from the config database to route the queries to shards
b) On larger clusters, scatter gather queries are unfeasible for routine operations
c) Replica sets use read preferences to determine where and how to route read operations to members of the replica set
d) None of the mwntioned

Answer: a
Explanation: If a query does not include the shard key, the mongos must direct the query to all shards in the cluster.

Join The Discussion