ETExamTower
200-901Updated 1d ago · Sep 4, 2026

DevNet Associate (DEVASC)

625 questions across 1 topics, with suggested answers, explanations where available, and imported community discussion. The first 62 questions are free to preview.

Topics

#TopicQuestionsFree
1Infrastructure and Automation62562

Preview

62 of 625 accessible
Question 1 · Infrastructure and Automation Open

A developer is preparing a Python application to monitor network performance for specific applications. The developer tests the code in a test environment but needs additional use cases and wants to enhance the scripts for different networks. Which resource must be used to benefit from open-source communities and contributors for the application?

Answer: A Cisco Code Exchange provides curated code repositories from community contributors and open-source communities, enabling developers to discover, reuse, and contribute code and automation use cases for network applications. **Learn more:** [About Cisco Code Exchange](https://developer.cisco.com/site/codeexchange-about-page/)
Question 2 · Understanding and Using APIs Open

An engineer must collect information about 20,000 Bluetooth clients by using the Cisco Meraki API. The API returns only 1,000 results. One HTTP response header contains the following data: `Link: https://api.meraki.com.info/api/v0/networks/ABC/bluetoothClients?perPage=1000&startingAfter=1000>;rel=“next”` Which RFC does the API implement to enforce this restriction?

Answer: A Cisco Meraki Dashboard API pagination implements RFC 5988 (Web Linking). Its `Link` response header provides relations such as `next` and the URL containing pagination parameters, allowing retrieval of subsequent result pages. **Learn more:** [Cisco Meraki Dashboard API Pagination](https://developer.cisco.com/meraki/api-v1/pagination/)
Question 3 · Understanding and Using APIs Open

Which capability does the AXL API provide?

Answer: C The AXL API requires authentication for access and uses credentials from accounts configured in Cisco Unified Communications Manager. It is an administrative provisioning API; Extension Mobility login and Tomcat-log collection are separate functions. AXL is accessed through HTTPS, rather than supporting both unsecured HTTP and HTTPS. **Learn more:** [Cisco AXL Authentication](https://developer.cisco.com/docs/axl/authentication/) · [Cisco AXL Developer Guide](https://developer.cisco.com/docs/axl/axl-developer-guide/)