

InterviewSolution
Saved Bookmarks
1. |
____________ does not dump the content of the local database.(a) mongoshell(b) mongodump(c) mongolocaldump(d) none of the mentioned |
Answer» Right option is (b) mongodump For explanation: mongodump can read data from either mongod or mongos instances, in addition to reading directly from MongoDB data files without an active mongod. |
|