MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) C100DBA Online Free Questions

Posted by: Pdfprep Category: Uncategorized Tags:

We are constantly updating our C100DBA prep questions. These C100DBA exam questions are supplied free of charge to all customers – hereby becoming an investment rather than a disposable product. Our clients receive the most reliable and up-to-date information when they decide to take the C100DBA exam. Our candidates walk into the Testing Room as confident as a Certification Administrator.

Page 1 of 6

1. What is the output of following two commands in MongoDB: db. posts. insert({n_id":l}) db.posts.insert({"_id":l})

2. Which of the following command inside aggregate command is used in MongoDB aggregation to filter the documents to pass only the documents that match the specified condition(s) to the next pipeline stage.

3. What does the following $slice query return using the following command? db.posts.find( {}, { comments: { $slice: [ -10, 5 ] } } )

4. Which of the following are valid json documents? Select all that apply.

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

6. Which command is used to determine storage capacity of specific database?

7. Which of the following about Capped Collections is correct?

8. Below is a sample document of "orders" collection


MongoDB-C100DBA40_1

9. What is the equivalent command in MongoDB for the following SQL query?

SELECT * FROM posts WHERE author like "%john%"

10. Which of the following does MongoDB use to provide High Scalability?