Question 31

You are in a sharded cluster. What will you do prior to initiating backup in sharded cluster?
  • Question 32

    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.
  • Question 33

    Consider the following document from the products collection:

    What does the following query using $elemMatch return? db.products.find( { product_code: "345678" }, { variations: { $elemMatch: { size: ^L^ } } } )
  • Question 34

    Which of the following is true about aggregation framework?
  • Question 35

    Which is the default mode in which the explain() command runs?