Cisco 200-901 Practice Exams
Last updated on Apr 05,2025- Exam Code: 200-901
- Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
- Certification Provider: Cisco
- Latest update: Apr 05,2025
The project is migrated to a new codebase, the “old_project” directory must be deleted. The directory has multiple read-only files, and it must be deleted recursively without prompting for confirmation.
Which bash command must be used?
- A . rm -rf old_project
- B . rm -r old_project
- C . rmdir -p old_project
- D . rmdir old_project
Refer to the exhibit.
The definition of the YANG module and a RESTCONF query sent to a Cisco IOc XE device is shown.
Which statement is correct if the RESTCONF interface responds with a 204 status code?
- A . The query failed at retrieving the logging seventy level.
- B . The query failed to set the logging seventy level due to an invalid path.
- C . The query retrieved the logging seventy level.
- D . The query updated the logging seventy level or created it if not present on the device.
DRAG DROP
Drag and drop the function on the left onto the type of plane that handles the function on the right.
DRAG DROP
Drag and drop elements of the RESTCONF protocol stack from the left onto the correct description on the right. Not all elements on the left are used.
What are two security benefits of a Docker-based application?
- A . easier to patch because Docker containers include only dependencies that the application requires
- B . prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses
- C . allows for separation of application that traditionally run in the same host
- D . natively secures access to secrets that are used by the running application
- E . guarantees container images are secured and free of vulnerabilities
what is an advantage of a version control system?
- A . forces the practice of trunk-based development
- B . prevents over-writing code or configuration files
- C . facilitates resolving conflicts when merging code
- D . ensures that unit tests are written
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
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.
Which service provides a directory lookup for IP addresses and host names?
- A . DNS
- B . DHCP
- C . SNMP
- D . NAT
Refer to Exhibit.
Which JSON is equivalent to the XML-encoded data.
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D