

InterviewSolution
Saved Bookmarks
1. |
You cannot use a _________backup for the data files, only a snapshot backup.(a) mongorestore(b) mongodump(c) bsondump(d) rs.syncFrom()The question was posed to me during an online interview.I need to ask this question from Replication Maintenance topic in portion Replication Concepts, Processes and Replication Set of MongoDB |
Answer» The correct option is (B) mongodump |
|