

InterviewSolution
Saved Bookmarks
1. |
Which of the following tool can be used to reload a database dump?(a) mongorestore(b) mongofiles(c) mongosupport(d) none of the mentionedI have been asked this question at a job interview.The question is from Installation in chapter MongoDB Enterprise and Packages of MongoDB |
Answer» RIGHT choice is (a) mongorestore To ELABORATE: The mongorestore program writes data from a binary DATABASE DUMP created by mongodump to a MONGODB instance. |
|