MongoDB Certified DBA Associate C100DBA Exam Questions

Page: 1 / 14
Total 132 questions
Question 1

Which type of indexes does MongoDB support?



Answer : A


Question 2

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



Answer : C


Question 3

When should we consider representing a one-to-many relationship in an embedded collection instead of separate collection?



Answer : A


Question 4

Which of the following about Capped Collections is correct?



Answer : B


Question 5

Which of the following aggregate commands in MongoDB uses a pipeline approach with the goals of improving the aggregation performance?



Answer : C


Question 6

What does the output x of the following MongoDB aggregation query result into; db.posts.aggregate( [ { $group: { _id; "$author", x: { $sum: $likes } } } ] )



Answer : D


Question 7

Given a collection posts as shown below having a document array comments, which of the following command will create an index on the comment author descending?



Answer : C


Page:    1 / 14   
Total 132 questions