adplus-dvertising
frame-decoration

Question

Point out the wrong statement.

a.

Database servers store the metadata for a sharded cluster

b.

Always back up the config database before doing any maintenance on the config server

c.

The mongos instances cache metadata and use it to route read and write operations to shards

d.

None of the mentioned

Answer: (a).Database servers store the metadata for a sharded cluster

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 a string that holds the address of the client, a mongos instance that initiates this change.

Q. The _______ collection keeps track of the active components in the sharded cluster.

Q. If the collection is empty then MongoDB will create the index as part of the ________

Q. Changing the _______ option will change the port that mongod listens for incoming connections on.

Q. The _____________ collection holds documents for each tagged shard key range in the cluster.

Q. Split empty chunks in your collection by manually performing the ______ command on chunks.

Q. Point out the correct statement.

Q. MongoDB provides the _________ command to combine contiguous chunk ranges into a single chunk.

Q. Use ________ to determine the current chunk ranges across the cluster.

Q. Point out the wrong statement.

Q. __________ splits the chunk that contains the shard key value specified by the query at the chunk’s median point.

Q. _________ splits a chunk at the shard key value specified by the query.

Q. sh.splitFind () Splits the chunk that contains the shard key value specified by the query at the chunk’s ______ point.

Q. The mergeChunks command requires at least _______ empty input chunk.

Q. The chunkSize and ________ options, passed at startup to the mongos, do not affect the chunk size after you have initialized the cluster.

Q. The preferred way to clear the _________ flag from a chunk is to attempt to split the chunk.

Q. Point out the correct statement.

Q. _________ is used to remove tags from a particular shard.

Q. ________ associates a shard with a tag or identifier.

Q. Point out the wrong statement.