

InterviewSolution
Saved Bookmarks
1. |
To backup all the databases in a cluster via mongodump, you should have the ___________ role.(a) restore(b) backup(c) replication(d) all of the mentionedI had been asked this question in a job interview.My question is taken from MongoDB Packages topic in portion MongoDB Enterprise and Packages of MongoDB |
Answer» CORRECT answer is (B) backup To elaborate: The backup role provides the REQUIRED privileges for BACKING up all DATABASES. |
|