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 9 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 9 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 # 4

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

Question # 5

Which of the following index would be optimum for the query?

Select all valid. db.test.find( { a : 5, c : 2 })

A.

db.test.ensurelndex( { c:l, a: 1})

B.

db.test.ensurelndex( { a : 1, c: 1, d: 1, b : 1})

C.

CH db.test.ensurelndex( { a :1, c:l})

D.

db.test.ensurelndex( { a: 1, b :1, c:l, d:l})

Question # 6

As per the aggregation pipeline optimization concepts, if you have a $sort followed by a $match:

A.

Providing these parameters in any order does not impact the performance

B.

$sort moves before $match

C.

MongoDB does not do any movements by default and will use the order provided

D.

$match moves before $sort

Question # 7

Using an arbiter allows one to easily ensure an odd number of voters in replica sets. Why is this important?

A.

To help in disaster recovery

B.

To protect agains network partitions

C.

To enable certain read preference settings

D.

To add greather redundancy

E.

For more efficient backup operations

Question # 8

What tool would you use if you want to save a gif file in mongo?

Question # 9

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

Which of the following node is used during election in a replication cluster?

A.

primary

B.

arbiter

C.

hidden

D.

secondary

Go to page: