Which of the following needs to be performed prior to initiate backup on a sharded cluster?
Which of the documents below will be retrieved by the following query? Assume the documents are stored in a collection called "sample". Check all that apply.
db.sample.find( { "$or" : [ { "a" : { "$in" : [ 3, 10] > }, { "b" : { "$lt" : 2 > > ] > )
In a collection that contains 100 post documents, what does the following command do? db. posts. find().skip(5).limit(5)
Which mongodb tool is used to report details on number of database operations in MongoDB?