Skip to content

Instantly share code, notes, and snippets.

@ptsaraiva
Forked from Erliz/Part I
Created October 16, 2016 22:47
Show Gist options
  • Save ptsaraiva/9a5232070e8d6ca0d765b91dffb37ce6 to your computer and use it in GitHub Desktop.
Save ptsaraiva/9a5232070e8d6ca0d765b91dffb37ce6 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment