Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Cisco logo

CiscoCertified DevNet Professional

Domain 2Objective 4

Construct an Application That Consumes a REST API That Supports Pagination 350-901 Practice Questions (Page 5)

Part of the 2.0 Using APIs domain, which accounts for 20% of the 350-901 exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 2–3 from this objective — we provide 29 practice questions to prepare you well beyond it. (estimate)

29questions here
6free pages
9concepts
20%of the exam

Questions 21–25

  1. 21application · medium

    A script consumes an API that returns paginated results with a `Link` header. The header includes `rel="next"` and `rel="last"` links. The developer wants to fetch all pages. What is the safest termination condition?

    Select an answer first
  2. 22application · easy

    An API uses offset/limit pagination and returns a `total` field. The developer requests `offset=0&limit=100` and receives 100 items. The `total` field is 250. What should the next request be?

    Select an answer first
  3. 23application · easy

    A client consumes a cursor-based API. The first response includes `"nextCursor": "abc123"`. The second response includes `"nextCursor": "def456"`. The third response includes `"nextCursor": null`. How many pages of data were retrieved?

    Select an answer first
  4. 24foundation · easy

    An API uses offset/limit pagination with a default limit of 20. To fetch the third page of results, what should the offset parameter be?

    Select an answer first
  5. 25foundation · easy

    When iterating through a page-based API, how do you determine that you have retrieved all available data?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Cisco. “350-901” is a trademark of its owner, used for identification only.