MongoDB C100DBA MongoDB Certified DBA Associate Exam Practice Test

Page: 1 / 14
Total 132 questions
Question 1

Suposse tou have the following collection with only 2 documents:

If you run an aggregation query and use { $unwind: "$traits" } as the first stage, how many documents will be passed to the next stage of the aggregation pipeline?



Answer : B


Question 2

The MongoDB explain() method does not support which of the following verbosity mode:



Answer : A


Question 3

The MongoDB explain() method does not support which of the following verbosity mode:



Answer : C


Question 4

What is the equivalent command in MongoDB for the following SQL query?

SELECT * FROM posts WHERE author like "%john%"



Answer : A


Question 5

Which of the following about Capped Collections is correct?



Answer : B


Question 6

Which of the following aggregation commands in MongoDB does not support sharded collections?



Answer : B


Question 7

What does the following query do when performed on the posts collection? db.posts.update({_id:l},{Title:This is post with ID 1"})



Answer : B


Page:    1 / 14   
Total 132 questions