Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Cisco logo

CiscoCertified Network Associate Automation (CCNA Automation)

Domain 5Objective 7

7. Identify the Workflow Being Automated by a Python Script That Uses Cisco APIs Including ACI, Meraki, Cisco DNA Center, and RESTCONF 200-901 Practice Questions (Page 5)

Part of the 5.0 Infrastructure and Automation 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–1 from this objective — we provide 43 practice questions to prepare you well beyond it. (estimate)

43questions here
9free pages
4concepts
20%of the exam

Questions 21–25

  1. 21application · medium

    A Python script uses the Cisco Meraki API to automate a daily task. It calls GET /api/v1/organizations/{orgId}/networks to list all networks, then for each network it calls GET /api/v1/networks/{networkId}/ssids to retrieve the SSID configurations. The script then checks if any SSID has the "enabled" field set to false and sends an email alert if so. What is the workflow being automated?

    Select an answer first
  2. 22expert · hard

    A Python script uses the Cisco ACI API to automate a task. The script authenticates to the APIC, then sends a POST to /api/mo/uni/tn-Prod.json with a payload containing "fvTenant". It then sends a POST to /api/mo/uni/tn-Prod/ctx-VRF1.json with a payload containing "fvCtx". Finally, it sends a POST to /api/mo/uni/tn-Prod/BD-BD1.json with a payload containing "fvBD" and "fvRsCtx" that references VRF1. What is the script automating?

    Select an answer first
  3. 23expert · hard

    A Python script uses the Cisco DNA Center API to automate a task. The script authenticates, then calls POST /dna/intent/api/v1/network-device with a payload that includes the device IP, hostname, and site ID. After that, it calls POST /dna/intent/api/v1/network-device/{id}/sync to trigger a sync. The script then polls the task ID until the status is "success". What is the workflow being automated?

    Select an answer first
  4. 24foundation · easy

    A Python script uses RESTCONF to send a GET request to the Cisco IOS XE device's YANG model to retrieve the current interface configuration. Which workflow is being automated?

    Select an answer first
  5. 25expert · hard

    A Python script uses the Cisco ACI API to automate a complex change. The script authenticates to the APIC, then sends a POST to /api/mo/uni/tn-Prod/ap-Web.json with a payload containing "fvAp". It then sends another POST to /api/mo/uni/tn-Prod/ap-Web/epg-EPG1.json with a payload containing "fvAEPg" and "fvRsBd" that references a bridge domain. Finally, the script sends a POST to /api/mo/uni/tn-Prod/ap-Web/epg-EPG1.json with a payload containing "fvRsCons" that references a contract. What is the script automating?

    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.