Free MongoDB C100DBA Exam Actual Questions

The questions for C100DBA were last updated On Jan 16, 2025

Question No. 1

Which mongodb tool is used to report details on number of database operations in MongoDB?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

Which option can be used with update command so that a new document gets created if no matching document is found based on the query condition?

Show Answer Hide Answer
Correct Answer: D

Question No. 3

Consider a collection posts which has fields: Jd, post_text, post_author, post_timestamp, post_tags etc. Which of the following query retrieves ONLY the key named post_text from the first document retrieved?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

Aggregation Pipelines have a limit of:

Show Answer Hide Answer
Correct Answer: D

Question No. 5

If you have created a compound index on (A,B, C) which of the following access pattern will not be able to utilize the index?

Show Answer Hide Answer
Correct Answer: C