MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) - C100DBA Exam Practice Test

Which type of indexes does MongoDB support?
Correct Answer: B Vote an answer
Which option should be used to update all the documents with the specified condition in the MongoDB query?
Correct Answer: A Vote an answer
What is the output of the following program?
Correct Answer: A Vote an answer
'mongoimport' command is used for
Correct Answer: D Vote an answer
Which of the following commands can cause the database to be locked?
Correct Answer: B Vote an answer
In a sharded replicas set environment with multiple mongos servers, which of the following would decide the mongos failover?
Correct Answer: B Vote an answer
Addding the index {a:l} can potentially decrease the speed of which of the following operations? Check all that apply.
Correct Answer: A,B Vote an answer
Which mongodb tool is used to report details on number of database operations in MongoDB?
Correct Answer: B Vote an answer
What is the maximum size of a MongoDB document
Correct Answer: B Vote an answer
You are comparing values of different BSON types in mongodb. You want to compare from lowest to highest. Which comparison order is used?
Correct Answer: B Vote an answer