Cisco 200-901 Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC) Online Training
Cisco 200-901 Online Training
The questions for 200-901 were last updated at Nov 01,2025.
- Exam Code: 200-901
- Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
- Certification Provider: Cisco
- Latest update: Nov 01,2025
DRAG DROP
Drag and drop the descriptions from the left onto correct application deployment models on the right.

Refer to the exhibit.

What does the python function do?
- A . It returns DNAC user and password.
- B . It returns HTTP Basic Authentication.
- C . It returns an authorization token.
- D . It reads a token from a local JSON file and posts the token to the DNAC URL.
Which response status code is used by a RESTful interface to indicate successful execution of a request?
- A . 200
- B . 404
- C . 405
- D . 500
Which two items are Cisco DevNet resources? (Choose two.)
- A . TAC support
- B . Bitbucket
- C . Sandbox
- D . Software research
- E . API Documentation
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
- A . clients poll for the status of the execution of operations
- B . clients subscribe to a webhook for operation results
- C . clients can access the results immediately
- D . clients receive responses with a task id for further processing
What should a CI/CD pipeline aim to achieve?
- A . to allow manual testing before deployment
- B . to require minimal manual interaction
- C . to support new deployments on a fixed monthly schedule
- D . to provide a documented process for feedback
CORRECT TEXT
Refer to the exhibit.

Fill in the blanks to complete the cURL command to the list of networks in the Meraki organization with an id of 384279060
![]()
An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned.
Which feature limits the amount of data that is returned by the API?
- A . pagination
- B . payload limit
- C . rate limiting
- D . service timeouts
Refer to the exhibit.


The python interpreter and the Cisco python SDK are available by default in the Cisco NX-OS software. The SDK documentation shows how the cild() API can be used when working with working with JSON and XML.
What are two effect of running the script? (Choose two.)
- A . configure interlace loopback 5
- B . issue shutdown on interface loopback 5
- C . show only the interfaces In the up status
- D . show only the interfaces in admin shut status
- E . show details for the TABLE interface
Refer to the exhibit.

What caused the error in this API request?
- A . The API resource does not support the POST operation
- B . The API resource does not support JSON format payloads.
- C . The submitted JSON payload includes a field that is not supported by the API resource.
- D . The submitted JSON payload has a formatting issue
