Question 1

What does the totalKeysExamined field returned by the explain method indicate?
  • Question 2

    Which type of indexes does MongoDB support?
  • Question 3

    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?
  • Question 4

    What is the maximum size of Index Key Limit and Number of Indexes per collection?
  • Question 5

    What tool do you use to see if you have a problem in the consumption of disk I / 0?