

InterviewSolution
Saved Bookmarks
1. |
_________ stores a log of the operations in a replica set.(a) oplog.rs(b) log.rs(c) oplog(d) all of the mentioned |
Answer» Correct choice is (a) oplog.rs The explanation is: Built-in first-in-first-out property maintains the order of events while managing storage use. |
|