Free C100DBA Exam Braindumps (page: 4)

Page 3 of 34

Aggregation Pipelines have a limit of:

  1. 2 MB document and 100 MB RAM
  2. 16 MB document and 100 MB RAM
  3. No limit on document and 100 MB RAM
  4. 2 MB document and no limit on RAM

Answer(s): B



What is the maximum size of a MongoDB document?

  1. 2 MB
  2. 12 MB
  3. There is no maximum size. It depends on the RAM.
  4. 16 MB

Answer(s): D



If the value of totalKeysExamined is 30000 and the value of totalDocsExamined is 0, which of the following option is correct?

  1. None of the above
  2. The query used an index to fetch the results
  3. The query returned 0 documents
  4. The query returned 30000 documents after scanning the documents

Answer(s): B



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?

  1. db.posts.createIndex({commerits.$.author":-l});
  2. db.posts.createIndex({comments.$.author": {$desc:l>});
  3. db.posts.createIndex({comments.author":-l});

Answer(s): C






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

C100DBA Discussions & Posts