C100DBA Exam Question 36
What does the totalKeysExamined field returned by the explain method indicate?
C100DBA Exam Question 37
Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.
C100DBA Exam Question 38
What is the use of mongodump and mongorestore tools?
C100DBA Exam Question 39
Which of the following is true of the mechanics of replication in MongoDB? Check all that apply.
C100DBA Exam Question 40
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.
{ 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.
