

InterviewSolution
Saved Bookmarks
1. |
____________ does not dump the content of the local database.(a) mongoshell(b) mongodump(c) mongolocaldump(d) none of the mentionedThe question was posed to me in an interview.This intriguing question comes from MongoDB Packages topic in division MongoDB Enterprise and Packages of MongoDB |
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. |
|