Question 1

Which of the following does MongoDB use to provide High Scalability?
  • Question 2

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

    Which of the following is a valid insert statement in mongodb? Select all valid.
  • Question 4

    Which node in a replica set does accept write operation?
  • Question 5

    Given a collection posts as shown below having a document array comments, which of the following command will create an index on the comment author descending?