MongoDB C100DBA - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/c100dba.html
Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.
The following aggregation option is used to specify the specific fields that needs to be passed to the next stage of the aggregation pipeline:
In a collection that contains 100 post documents, what does the following command do? db. posts. find ().skip(5).limit(5)
FILL BLANK
What tool do you use to see if you have a problem in the consumption of disk I / 0?
Which of the following is supported by MongoDB?
The MongoDB explain() method does not support which of the following verbosity mode:
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?
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?
Aggregation Pipelines have a limit of:
What is the maximum size of a MongoDB document?