

InterviewSolution
Saved Bookmarks
1. |
_______ reports on the active balancer lock, if it exists.(a) sh._checkFullName()(b) sh._adminCommand()(c) sh.getBalancerLockDetails()(d) all of the mentionedThe question was asked by my school principal while I was bunking the class.Query is from Sharded Cluster Data Management in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» CORRECT option is (c) sh.getBalancerLockDetails() The best EXPLANATION: sh._checkFullName() TESTS a namespace to DETERMINE if its well FORMED. |
|