Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.
Answer : A, B
In order to ensure that you can maintain high availability in the face of server failure, you should implement which of the following?
Answer : C
Which of the following is a valid insert statement in mongodb? Select all valid.
Answer : B, C
To add a new user and enable authentication in MongoDB, which of the following steps need be executed?
Answer : C
Which of the following command is used to get all the indexes on a collection?
Answer : D
In a replica set, a_________number of members ensures that the replica set is always able to select a primary.
Answer : B
Which of the following operators is used to updated a document partially?
Answer : A