Free C100DBA Exam Braindumps (page: 3)

Page 2 of 34

Which of the following is supported by MongoDB?

  1. Transaction Management
  2. ACID Transactions
  3. Journaling
  4. Relationships between Collections (Primary Key Foreign Key)

Answer(s): C



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

  1. executionStats
  2. queryPlanner
  3. customExecutionStats
  4. allPlansExecution

Answer(s): A



Consider a collection posts which has fields: Jd, post_text, post_author, post_timestamp, post_tags etc. Which of the following query retrieves ONLY the key named post_text from the first document retrieved?

  1. db.posts.finOne({},{_id:0, post_text:1})
  2. db.posts.findOne({post_text: 1})
  3. db.posts.find({},{_id:Of post_text:1})
  4. db.posts.finOne«},{post_text:l})

Answer(s): A



In a sharded replica set environment, the w Option provides ability for write concern and j Option provides ability for the data to be written on disk journal. Consider that we have a seven member replica set and we want to assure that the writes are committed to journal.
What should be the value of j?

  1. 1
  2. 2
  3. 0
  4. 7

Answer(s): B






Post your Comments and Discuss MongoDB C100DBA exam with other Community members:

C100DBA Discussions & Posts