MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) C100DBA Question # 38 Topic 4 Discussion

MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) C100DBA Question # 38 Topic 4 Discussion

C100DBA Exam Topic 4 Question 38 Discussion:
Question #: 38
Topic #: 4

In a collection that contains 100 post documents, what does the following command do? db. posts. find().skip(5).limit(5)


A.

Skip and limit nullify each other. Hence returning the first five documents.


B.

Skips the first five documents and returns the next five


C.

Limits the first five documents and then return them in reverse order


D.

Skips the first five documents and returns the sixth document five times


Get Premium C100DBA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.