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 81:

    When should we consider representing a one-to-many relationship in an embedded collection instead of separate collection?

    A. When the many is not very large

    B. When the many is very large

    C. Always D. Never

  • Question 82:

    Which of the following command is used to get all the indexes on a collection?

    A. db.collection.showIndexes()

    B. db.collection.findlndexes()

    C. db.showIndexes()

    D. db.collection.getlndexesQ

  • Question 83:

    What is the use of mongodump and mongorestore tools?

    A. backup mongodb deployment

    B. audit mongodb deployment

    C. performance tune mongodb deployment

    D. replicate mongodb deployments

  • Question 84:

    Which of the following are common uses of the mongo shell? Check all that apply

    A. Perform queries against MongoDB collections

    B. Perform administrative tasks

    C. Use as a JavaScript framework for your production system

  • Question 85:

    Write the command(s) are correct to enable sharding on a database "testdb" and shard a collection "testCollection" with _id as shard key.

    A. sh.enableSharding("testdb") and sh.shardCollection("testdb.testCollection", {_id : 1 }, true )

  • Question 86:

    Which of the following is true about aggregation framework?

    A. Each aggregation operator need to return atleast one of more documents as a result

    B. the aggregate command operates on a multiple collection

    C. A single aggregation framework operator can be used more than once in a query

    D. Pipeline expressions are stateless except accumulator expressions used with $group operator

  • Question 87:

    Which of the following operator can be used to limit the number of documents in an array field of a document after an update is performed?

    A. $arrayLimit

    B. $push along with $each, $sort and $slice

    C. $removeFromSet

    D. None of the above

  • Question 88:

    Which mongodb tools allow us to work with our data in a human readable format?

    A. mongoexport

    B. mongostat

    C. mongoimport

    D. mongodump

  • Question 89:

    Consider that you have a collection called population which has fields state and city. Which of the following query will calculate the population grouped by state and city?

    A. db.population.aggregate( [{ $group: { _id: { state: "$state", city: "$city" },pop: { $pop: 1 } } }] )

    B. db.population.aggregate( [{ $group: { _id: { city: "$city" },pop: { $sum: "$pop" } } }] )Multi Document Transaction is not supported by MongoDB

    C. db.population.aggregate( [{ $group: { _id: { state: Estate", city: "$city" },pop: { $sum: "$pop" } } }] )

    D. db.population.aggregate( [{ $group: { _id: { state: Estate", city: "$city" },pop: { $sum: 1 > > >] )

  • Question 90:

    You have a replicated cluster with 1 primary, 3 secondary, 1 arbiter. One of the secondary is hidden. What is the replication factor of this replicated cluster?

    A. 7

    B. 03

    C. 04

    D. 06

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.