Want to pass your MongoDB Certified DBA Associate (Based on MongoDB 4.4) C100DBA exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which of the following command is used to get all the indexes on a collection?
A. db.collection.showIndexes()
B. db.collection.findlndexes()
C. db.showIndexes()
D. db.collection.getlndexesQ
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?
A. A, B, C
B. A
C. B, C
D. A, B
Update If Correct is an approach for which of the following concepts in MongoDB:
A. Concurrency Control
B. Atomicity
C. Performance Management
D. Transaction Management