

InterviewSolution
Saved Bookmarks
1. |
To get a correct snapshot of a running mongod process, you must have _________ enabled.(a) journaling(b) replication(c) MMS(d) all of the mentionedThe question was posed to me during an online exam.I'd like to ask this question from MongoDB Administration in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» RIGHT choice is (a) journaling For EXPLANATION: WITHOUT journaling enabled, there is no GUARANTEE that the snapshot will be consistent or valid. |
|