a) Opscore Manager b) Ops Manager c) Mongod d) None of the mentioned Answer: b Explanation: This ...
View QuestionPoint out the wrong statement.
a) If you shut down a secondary to capture data with mongodump ensure that the operation can complete ...
View QuestionTo mitigate the impact of mongodump on the performance of the replica set, use mongodump to capture backups from a _________ member of a replica set.
a) primary b) secondary c) snaphot d) none of the mentioned Answer: b Explanation: Alternatively, you can ...
View QuestionWhen connected to a MongoDB instance, mongodump can adversely affect ______ performance.
a) mdump b) mongodump c) mongod d) all of the mentioned Answer: c Explanation: If your data ...
View QuestionPoint out the correct statement.
a) The mechanics of snapshots depend on the underlying storage system b) To get a consistent snapshot of ...
View QuestionOn Linux the ______ manager can create a snapshot.
a) LVM b) SVM c) MMS d) All of the mentioned Answer: a Explanation: You can create a backup by copying MongoDB’s underlying ...
View QuestionThe MongoDB ______ supports the backing up and restoring of MongoDB deployments.
a) Cloud Manager b) MMS c) MonitorMMS d) None of the mentioned Answer: a Explanation: MongoDB Cloud ...
View QuestionIf applications modify data while mongodump is creating a backup _________ will compete for resources with those applications.
a) mongostore b) mongorestore c) mongod d) mongodump Answer: d Explanation: Applications may continue modifying data while ...
View QuestionFor replica sets, mongodump also supports a point in time feature with the ________ option.
a) –oplog b) –log c) –op d) None of the mentioned Answer: a Explanation: To restore a ...
View Questionmongodump and mongorestore can operate against a running _______ process.
a) mongostore b) mongorestore c) mongod d) none of the mentioned Answer: c Explanation: By default, mongodump ...
View Question