Free MongoDB C100DBA Exam Actual Questions

The questions for C100DBA were last updated On Dec 16, 2024

Question No. 1

Which of the following does MongoDB use to provide High Availability and fault tolerance?

Show Answer Hide Answer
Correct Answer: C

Question No. 2

In a sharded cluster, from which node does one stop the balancer process before initiating backup?

Show Answer Hide Answer
Correct Answer: D

Question No. 3

Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.

Show Answer Hide Answer
Correct Answer: A, B

Question No. 4

Which is the default mode in which the explain() command runs?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

What does the following $slice query return using the following command? db.posts.find( {}, { comments: { $slice: [ -10, 5 ] } } )

Show Answer Hide Answer
Correct Answer: A