MongoDB Related Exams
C100DBA Exam
Consider that the posts collection contains an array called ratings which contains ratings given to the post by various users in the following format:

Which of the following query will return all the documents where the ratings array contains elements that in some combination satisfy the query conditions?
You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?
Which of the following is true of the mechanics of replication in MongoDB? Check all that apply.