

InterviewSolution
Saved Bookmarks
1. |
__________ operations cannot guarantee that the data files do not change.(a) db.lockl()(b) db.synclock()(c) db.fsyncUnlock()(d) secondaryI got this question in unit test.The origin of the question is Master Slave Replication topic in division Replication Concepts, Processes and Replication Set of MongoDB |
Answer» The CORRECT choice is (c) db.fsyncUnlock() |
|