

InterviewSolution
Saved Bookmarks
1. |
The _________ tool can populate a MongoDB database with the data from these BSON files.(a) mongostore(b) mongorestore(c) mongod(d) none of the mentionedI got this question during an interview.Query is from MongoDB Administration topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» RIGHT choice is (B) mongorestore The EXPLANATION: This tool is not ideal for capturing backups of LARGER systems. |
|