DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Boost Your Certification Prep with CCNA 200-901 Mock Tests, Cisco Certified DevNet Associate | SPOTO

Elevate your certification preparation with our extensive collection of CCNA 200-901 mock tests designed to help you excel in the CCNA CCNA 200-901 DEVASC exam. Our mock exams cover all essential topics including Software Development and Design, Understanding and Using APIs, and Cisco Platforms and Development. Access our exam materials to reinforce your understanding and enhance your exam practice. Utilize our exam simulator to simulate real exam conditions and familiarize yourself with the exam format. Whether you need sample questions, exam dumps, or exam answers, SPOTO provides comprehensive resources to support your exam preparation journey. With our tailored exam questions and answers, you'll be well-prepared to tackle the exam confidently and achieve your DevNet Associate certification goals.

Take other online exams

Question #1
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
View answer
Correct Answer: C
Question #2
Which two concepts describe test-driven development? (Choose two.)
A. User acceptance testers develop the test requirements
B. It enables code refactoring
C. Tests are created when code is ready for release
D. Implementation is driven by incremental testing of release candidates
E. Write a test before writing code
View answer
Correct Answer: CD
Question #3
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
View answer
Correct Answer: C
Question #4
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
View answer
Correct Answer: C
Question #5
Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library import requests
A. Mastered
B. Not Mastered
View answer
Correct Answer: D
Question #6
FILL BLANKFill in the blanks to complete the statement.Cisco DNA Center provides the capability to send an HTTP _______________ request to the API endpoint https://DNA-C_API_ADDRESS/api/v1/network-device/and receive the network _______________ list in _______________ format.
View answer
Correct Answer: SEEExplAn
Question #7
Drag and Drop the Bash commands from the left onto the correct actions on the right.
A. Mastered
B. Not Mastered
View answer
Correct Answer: C
Question #8
A developer is writing an application that uses a REST API and the application requires a valid response from the API.Which element of the response is used in the conditional check?
A. body
B. headers
C. link
D. URL
E. status code
View answer
Correct Answer: E
Question #9
What is an example of a network interface hardware address?
A. domain name
B. IP address
C. workstation name
D. MAC address
View answer
Correct Answer: B
Question #10
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
View answer
Correct Answer: C
Question #11
Which platform is run directly using a hypervisor?
A. Virtual
B. Bare metal systems
C. Containers
D. Applications
View answer
Correct Answer: AC
Question #12
Which description of a default gateway if true?
A. It is a device that receives IP packets that have no explicit next-hop in the routing table
B. It is a feature that translates between public and private addresses
C. It is a security feature that denies certain traffic
D. It is a device that receives Layer 2 frames with an unknown destination address
View answer
Correct Answer: C
Question #13
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
View answer
Correct Answer: C
Question #14
What are two functions of a routing table on a network device? (Choose two.)
A. It lists the routes to drop traffic
B. It lists the routes to a particular destination
C. It lists the static and dynamic entries
D. It lists hosts that are one hop away
E. It lists entries more than two hops away
View answer
Correct Answer: BC
Question #15
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?
A. HTTP GET
B. HTTP PUT
C. HTTP HEAD
D. HTTP POST
View answer
Correct Answer: DE
Question #16
Refer to the exhibit.What is represented in this YANG module?
A. interface management
B. BGP
C. OpenFlow
D. topology
View answer
Correct Answer: A
Question #17
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Nagios
B. Gradle
C. Jenkins
D. Git
View answer
Correct Answer: D
Question #18
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
View answer
Correct Answer: A
Question #19
What are two benefits of managing network configuration via APIs? (Choose two.)
A. more security due to locking out manual device configuration
B. configuration on devices becomes less complex
C. eliminates the need of legacy management protocols like SNMP
D. reduction in network changes performed manually
E. increased scalability and consistency of network changes
View answer
Correct Answer: DE
Question #20
Which two protocols are used to apply a configuration change on a Cisco IOS XE device? (Choose two)
A. CCX
B. RESTCONF
C. NETCONF
D. HSRP
E. CDP
View answer
Correct Answer: A
Question #21
Which two types of NAT are used in a network? (Choose two.)
A. Static NAT
B. Normal NAT
C. Multicast NAT
D. Dynamic NAT
E. Router NAT
View answer
Correct Answer: AC
Question #22
A developer created a new secure API and is testing the functionality locally. The API was added to a container for further testing, and other team members and applications need to connect to the API. Which command exposes the API in the container as port 8443 and allows connections external to the host?
A. docker run -p 127
B. docker run -p 0
C. docker run -p 0
D. docker run -p 127
View answer
Correct Answer: C
Question #23
A function my_func() returns True when it executes normally. Which python snippet tests my_func()?
A. Option A
B. Option B
C. Option C
D. Option D
View answer
Correct Answer: A
Question #24
Which service provides a directory lookup for IP addresses and host names?
A. DNS
B. NAT
C. SNMP
D. DHCP
View answer
Correct Answer: A
Question #25
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security rules?
A. Switch
B. Router
C. Firewall
D. Load balancer
View answer
Correct Answer: A
Question #26
What are two roles of an artifact repository in a CI/CD pipeline? (Choose two.)
A. is required for CI/CD pipelines executed on a public cloud infrastructure
B. is required for managing open source software
C. stores files needed and generated during the build process
D. allows for comparing and merging changes in the source code
E. provides traceability, search, and management of binary files
View answer
Correct Answer: D
Question #27
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
View answer
Correct Answer: D
Question #28
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
View answer
Correct Answer: B
Question #29
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
View answer
Correct Answer: B
Question #30
Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?
A. HTTP POST
B. HTTP GET
C. HTTP HEAD
D. HTTP PUT
View answer
Correct Answer: A
Question #31
Which toot allows changes to the configuration management toolset to be tested?
A. pyATS
B. NAPALM
C. Cisco VIRL
D. Ansible
View answer
Correct Answer: D
Question #32
DRAG DROPDrag and drop elements of the RESTCONF Protocol stack from the left onto the correct descriptors on the right. Not allelements on the left are used.Select and Place:
View answer
Correct Answer: A
Question #33
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Git
B. Gradle
C. Nagios
D. Jenkins
View answer
Correct Answer: D
Question #34
What is an advantage of using network programmability?
A. Manual configuration is faster
B. No cloud abstraction occurs
C. It removes CLI access for devices
D. It provides for more scalable and replicable network provisioning
View answer
Correct Answer: D
Question #35
A small company has 5 servers and 50 clients. What are two reasons an engineer should spilt this network into separate client and server subnets? (Choose two)
A. Internet access to the servers will be denied on the router
B. A router will limit the traffic types between the clients and servers
C. Subnets will split domains to limit failures
D. A router will bridge the traffic between clients and servers
E. Subnets provide more IP address space for clients and servers
View answer
Correct Answer: A
Question #36
Which model-driven programmability protocol does Cisco IOS XE Software support?
A. CORBA
B. SSH
C. gNMI
D. SOAP
View answer
Correct Answer: C
Question #37
Which two use cases are supported by Meraki APIs? (Choose two.)
A. Build location-aware apps from Wi-Fi and LoRaWAN devices
B. Build a custom Captive Portal for Mobile Apps
C. Configure network devices via the Dashboard API
D. Deploy applications onto the devices
E. Retrieve live streams from a Meraki Camera
View answer
Correct Answer: BC

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: