Certbus > MongoDB > MongoDB Certifications > C100DBA > C100DBA Online Practice Questions and Answers

C100DBA Online Practice Questions and Answers

Questions 4

What read preference should your application use if you want to read from the primary under normal circumstances but allow reads from secondaries when a primary is unavailable?

A. secondaryPreferred

B. Secondary

C. nearest

D. primary

E. primaryPreferred

Browse 132 Q&As
Questions 5

Which of the following operators is used to updated a document partially?

A. $set

B. $update

C. $project

D. $modify

Browse 132 Q&As
Questions 6

What is the output of the following program?

A. 60 s

B. 1s

C. 100 s

D. 100 ms

Browse 132 Q&As
Questions 7

Which command can be used to rebuild the indexes on a collection in MongoDB?

A. db.collection.createlndex({relndex:l})

B. db.collection.reIndex({author:l})

C. db.collection.relndexQ

D. db.collection.createIndex({author:l}).reIndex()

Browse 132 Q&As
Questions 8

Which are the ONLY ways to project portions of an array?

A. $slice

B. $

C. All of the above

D. $ elemMatch

Browse 132 Q&As
Questions 9

In what format does mongodump creates backup files?

A. BSON

B. JSON

C. SOAP

D. XML

Browse 132 Q&As
Questions 10

In which of the following scenarios is sharding not the correct option. Select all that apply.

A. The write operations on the collection are low

B. The write operations on the collection are very high

C. The working set in the collection is expected to grow very large in size

D. The collection is a read intensive collection with less working set

Browse 132 Q&As
Questions 11

The________operator can be used to identify an element in the array to be updated without explicitly specifying the position of the element.

A. $ elemMatch

B. $slice

C. Updating an array field without knowing its index is not possible.

D. $

Browse 132 Q&As
Questions 12

Which of the following needs to be performed prior to initiate backup on a sharded cluster?

A. db.stopBalancer( )

B. sh.stopServer( )

C. db.stopServer( )

D. sh.stopBalancer( )

Browse 132 Q&As
Questions 13

Which is the default mode in which the explain() command runs?

A. allPlansExecution

B. customExecutionStats

C. queryPlanner

D. executionStats

Browse 132 Q&As
Questions 14

MongoDB is a schema-less design.

A. False

B. True

Browse 132 Q&As
Questions 15

Which of the following is true of the mechanics of replication in MongoDB? Check all that apply.

A. Members of a replica set may replicate data from any other data-bearing member of the set by default

B. Clients read from the nearest member of a replica ser by default

C. Operations on the primary are recorded in a capped collection called the oplog

Browse 132 Q&As
Questions 16

What is the equivalent command in MongoDB for the following SQL query? SELECT * FROM posts WHERE author like "%john%"

A. db.posts.find( { author: /John/ } )

B. db.posts.find( { author: /AjohnA/ > )

C. db.posts.find( { $like: {author: /John/} } )

D. db.posts.find( { author: {$like: /John/} } )

Browse 132 Q&As
Questions 17

In a sharded cluster, from which node does one stop the balancer process before initiating backup?

A. Any node

B. replicaset primary node

C. config server node

D. mongos node

Browse 132 Q&As
Questions 18

Which of the following does MongoDB use to provide High Availability and fault tolerance?

A. Sharding

B. Indexing

C. Replication

D. Write Concern

Browse 132 Q&As
Exam Code: C100DBA
Exam Name: MongoDB Certified DBA Associate (Based on MongoDB 4.4)
Last Update: Mar 17, 2025
Questions: 132 Q&As

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99