MongoDB C100DBA MongoDB Certified DBA Associate Exam Practice Test

Page: 1 / 14
Total 132 questions
Question 1

What tool do you use if you want to extract a CSV from mongo?

See Below Explanation:




Answer : A


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

As per the aggregation pipeline optimization concepts, if you have a $sort followed by a $match:



Answer : D


Question 7

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



Answer : A


Page:    1 / 14   
Total 132 questions