adplus-dvertising
frame-decoration

Question

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).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

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.

Similar Questions

Discover Related MCQs

Q. _____________ is used to control mongod commits in the journal.

Q. Clients can set a __________ value as part of a replica acknowledged write concern.

Q. MongoDB does not ___________ modifications made before the wtimeout interval expired.

Q. With an __________ write concern, MongoDB does not acknowledge the receipt of write operations.

Q. With a receipt acknowledged write concern, the _________confirms that it received the write operation and applied the change to the in-memory view of data.

Q. Indexes are typically available in ______ or located sequentially on disk.

Q. Point out the wrong statement.

Q. ___________ is used to determine whether a query is a covered query.

Q. The ________ message is used to update a document in a collection.

Q. Point out the correct statement.

Q. _____ can modify specific fields of an existing document or documents or replace an existing document entirely, depending on the update parameter.

Q. The update() method uses the _______ command, which uses the default write concern.

Q. _________ is used to view statistics about the query plan for a given query.

Q. A ________ query plan has returned a threshold number of matching results.

Q. A query _______ consists of a combination of query, sort, and projection specifications.