nerdexam
MongoDB

C100DBA · Question #53

C100DBA Question #53: Real Exam Question with Answer & Explanation

Sign in or unlock C100DBA to reveal the answer and full explanation for question #53. The question stem and answer options stay visible for context.

Question

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

Options

  • ASkip and limit nullify each other. Hence returning the first five documents
  • BLimits the first five documents and then return them in reverse order
  • CSkips the first five documents and returns the sixth document five times
  • DSkips the first five documents and returns the next five

Unlock C100DBA to see the answer

You've previewed enough free C100DBA questions. Unlock C100DBA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full C100DBA Practice