adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

sh.deadForDLock() waits for a specified distributed sharded cluster lock

b.

sh.waitForBalancerOff() waits until the balancer stops running

c.

sh.statusserver() reports on the status of a sharded cluster, as db.printShardingStatus()

d.

all of the mentioned

Answer: (a).sh.deadForDLock() waits for a specified distributed sharded cluster lock

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

Similar Questions

Discover Related MCQs

Q. _______ enables the balancer and waits for balancing to start.

Q. ________ returns a boolean to report if the balancer is currently enabled.

Q. _______ activates the sharded collection balancer process if previously disabled using sh.disableBalancing().

Q. _________ disable balancing on a single collection in a sharded database.

Q. _________ removes an association between a range shard keys and a shard tag.

Q. _________ reports on the last chunk migration.

Q. Point out the wrong statement.

Q. _______ reports on the active balancer lock, if it exists.

Q. ________ tests to see if the mongo shell is connected to a mongos instance.

Q. Point out the correct statement.

Q. _______ runs a database command against the admin database of a mongos instance.

Q. Which of the following parameter denotes name of the shard from which to remove a tag?

Q. Use ________ to ensure that the balancer migrates documents that exist within the specified range to a specific shard.

Q. Which of the following parameter represents minimum value of the shard key range to include in the tag?

Q. Each document in the tags holds the ________ of the sharded collection and a minimum shard key value.

Q. To assign a tag to a range of shard keys use the _________ method when connected to a mongos instance.

Q. Point out the wrong statement.

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

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

Q. Point out the correct statement.