

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 mentioned |
Answer» Right choice is (b) mongorestore The explanation: This tool is not ideal for capturing backups of larger systems. |
|