

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) The oplog is a special capped collection that keeps a rolling record of all operations that modify the data stored in your databases(b) MongoDB applies database operations on the primary and then records the operations on the primary’s oplog(c) The primary members then copy and apply these operations in an asynchronous process(d) None of the mentionedThe question was posed to me during an interview.I need to ask this question from Replication Processes topic in chapter Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Correct option is (c) The primary members then copy and apply these OPERATIONS in an asynchronous process |
|