Google News
logo
MongoDB - Quiz(MCQ)
_________ operations cannot guarantee that the data files do not change.
A)
secondary
B)
db.lockl()
C)
db.synclock()
D)
db.fsyncUnlock()

Correct Answer :   db.fsyncUnlock()


Explanation : As a result, do not use these methods to ensure consistency for the purposes of creating backups.

Advertisement