You are in a sharded cluster. What will you do prior to initiating backup in sharded cluster?
A. db.stopBalancer()You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?
A. A document will be inserted with the same _id as the last document insertedConsider the following posts document:

Which of the following queries will return the documents but with only the first two tags in the tags array?
A. db.posts.find({author:"Tom"?limit({tags:2})Below is a sample document of "orders" collection

Given a replica set with five data-bearing members, suppose the primary goes down with operations in its oplog that have been copied from the primary to only one secondary. Assuming no other problems occur, which of the following describes what is most likely to happen?
A. missing operations will need to be manually re-performedWhich of the following aggregation commands in MongoDB does not support sharded collections?
A. mapReduceWhich mongodb tool is used to report details on number of database operations in MongoDB?
A. mongorestoreIn a sharded replicas set environment with multiple mongos servers, which of the following would decide the mongos failover?
A. mongosYou have the following index on the toys collection:
{
"manufacturer" : 1,
"name" : 1,
"date" : -1
}
Which of the following is able to use the index for the query? Check all that apply.
A. db.toys.find( { name : "Big Rig Truck", date : "2013-02-01", manufacturer : "Tanko"Suposse tou have the following collection with only 2 documents:

If you run an aggregation query and use { $unwind: "$traits" } as the first stage, how many documents will be passed to the next stage of the aggregation pipeline?
A. 3Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only MongoDB exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C100DBA exam preparations and MongoDB certification application, do not hesitate to visit our Vcedump.com to find your solutions here.