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 1)

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 1–5

  1. 1foundation · easy

    In a REST API response that includes pagination metadata, which field typically indicates the total number of items available across all pages?

    Select an answer first
  2. 2application · medium

    A script uses offset/limit pagination with `limit=100`. The API returns 100 items on the first request and 100 items on the second request. The third request returns 50 items. What is the termination condition?

    Select an answer first
  3. 3application · easy

    An API response for a page-based paginated endpoint includes the following JSON: `{"items": [...], "page": 3, "perPage": 20, "totalRecords": 75}`. How many pages are there in total?

    Select an answer first
  4. 4expert · hard

    A Python script aggregates data from a paginated API that returns items sorted by a `created_at` timestamp. New records are added continuously. The script uses page-based pagination with `page` and `per_page` parameters. After fetching page 1, the script fetches page 2, but some records from page 1 now appear on page 2. What is the most robust way to handle this?

    Select an answer first
  5. 5foundation · easy

    When writing a loop to fetch all pages from a paginated API, which condition is commonly used to terminate the loop?

    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.