Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4)

Last Update 10 hours ago Total Questions : 132

The MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) content is now fully updated, with all current exam questions added 10 hours ago. Deciding to include C100DBA practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our C100DBA exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these C100DBA sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) practice test comfortably within the allotted time.

Question # 21

MongoDB is

A.

None of the above

B.

Object-oriented DBMS

C.

Relational DBMS

D.

Document-oriented DBMS

Question # 22

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

A.

allPlansExecution

B.

customExecutionStats

C.

queryPlanner

D.

executionStats

Question # 23

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: { $sum: 1 > > > ] )

B.

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

C.

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

D.

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

Question # 24

Aggregation Pipelines have a limit of:

A.

2 MB document and 100 MB RAM

B.

16 MB document and 100 MB RAM

C.

No limit on document and 100 MB RAM

D.

2 MB document and no limit on RAM

Question # 25

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.

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

C.

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

D.

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

Question # 26

The MongoDB explain() method does not support which of the following verbosity mode:

A.

executionStats

B.

queryPlanner

C.

customExecutionStats

D.

allPlansExecution

Question # 27

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 # 28

In order to ensure that you can maintain high availability in the face of server failure, you should implement which of the following?

A.

Sharding

B.

Properly defined user roles

C.

Replication

D.

Put indexes on all of your documents

E.

The proper storage engine

Question # 29

We can insert multiple documents in bulk using which of the following operations:

A.

initializeUnorderedBulk

B.

initializeUnorderedBulkOp

C.

initializeBulk

D.

initializeBulkOp

Question # 30

Which of the following is supported by MongoDB?

A.

Transaction Management

B.

ACID Transactions

C.

Journaling

D.

Relationships between Collections (Primary Key Foreign Key)

Go to page: