MongoDB Related Exams
C100DBA Exam
You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?
Below is a sample document in a given collection test.
{ a : 5, b : 3, c: 2, d : 1 >
Given a compound index { a: 1, b:l, c:l, d:l}, Which of the below query will not use in-memory sorting? Select
all valid.
Which of the following is true of the mechanics of replication in MongoDB? Check all that apply.