Google News
logo
MongoDB - Quiz(MCQ)
______ reports on the active balancer lock, if it exists.
A)
FullName()
B)
sh._checkFullName()
C)
sh._adminCommand()
D)
sh.getBalancerLockDetails()

Correct Answer :   sh.getBalancerLockDetails()


Explanation : sh._checkFullName() tests a namespace to determine if its well formed.

Advertisement