

InterviewSolution
Saved Bookmarks
1. |
mongodump and mongorestore can operate against a running _______ process.(a) mongostore(b) mongorestore(c) mongod(d) none of the mentioned |
Answer» Correct answer is (c) mongod The explanation: By default, mongodump does not capture the contents of the local database. |
|