

InterviewSolution
Saved Bookmarks
1. |
________ servers store the cluster’s metadata.(a) Local(b) Config(c) Master(d) All of the mentionedThis question was addressed to me during a job interview.I'd like to ask this question from Sharding Concepts in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» RIGHT ANSWER is (a) Local For explanation I would SAY: This DATA contains a mapping of the cluster’s data SET to the shards. |
|