

InterviewSolution
Saved Bookmarks
1. |
The _______ collection keeps track of the active components in the sharded cluster.(a) deploys(b) lockpings(c) locks(d) all of the mentionedThe question was posed to me in an online interview.The query is from Cluster Deployment in chapter Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» CORRECT option is (B) lockpings Best explanation: The locks COLLECTION STORES a distributed lock. |
|