

InterviewSolution
Saved Bookmarks
1. |
If applications modify data while mongodump is creating a backup _________ will compete for resources with those applications.(a) mongostore(b) mongorestore(c) mongod(d) mongodump |
Answer» Correct answer is (d) mongodump The explanation: Applications may continue modifying data while mongodump captures the output. |
|