adplus-dvertising
frame-decoration

Question

The ______ instances are the routers for the cluster.

a.

mongod

b.

mongos

c.

collection

d.

all of the mentioned

Answer: (b).mongos

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The ______ instances are the routers for the cluster.

Similar Questions

Discover Related MCQs

Q. A single sharded cluster must have exclusive use of its _______ servers.

Q. When a chunk grows beyond the chunk size, MongoDB attempts to split the chunk into smaller chunks, always based on ranges in the _____________

Q. Point out the correct statement.

Q. The index on the shard key cannot be a _________ index.

Q. Hashed shard keys use a ________ index of a single field as the shard key to partition data across your sharded cluster.

Q. Point out the correct statement.

Q. You can control how many chunks MongoDB will create with the ___________ parameter.

Q. MongoDB automatically computes the hashes when resolving queries using ______ indexes.

Q. MongoDB generates _______ values upon document creation to produce a unique identifier for the object.

Q. A shard key that increases monotonically will not hinder performance if most of your write operations are ____ operations.

Q. The mongos provides an interface for applications to interact with sharded clusters that hides the complexity of data ______

Q. The _________ process is responsible for redistributing the chunks of a sharded collection evenly among the shards for every sharded collection.

Q. Point out the correct statement.

Q. Use _______ migration to distribute data during bulk inserts.

Q. The balancer process sends the _______ command to the source shard.

Q. Point out the wrong statement.

Q. The source shard is responsible for incoming ______ operations for the chunk.

Q. ________ can alter the behavior so that the delete phase of the current migration blocks the start of the next chunk migration.

Q. The default value _________ becomes true for all chunk migrations.

Q. You can set the _________ option on the balancer configuration to set different write concern semantics.