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 02,2025.
- Exam Code: 200-901
- Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
- Certification Provider: Cisco
- Latest update: Nov 02,2025
What is the Git command to delete a local branch named “experiment” without a warning?
- A . git branch Cn experiment
- B . git branch Crm experiment
- C . git branch Cf experiment
- D . git branch CD experiment
DRAG DROP
Drag and drop the function on the left onto the type of plane that handles the function on the right.

When using the Bash shell, how it the output of the devnet command saved to a tile named “output.txt”?
- A . devnet & output.txt
- B . devnet > output.txt
- C . devnet < output.txt
- D . devnet I output.txt
What are two advantages of version control software? (Choose two.)
- A . It supports tracking and comparison of changes in binary formate files.
- B . It allows old versions of packaged applications to be hosted on the Internet
- C . It provides wiki collaboration software for documentation.
- D . It supports comparisons between revisions of source code files.
- E . It allows new team members to access the current code and history.
Which detail is included in a routing table?
- A . IP protocol
- B . Broadcast address
- C . TCP or UDP port number
- D . Destination next hop or outgoing interface
DRAG DROP
Drag and drop the network automation interfaces from the left onto the transport protocols that they support on the right.

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 resources.
- D . The submitted JSON payload has a formatting issue.
Package updates from a local server fail to download. However, the same updates work when a much slower external repository is used.
Way are local updates failing?
- A . The update utility is trying to use a proxy to access the internal resource.
- B . The Internet connection is too slow.
- C . The Internet is down at the moment, which causes the local server to not be able to respond.
- D . The server is running out of disk space.
Refer to the exhibit.

Which python data structure does my_json contain?
- A . List
- B . Json
- C . Map
- D . Dict
DRAG DROP
Refer to the exhibit.

Drag and Drop the code from the bottom onto the box where the code is missing on the Meraki Python script to create a new network


