Cisco 200-901 Certification Exam Details
Cisco 200-901 certifications are globally accepted and add significant value to any IT professional. The certification gives you a profound understanding of all the workings of the network models and the devices that are utilized with it. NWexam.com is proud to provide to you the best Cisco Exam Guides.
The Cisco 200-901 Exam is challenging, and thorough preparation is essential for success. This cert guide is designed to help you prepare for the DevNet Associate certification exam. It contains a detailed list of the topics covered on the Professional exam. These guidelines for the DEVASC will help guide you through the study process for your certification.
To obtain Developing Applications and Automating Workflows using Cisco Core Platforms certification, you are required to pass DEVASC 200-901 exam. This exam is created keeping in mind the input of professionals in the industry and reveals how Cisco products are used in organizations across the world.
Cisco 200-901 Exam Summary
● Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms
● Exam Code: 200-901
● Exam Price: $300 (USD)
● Duration: 120 mins
● Number of Questions: 90-110
● Passing Score: Variable (750-850 / 1000 Approx.)
● Exam Registration: PEARSON VUE
● Sample Questions: Cisco 200-901 Sample Questions
● Recommended Practice: Cisco Certified DevNet Associate Practice Test
● Recommended Training: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
Topics covered in the Cisco DevNet Associate 200-901 Exam
Software Development and Design- 15%
1. Compare data formats (XML, JSON, and YAML)
2. Describe parsing of common data format (XML, JSON, and YAML) to Python data structures
3. Describe the concepts of test-driven development
4. Compare software development methods (agile, lean, and waterfall)
5. Explain the benefits of organizing code into methods / functions, classes, and modules
6. Identify the advantages of common design patterns (MVC and Observer)
7. Explain the advantages of version control
8. Utilize common version control operations with Git
● Clone
● Add/remove
● Commit
● Push / pull
● Branch
● Merge and handling conflicts
● diff
Understanding and Using APIs- 20%
1. Construct a REST API request to accomplish a task given API documentation
2. Describe common usage patterns related to webhooks
3. Identify the constraints when consuming APIs
4. Explain common HTTP response codes associated with REST APIs
5. Troubleshoot a problem given the HTTP response code, request and API documentation
6. Identify the parts of an HTTP response (response code, headers, body)
7. Utilize common API authentication mechanisms: basic, custom token, and API keys
8. Compare common API styles (REST, RPC, synchronous, and asynchronous)
9. Construct a Python script that calls a REST API using the requests library
Cisco Platforms and Development- 15%
1. Construct a Python script that uses a Cisco SDK given SDK documentation
2. Describe the capabilities of Cisco network management platforms and APIs (Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, and NSO)
3. Describe the capabilities of Cisco compute management platforms and APIs (UCS Manager, UCS Director, and Intersight)
4. Describe the capabilities of Cisco collaboration platforms and APIs (Webex Teams, Webex devices, Cisco Unified Communication Manager including AXL and UDS interfaces, and Finesse)
5. Describe the capabilities of Cisco security platforms and APIs (Firepower, Umbrella, AMP, ISE, and ThreatGrid)
6. Describe the device level APIs and dynamic interfaces for IOS XE and NX-OS
7. Identify the appropriate DevNet resource for a given scenario (Sandbox, Code Exchange, support, forums, Learning Labs, and API documentation)
8. Apply concepts of model driven programmability (YANG, RESTCONF, and NETCONF) in a Cisco environment
● 9. Construct code to perform a specific operation based on a set of requirements and given API reference documentation such as these:
● Obtain a list of network devices by using Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, or NSO
● Manage spaces, participants, and messages in Webex Teams
● Obtain a list of clients / hosts seen on a network using Meraki or Cisco DNA Center
Application Deployment and Security- 15%
1. Describe benefits of edge computing
2. Identify attributes of different application deployment models (private cloud, public cloud, hybrid cloud, and edge)
3. Identify the attributes of these application deployment types
● Virtual machines
● Bare metal
● Containers
4. Describe components for a CI/CD pipeline in application deployments
5. Construct a Python unit test
6. Interpret contents of a Dockerfile
7. Utilize Docker images in local developer environment
8. Identify application security issues related to secret protection, encryption (storage and transport), and data handling
9. Explain how firewall, DNS, load balancers, and reverse proxy in application deployment
10. Describe top OWASP threats (such as XSS, SQL injections, and CSRF)
11. Utilize Bash commands (file management, directory navigation, and environmental variables)
12. Identify the principles of DevOps practices
Infrastructure and Automation- 20%
1. Describe the value of model driven programmability for infrastructure automation
2. Compare controller-level to device-level management
3. Describe the use and roles of network simulation and test tools (such as VIRL and pyATS)
4. Describe the components and benefits of CI/CD pipeline in infrastructure automation
5. Describe principles of infrastructure as code
6. Describe the capabilities of automation tools such as Ansible, Puppet, Chef, and Cisco NSO
7. Identify the workflow being automated by a Python script that uses Cisco APIs including ACI, Meraki, Cisco DNA Center, or RESTCONF
8. Identify the workflow being automated by an Ansible playbook (management packages, user management related to services, basic service configuration, and start/stop)
9. Identify the workflow being automated by a bash script (such as file management, app install, user management, directory navigation)
10. Interpret the results of a RESTCONF or NETCONF query
11. Interpret basic YANG models
12. Interpret a unified diff
13. Describe the principles and benefits of a code review process
14. Interpret sequence diagram that includes API calls
Network Fundamentals- 15%
1. Describe the purpose and usage of MAC addresses and VLANs
2. Describe the purpose and usage of IP addresses, routes, subnet mask / prefix, and gateways
3. Describe the function of common networking components (such as switches, routers, firewalls, and load balancers)
4. Interpret a basic network topology diagram with elements such as switches, routers, firewalls, load balancers, and port values
5. Describe the function of management, data, and control planes in a network device
6. Describe the functionality of these IP Services: DHCP, DNS, NAT, SNMP, NTP
7. Recognize common protocol port values (such as, SSH, Telnet, HTTP, HTTPS, and NETCONF)
8. Identify cause of application connectivity issues (NAT problem, Transport Port blocked, proxy, and VPN)
9. Explain the impacts of network constraints on applications
What type of questions are on the Cisco 200-901 exams?
● Single answer multiple choice
● Multiple answers multiple-choice
● Drag and Drop (DND)
● Router Simulation
● Testlet
DevNet Associate 200-901 Practice Exam Questions.
Grab an understanding from these Cisco 200-901 sample questions and answers and improve your 200-901 exam preparation towards attaining a Developing Applications and Automating Workflows using Cisco Core Platforms Certification. Answering these sample questions will make familiar with the types of questions you can expect on the actual exam. Doing practice with DevNet Associate DEVASC questions and answers before the exam as much as possible is the key to passing the Cisco 200-901 certification exam.
200-901 Developing Applications and Automating Workflows using Cisco Core Platforms Sample Questions:-
01. What are two advantages of the Model-view-controller software design pattern?
(Choose two.)
a) simplifies network automation
b) allows for multiple views of the same model
c) makes code easier to deploy using Cl/CD pipelines
d) reduces need for error handling
e) separates responsibilities of the code, which makes future modifications easier
02. An authentication script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients.
Which networking device must be at fault?
a) load balancer
b) laptop on which the script is running
c) switch
d) router
03. Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?
a) DevNet communities
b) DevNet code Exchange
c) DevNet Automation Exchange
d) DevNet sandbox
04. Before which process is code review performed when version control is used?
a) committing code
b) branching code
c) merge of code
d) checkout of code
05. A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced.
However, when the script is run during business hours, people report poor voice quality of phone calls. What explains this behavior?
a) The script is written in a low-level programming language where there is no memory safety. This causes a buffer overflow and disruption on the network.
b) The speed and duplex settings in Cisco DNA Center are set incorrectly, which causes the transfer to be too slow.
c) The application is running in the Voice VLAN and causes delays and jitter in the subnet.
d) Generating the logs causes the CPU on the network controller to spike, which causes delays in forwarding the voice IP packets.
06. In DNS, which record specifies an alias that refers to another name that ultimately resolves to an IP address?
a) CNAME
b) NS
c) AAA
d) SOA
07. 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.
08. What are two characteristics of Bare Metal environments that are related to application deployment?
(Choose two.)
a) Provides the hypervisor to host virtual servers.
b) Specifically designed for container-based workloads.
c) Provides workloads with access to hardware features.
d) Suitable for legacy application that do not support virtualization.
e) Not compatible with other cloud services such as PaaS or SaaS offerings.
09. On which port does NETCONF operate by default?
a) 23
b) 443
c) 822
d) 830
10. When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?
a) YANG
b) YAML
c) XML
d) x-form-encoding
Solutions:
Question: 01- Answer: b, e
Question: 02- Answer: c
Question: 03- Answer: a
Question: 04- Answer: b
Question: 05- Answer: b
Question: 06- Answer: a
Question: 07- Answer: a
Question: 08- Answer: a, c
Question: 09- Answer: d
Question: 10- Answer: c
Not every IT certification intended for professionals, but Cisco certification is a great deal. After achieving this Cisco 200-901, you can grab an opportunity to be an IT professional with unique capability and can help the industry or get a good job. Many individuals do the Cisco certifications just for the interest, and that payback as a profession because of the worth of this course.
Comments