Exam Details

  • Exam Code
    :C100DBA
  • Exam Name
    :MongoDB Certified DBA Associate (Based on MongoDB 4.4)
  • Certification
    :MongoDB Certifications
  • Vendor
    :MongoDB
  • Total Questions
    :132 Q&As
  • Last Updated
    :May 04, 2025

MongoDB MongoDB Certifications C100DBA Questions & Answers

  • Question 71:

    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?

    A. upsert command instead of update command

    B. This has to be handled in application code (Node.js, PHP, JAVA, C#, etc.) and cannot be handled in mongo shell query

    C. {update: true, insert: true} as the third parameter of update command

    D. Specify {upsert : true } as the third parameter of update command

  • Question 72:

    You perform the following query on the sayings collection, which has the index { quote : "text" }: Assuming the documents below are in the collection, which ones will the following query return? Check all

    that apply.

    A. db.sayings.find( { $text : { $search : "fact find" } } )

    B. { _id : 3, quote : "Nobody will ever catch me." }

    C. { _id : 1, quote : "That's a fact, Jack." }

    D. { _id : 2, quote : "Find out if that fact is correct." }

  • Question 73:

    Which of the following aggregate commands in MongoDB uses a pipeline approach with the goals of improving the aggregation performance?

    A. mapReduce

    B. group

    C. aggregate

    D. All of the above

  • Question 74:

    `$set' sets the value of

    A. Code block

    B. Name/value pair

    C. Key

    D. None of the above

  • Question 75:

    Which of the following is incorrect statement about find and findOne operations in MongoDB?

    A. findQ returns all the documents in a collection while findOne() retrieves only the first one.

    B. find.limit(l) is not the same query as findOne()

    C. findOneQ returns the actual first document retrieved from a collection

    D. findQ and findOneQ returns cursors to the collection documents

  • Question 76:

    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 } )

    B. db.test.find( { a: 5, b: 3 } ).sort( { a: 1} )

    C. db.test.find( { a: 5, b: 3 } ).sort( { a: 1, b: 1, c: 1 > )

    D. db.test.find( { a: 5, b: 3 } ).sort( {c: 1 } )

  • Question 77:

    Mongodb does provide high availability via which option?

    A. Replication

    B. Indexing

    C. Sharding

    D. Journaling

  • Question 78:

    You are in a sharded cluster. What will you do prior to initiating backup in sharded cluster?

    A. db.stopBalancer()

    B. db.stopserver()

    C. sh.stopBalancer()

    D. sh.stopserverQ

  • Question 79:

    You are comparing values of different BSON types in mongodb. You want to compare from lowest to highest. Which comparison order is used?

    A. MinKey, Null, Numbers,Symbol, String,Object,Array,BinData

    B. MinKey, Null, Numbers,Object,Array,BinData,Symbol, String

    C. Object/Array^inData/Symbol,MinKey, Null, Numbers,String

    D. Objec^Array^inData,Symbol, String,MinKey, Null, Numbers

  • Question 80:

    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

Tips on How to Prepare for the Exams

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.