

InterviewSolution
Saved Bookmarks
1. |
A _______ set is a group of mongod instances that host the same data set.(a) copy(b) sorted(c) radii(d) replicaI have been asked this question in an international level competition.The origin of the question is Replication in MongoDB in chapter Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT answer is (d) replica The explanation: ONE MONGOD, the PRIMARY, receives all write OPERATIONS. |
|