300-635Updated 8d ago · Aug 28, 2026
Automating Cisco Data Center Solutions (DCAUTO)
60 questions across 1 topics, with suggested answers, explanations where available, and imported community discussion. The first 6 questions are free to preview.
Topics
| # | Topic | Questions | Free |
|---|---|---|---|
| 1 | Network Automation Foundation | 60 | 6 |
Preview
6 of 60 accessibleQuestion 1 · Network Automation Foundation Open
Which statement regarding synchronous and asynchronous API calls is true?
Answer: A
A synchronous API call waits for a response before returning control to the caller.
Question 2 · Network Element Programmability Open
Refer to the exhibit. How frequently will the subscription stream for `sys/bgp` be sent?
Answer: A
NX-OS telemetry subscription `sample-interval` values are expressed in milliseconds. A 5000-ms interval sends the stream every 5 seconds.
**Learn more:** [Cisco Nexus 9000 Series NX-OS Programmability Guide — Telemetry](https://www.cisco.com/c/en/us/td/docs/dcn/nx-os/nexus9000/105x/programmability/cisco-nexus-9000-series-nx-os-programmability-guide-105x/chapter-3.html)
Question 3 · Network Element Programmability Open
Refer to the exhibit below. Assuming a new ACI instance, what occurs when this script runs?
Answer: B
`range(1,10)` produces the nine values 1 through 9. The script submits one tenant-creation request for each value, creating nine uniquely named tenant objects; it does not contain any operation that deletes them.