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

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 16–20

  1. 16expert · hard

    A Python script uses the Cisco Meraki API to automate a task. The script first calls GET /api/v1/organizations/{orgId}/networks to list networks. For each network, it calls GET /api/v1/networks/{networkId}/clients to retrieve clients, and then for each client it calls GET /api/v1/networks/{networkId}/clients/{clientId}/events to retrieve events. The script then checks if any event has a type of "association" and a reason of "802.1x failure" and sends an alert. What is the workflow being automated?

    Select an answer first
  2. 17application · medium

    A Python script uses the Cisco ACI API to automate a task. The script authenticates to the APIC and then sends a GET request to /api/class/fvTenant.json?query-target-filter=eq(fvTenant.name,"Prod"). It then parses the response and prints the tenant's DN and status. What is the workflow being automated?

    Select an answer first
  3. 18application · medium

    A Python script uses RESTCONF to interact with a Cisco IOS XE device. It sends a GET request to /restconf/data/Cisco-IOS-XE-native:native/interface/GigabitEthernet=1/0/1 with the Accept header set to application/yang-data+json. The script then parses the response and writes the IP address and subnet mask to a log file. What is the workflow being automated?

    Select an answer first
  4. 19application · medium

    A Python script uses the ACI REST API to authenticate to the APIC and then sends a GET request to retrieve the health score of all leaf switches. The script then compares the scores against a threshold and, if any leaf has a score below 80, it sends a notification to a Slack channel. Which workflow is being automated?

    Select an answer first
  5. 20foundation · easy

    A Python script uses the Cisco ACI REST API to create a new tenant, add a VRF, and define an application profile with EPGs. Which workflow 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.