Question 21

Which command is used to determine storage capacity of specific database?
  • Question 22

    In a sharded replicas set environment with multiple mongos servers, which of the following would decide the mongos failover?
  • Question 23

    Which of the following is true of the mechanics of replication in MongoDB? Check all that apply.
  • Question 24

    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 25

    If you have created a compound index on (A,B, C) which of the following access pattern will not be able to utilize the index?