Google News
logo
MongoDB - Quiz(MCQ)
_______ returns a boolean to report if the balancer is currently enabled.
A)
sh.enableBalancing()
B)
sh.getBalancerState()
C)
sh.getBalancerHost()
D)
None of the above

Correct Answer :   sh.getBalancerState()


Explanation : sh.getBalancerState() returns true when the balancer is enabled and false if the balancer is disabled.

Advertisement