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 Sep 15,2025.
- Exam Code: 200-901
- Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
- Certification Provider: Cisco
- Latest update: Sep 15,2025
Which two concepts describe test-driven development? (Choose two.)
- A . It enables code refactoring.
- B . Write a test before writing code.
- C . Implementation is driven by incremental testing of release candidates.
- D . User acceptance testers development the test requirements.
- E . Tests are created when code is ready for release.
Which device is used to transport traffic from one broadcast domain to another broadcast domain?
- A . load balancer
- B . layer 2 switch
- C . router
- D . proxy server
Which service provides a directory lookup for IP addresses and host names?
- A . DNS
- B . DHCP
- C . SNMP
- D . NAT
Refer to the exhibit.
A REST API retune this JSON output for a GET HTTP request, Which has assigned to a variable called “vegetables” Using python, which output is the result of this command?
print(filter(lambda 1: 1[ ‘type’ ] == ‘fruit’, vegetables) [0][‘items’][0][‘items’][0])
- A . Lettuce
- B . Kiwi
- C . [‘kiwi’, ‘grape’]
- D . {‘color’: ‘green’, ‘items’: [‘kiwi’, ‘grape’]
In which situation would an edge computing solution be used?
- A . where low latency is needed
- B . where high CPU throughput is needed
- C . where fast memory is needed
- D . where high disk space is needed
A 401 HTTP response code is returned when calling a REST API.
What is the error state identified by this response code?
- A . The server cannot process the request as it has detected an issue in the request syntax or body.
- B . The server accepted the request but the client is not authorized for this content.
- C . The request has not been accepted because it requires authentication.
- D . The server cannot find the requested resource because the path specified is incorrect.
Which API is used to obtain data voicemail ports?
- A . Finesse gadgets
- B . Cisco Unified Communications manager
- C . Webex devices
- D . Webex teams
DRAG DROP
Drag and drop the element of the Finesse API on the left onto the description of its functionally on the right.
Which product provides network controller-level management features?
- A . Cisco DNA Center
- B . Cisco NX-OS
- C . Cisco UCS Manager
- D . Cisco ISE
Refer to the exhibit.
The JSON data in the exhibit has been parsed and stored in a variable, “data”.
What returns the value “172.16.0.11”?
- A . data[‘items’][0][‘host’][‘value’]
- B . data[‘items’][‘1’][‘host’][‘value’]
- C . data[‘items’][‘host’][1]
- D . data[‘items’][‘host’][‘value’]