MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) - C100DBA FREE EXAM DUMPS QUESTIONS & ANSWERS
You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?
Correct Answer: C
Vote an answer
In a sharded replica set environment, the w Option provides ability for write concern and j Option provides ability for the data to be written on disk journal. Consider that we have a seven member replica set and we want to assure that the writes are committed to journal. What should be the value of j?
Correct Answer: C
Vote an answer
Which is the correct order (lowest to highest) in which MongoDB compares the BSON types?
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
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?
Correct Answer: A
Vote an answer
Which of the following commands can cause the database to be locked?
Correct Answer: A
Vote an answer
