

InterviewSolution
Saved Bookmarks
1. |
The _______ tool reads data from a MongoDB database and creates high fidelity BSON files.(a) mdump(b) mongodump(c) mongod(d) all of the mentioned |
Answer» The correct option is (b) mongodump Explanation: mongodump is a utility for creating a binary export of the contents of a database. |
|