
CiscoCertified Network Associate Automation (CCNA Automation)
Domain 2Objective 9
9. Construct a Python Script That Calls a REST API Using the Requests Library 200-901 Practice Questions (Page 2)
Part of the 2.0 Understanding and Using APIs domain, which accounts for 20% of the 200-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 1–2 from this objective — we provide 18 practice questions to prepare you well beyond it. (estimate)
18questions here
4free pages
10concepts
20%of the exam
Questions 6–10
- 6
A script is querying a REST API that returns a paginated list of network devices. The API uses the 'Link' header for pagination, and the response body contains a JSON array of devices. The engineer needs to extract the URL for the next page from the 'Link' header. Which code snippet correctly retrieves this URL?
Select an answer first - 7
How do you pass query parameters like ?limit=10&offset=20 in a requests.get() call?
Select an answer first - 8
Which Python statement imports the requests library?
Select an answer first - 9
Which code snippet sends a POST request with a JSON payload?
Select an answer first - 10
What does HTTP status code 404 indicate?
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. “200-901” is a trademark of its owner, used for identification only.