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

JSON stands for

A.

JavaScript Object Notation

B.

JavaScript Object Naming

C.

JavaScript Object Notice

D.

None of the above

Question # 32

Which of the following is a valid Replica Set configuration if you want:

1-Have 3 copies of everything

2- That RS3 is never primary

2- That RSI and RS2 can be primary?

You had to see the different configurations, RS3 could be hidden or priority 0 (But not a referee because we need

3 replicas), while RSI and RS2 could NOT have priority 0 or be hidden or anything like that

In a 4-member RS RSO , RSI, RS2 and RS3 + Referee, RSO (primary) falls after some write operations that have

replicated RSI and RS2 (but NOT RS3), who can get up as the new primary?

The configuration comes and in it we see that RS2 has a hidden: true (or a priority: 0, (I don ' t remember)

A.

ORS1

B.

ORS2

C.

ORS3

D.

O arbiter

E.

RSO

Question # 33

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

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

Question # 35

Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.

A.

Multi-statement transactions

B.

Joins

C.

Authentication

Question # 36

‘$set ' sets the value of

A.

Code block

B.

Name/value pair

C.

Key

D.

None of the above

Question # 37

Suposse tou have the following collection with only 2 documents:

If you run an aggregation query and use { $unwind: " $traits " } as the first stage, how many documents will be passed to the next stage of the aggregation pipeline?

A.

3

B.

5

C.

4

D.

2

E.

1

Question # 38

What does the output x of the following MongoDB aggregation query result into; db.posts.aggregate( [ { $group: { _id; " $author " , x: { $sum: $likes } } } ] )

A.

Average of likes on all the posts of an author, grouped by author

B.

Number of posts by an author

C.

Sum of likes on all the posts by all the authors

D.

Sum of likes on all the posts by an author, grouped by author

Question # 39

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

Go to page: