MongoDB C100DBA - MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4)
The________operator can be used to identify an element in the array to be updated without explicitly specifying
the position of the element.
What does the following $slice query return using the following command? db.posts.find( {}, { comments: { $slice: [ -10, 5 ] } } )
In order to ensure that you can maintain high availability in the face of server failure, you should implement which of the following?
Which of the following does MongoDB use to provide High Availability and fault tolerance?
'mongoimport' command is used for
Which mongodb tool is used to report details on number of database operations in MongoDB?
Which option can be used with update command so that a new document gets created if no matching document is found based on the query condition?
The following aggregation option is used to specify the specific fields that needs to be passed to the next stage of the aggregation pipeline:
Which of the following index would be optimum for the query?
Select all valid. db.test.find( { a : 5, c : 2 })
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?
