C100DBA試験無料問題集「MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) 認定」

Which of the following collections stores authentication credentials in MongoDB?

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?

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

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

Which of the following commands can cause the database to be locked?

In a replica set, a_________number of members ensures that the replica set is always able to select a primary.

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

If you have created a compound index on (A,B, C) which of the following access pattern will not be able to utilize the index?

Given a collection posts as shown below having a document array comments, which of the following command will create an index on the comment author descending?

In what format does mongodump creates backup files?