Which of the following is true about sharding?
A. Creating a sharded key automatically creates an index on the collection using that keyWhat is the output of following two commands in MongoDB: db. posts. insert({n_id":l}) db.posts.insert({"_id":l})
A. Two documents will be inserted with _id as 1Which of the following statements are true about the $match pipeline operator? Check all that apply.
A. You should use it early as possible in the pipelineThe oplog (operations log) is a special capped collection that keeps a rolling record of all operations that modify the data stored in your databases. All the replica set members contain a copy of the oplog in the following collection:
A. oplog.rsConsider that the posts collection contains an array called ratings which contains ratings given to the post by various users in the following format:

Which of the following query will return all the documents where the ratings array contains elements that in some combination satisfy the query conditions?
A. db.inventory.find( { ratings: { $elemMatch: { $gte: 3, $lte: 6 } } } )Below is a sample document in a given collection test.
{
a : 5, b : 3, c: 2, d : 1 >
Given a compound index { a: 1, b:l, c:l, d:l}, Which of the below query will not use in- memory sorting? Select all valid.
A. db.test.find( { a: 5, b: 3 } ).sort( { c: 1, d : 1 } )We can insert multiple documents in bulk using which of the following operations:
A. initializeUnorderedBulkWhich option should be used to update all the documents with the specified condition in the MongoDB query?
A. specify {all: true} as the third parameter of update commandMongoDB is a schema-less design.
A. FalseWhat does the following aggregate query perform?

Nowadays, 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.