Skip to content

Instantly share code, notes, and snippets.

@Erliz
Last active October 2, 2023 10:09
Show Gist options
  • Save Erliz/6db84d609dadfda150c9 to your computer and use it in GitHub Desktop.
Save Erliz/6db84d609dadfda150c9 to your computer and use it in GitHub Desktop.
Sample Questions for MongoDB Certified DBA (C100DBA)
http://blog.cloudthat.com/sample-questions-for-mongodb-certified-dba-c100dba-exam/
1. b
2. с
3. a, c
4. a, c // b
5. c, d
6. b // | c
7. d // | b
8. d // | b, c
9. a
10. b
http://blog.cloudthat.com/sample-questions-for-mongodb-certified-dba-c100dba-exam-part-ii/
Section 1: Philosophy & Features:
1. a, b, d // | b, d
Section 2: CRUD Operations:
1. b
Section 3: Aggregation Framework:
1. c
2. a
3. d
Section 4: Indexing:
1. b, c, d // | b, c
Section 5: Replication:
1. a // d
Section 6: Sharding:
1. // sh.enableSharding(“testdb”) & sh.shardCollection(“testdb.testCollection”, {_id : 1 }, true )
Section 7: Server & Application Administration:
1. b
Section 8: Backup & Restore:
1. d
@terrebonne
Copy link

Where are the questions to the answers

@George5476
Copy link

Try following MongoDB C100DBA practice questions. The premium ones are really worth trying as they cover everything required to pass the DBA exam:

  1. https://www.examskit.com/mongodb/c100dba/pdf
  2. https://www.examskit.com/mongodb/c100dba/dumps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment