C100DBA Exam Question 16

You have the following index on the toys collection:
{
"manufacturer" : 1,
"name" : 1,
"date" : -1
}
Which of the following is able to use the index for the query? Check all that apply.
  • C100DBA Exam Question 17

    Below is a sample document of "orders" collection

    C100DBA Exam Question 18

    Which of the following commands will return all the posts with number of likes greater than 100 and less than
    200, both inclusive?
  • C100DBA Exam Question 19

    A collection and a document in MongoDB is equivalent to which of the SQL concepts respectively?
  • C100DBA Exam Question 20

    Which of the following command inside aggregate command is used in MongoDB aggregation to filter the documents to pass only the documents that match the specified condition(s) to the next pipeline stage.