

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) If you shut down a secondary to capture data with mongodump ensure that the operation can complete before its oplog becomes too stale to continue replicating(b) MongoDB Cloud Manager continually backs up MongoDB replica sets(c) Sharded cluster snapshots are easy to achieve with other MongoDB backup methods(d) None of the mentioned |
Answer» The correct answer is (c) Sharded cluster snapshots are easy to achieve with other MongoDB backup methods Easy explanation: Sharded cluster snapshots are difficult to achieve with other MongoDB backup methods. |
|