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()

To elaborate: As a RESULT, do not USE these methods to ENSURE CONSISTENCY for the purposes of creating backups.



Discussion

No Comment Found

Related InterviewSolutions