MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) - C100DBA Exam Practice Test
Given a replica set with five data-bearing members, suppose the primary goes down with operations in its oplog that have been copied from the primary to only one secondary. Assuming no other problems occur, which of the following describes what is most likely to happen?
Correct Answer: B
Vote an answer
Which of the following needs to be performed prior to initiate backup on a sharded cluster?
Correct Answer: D
Vote an answer
What tool do you use if you want to extract a CSV from mongo?
Correct Answer:
mongoexport
Which of the following does MongoDB use to provide High Scalability?
Correct Answer: D
Vote an answer
Which of the following index would be optimum for the query?
Select all valid. db.test.find( { a : 5, c : 2 })
Select all valid. db.test.find( { a : 5, c : 2 })
Correct Answer: A,C
Vote an answer