Labour Day Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

200-901 DevNet Associate (DEVASC) Questions and Answers

Questions 4

A customer's cloud services must:

Migrate services to another data center on demand.

Save the operational state of the machine on demand.

Support Windows and Linux GUIs.

Maximize hardware utilization.

Which type of deployment meets these requirements?

Options:

A.

bare metal

B.

container

C.

virtual machine

D.

Kubernetes

Buy Now
Questions 5

200-901 Question 5

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script by using the Cisco SDK. Not all options are used.

200-901 Question 5

Options:

Buy Now
Questions 6

Which tool provides a testing environment to run tests on network devices and perform network automation scenarios?

Options:

A.

Visual Studio Code

B.

Cisco VIRL

C.

pyATS

D.

Cisco Packet Tracer

Buy Now
Questions 7

Refer to the exhibit.

200-901 Question 7

A developer can access the TLS REST API on server A, but cannot access the API on server B. The developer can ping server B. When the developer performs a packet capture on the TLS REST API port on server B, the capture shows that the packet arrived and the server responded. What causes the issue?

Options:

A.

Port 80 is blocked on the outgoing interface of firewall B.

B.

Port 443 is blocked on the outgoing interface of firewall A.

C.

Port 443 is blocked on the incoming interface of firewall B.

D.

Port 80 is blocked on the incoming interface of firewall A.

Buy Now
Questions 8

Which principle is a value from the manifesto for Agile software development?

Options:

A.

adhering to a plan over responding to requirements

B.

detailed documentation over working software

C.

processes and tools over teams and inter actions

D.

customer collaboration over contract negotiation

Buy Now
Questions 9

what is an advantage of a version control system?

Options:

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

Buy Now
Questions 10

A function my_func() returns True when it executes normally. Which python snippet tests my_func()?

200-901 Question 10

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 11

What is a firehose webhook?

Options:

A.

It collects data from third-party cloud APIs for custom applications.

B.

It enables an application to receive real-time data from Cisco Webex.

C.

It enables data to flow from the Cisco Webex API to a user’s application.

D.

It sends a notification of any event for commonly used resources.

Buy Now
Questions 12

Refer to the exhibit.

200-901 Question 12

Which JSON is equivalent to the XML –encoded data?

200-901 Question 12

200-901 Question 12

200-901 Question 12

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 13

200-901 Question 13

Refer to the exhibit. A developer is part of a team that is working on an open-source project in which source code is hosted in a public GitHub repository. While the application was built, security concerns were addressed by encrypting the credentials on the server. After a few months, the developer realized that a hacker managed to gain access to the account. The exhibit contains part of the source code for the login process. Why was the attacker able to access the developer's account?

Options:

A.

The encoded credentials were available in the source code.

B.

The application was not encrypting the communication with the server.

C.

The credentials were encrypted in the source code.

D.

An SSL certificate was used instead of the TLS protocol to authenticate.

Buy Now
Questions 14

What is a benefit of using a code review process in application development?

Options:

A.

accelerates the deployment of new features in an existing application

B.

provides version control during code development

C.

enables the quick deployment of new code

D.

eliminates common mistakes during development

Buy Now
Questions 15

An engineer needs to retrieve a list of locally available Firepower Threat Defense upgrade packages by using the Firepower Management Center REST API. The engineer uses a GET request with the URL:

/api/fmc_platform/v1/updates/upgradepackages/f413afeb-e6f6-75f4-9169-6d9bd49s625e

What does “f413afeb-e6f6-75f4-9169-6d9bd49s625e” represent?

Options:

A.

container UUID

B.

package UUID

C.

domain UUID

D.

object UUID

Buy Now
Questions 16

Refer to the exhibit.

200-901 Question 16

The output of the diff-u README.md-repo README.md command is shown. The original file was 165 lines long How many lines are in the edited copy of the file?

Options:

A.

162

B.

165

C.

172

D.

173

Buy Now
Questions 17

Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right.

200-901 Question 17

Options:

Buy Now
Questions 18

On which network plane is routing protocol traffic handled?

Options:

A.

data plane

B.

management plane

C.

authentication plane

D.

control plane

Buy Now
Questions 19

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.

200-901 Question 19

Options:

Buy Now
Questions 20

Which function does a router provide to a network?

Options:

A.

broadcast domain segmentation

B.

unique host on a Layer 3 network

C.

unique hardware address for every node on a LAN

D.

broadcast domain extension

Buy Now
Questions 21

What is a benefit of version control?

Options:

A.

prevents two users from working on the same file

B.

keeps track of all changes to the files

C.

prevents the sharing of files

D.

keeps the list of data types used in the files

Buy Now
Questions 22

Which configuration management tool has an agentless capability?

Options:

A.

Chef

B.

Puppet

C.

Ansible

D.

CFEngine

Buy Now
Questions 23

A business needs to create a simulated environment that mimics a production infrastructure to make changes to the OSPF process and analyze the impact. What should be used?

Options:

A.

Cisco VIRL / Cisco CML

B.

Cisco DevNet Sandbox labs

C.

pyATS

D.

Puppet

Buy Now
Questions 24

Refer to the exhibit.

200-901 Question 24

Which XML snippet has interface information that conforms to the YANG model?

Options:

A.

200-901 Question 24 Option 1Text Description automatically generatedB.

200-901 Question 24 Option 1Text Description automatically generated

B.

24Text Description automatically generated

C.

24Text Description automatically generated

Buy Now
Questions 25

An engineer must configure Cisco Nexus devices and wants to automate this workflow. The engineer will use an Ansible playbook to configure devices through Cisco NX REST API. Before the code is run, which resource must be used to verify that the REST API requests work as expected?

Options:

A.

Cisco Open NX-OS

B.

Cisco NX-OS SDK

C.

Cisco Learning Labs

D.

Cisco Code Exchange for Nexus

Buy Now
Questions 26

What is a benefit of organizing into modules?

Options:

A.

improves collaboration of the development team

B.

makes it easier to deal with large and complex systems

C.

enables the code to be broken down into layers

D.

enables the inclusion of more programming languages in the code

Buy Now
Questions 27

Refer to the exhibit.

200-901 Question 27

What do all the calls shown in the sequence diagram have in common?

Options:

A.

All the calls are optional.

B.

All the calls are asynchronous.

C.

All the calls are synchronous.

D.

All the calls depend on the catalog.

Buy Now
Questions 28

Refer to the exhibit.

200-901 Question 28

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?

200-901 Question 28

Options:

A.

Lettuce

B.

Kiwi

C.

[‘kiwi’, ‘grape’]

D.

{‘color’: ‘green’, ‘items’: [‘kiwi’, ‘grape’]

Buy Now
Questions 29

What are the two purposes for using a VLAN in a network? (Choose two)

Options:

A.

It is used to create the routing table.

B.

It creates a collection of MAC addresses.

C.

It is used for VM network traffic.

D.

It segments a network.

E.

It creates a broadcast domain.

Buy Now
Questions 30

What is a tenet of test-driven development?

Options:

A.

write documentation for tests

B.

write tests after adding new blocks of code

C.

write and run tests before writing new code

D.

run tests after writing new code

Buy Now
Questions 31

What is the outcome of executing this command?

git clone ssh://john@exmaple.com/path/to/my-project_git

Options:

A.

Creates a local copy of a repository called “my project”

B.

Creates a copy of a branch called “my project”

C.

Initiates a new Git repository called “my project”

D.

Creates a new branch called “my project”

Buy Now
Questions 32

Refer to the exhibit.

200-901 Question 32

Given the API documentation for the UCS SDK python class, UcsHandle, which code snippet creates a handle instance?

200-901 Question 32

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 33

200-901 Question 33

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to return the number of interfaces on a network device by using the Cisco DNA Center SDK. Not all options are used.

200-901 Question 33

Options:

Buy Now
Questions 34

Refer to the exhibit.

200-901 Question 34

Which JSON snippet configures a new interface according to YANG model?

A)

200-901 Question 34

B)

200-901 Question 34

C)

200-901 Question 34

D)

200-901 Question 34

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 35

200-901 Question 35

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to add a subnet to each bridge domain in the Ten1 tenant. Not all options are used.

200-901 Question 35

Options:

Buy Now
Questions 36

200-901 Question 36

Refer to the exhibit. A script must output details of all the Cisco Meraki MS220-BP switches across all organizations and networks. Drag and drop the code snippets from the bottom onto the boxes in the code to complete the script. Not all options are used.

200-901 Question 36

Options:

Buy Now
Questions 37

200-901 Question 37

Which data is specified in the response header?

Options:

A.

{

"id": "y123987jdkl". HTTP/1.1 200 OK

"status: "online",

"type": "switch"

}

B.

HTTP/1.1 200 OK

C.

''type'', ''switch''

D.

Content-Type

Buy Now
Questions 38

Drag and drop the code snippets from the bottom into the Python script to write API output to a csv file. Not all options are used.

200-901 Question 38

Options:

Buy Now
Questions 39

Refer to the exhibit.

200-901 Question 39

A developer just finished testing a Python script and wants to save the list of packages and versions installed on the current machine. The developer must make sure that it will not cause any issues if tested on another device due to different library versions. Which line of code needs to be placed on the snippet where the code is missing?

Options:

A.

pip freeze 2> requirements.txt

B.

pip freeze > requirements.txt

C.

pip freeze => requirements.txt

D.

pip freeze | requirements.txt

Buy Now
Questions 40

Which detail is included in a routing table?

Options:

A.

IP protocol

B.

Broadcast address

C.

TCP or UDP port number

D.

Destination next hop or outgoing interface

Buy Now
Questions 41

Users cannot access a webserver and after the traffic is captured, the capture too* shows an ICMP packet that reports "communication administratively prohibited" What Is the cause of this webserver access Issue?

Options:

A.

An access list along the path is blocking the traffic

B.

The traffic is not allowed to be translated with NAT and dropped.

C.

Users must authenticate on the webserver to access It

D.

A router along the path is overloaded and thus dropping traffic

Buy Now
Questions 42

An automation 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 mut be at fault?

Options:

A.

Laptop on which the script is running

B.

Router

C.

Switch

D.

Load balancer

Buy Now
Questions 43

Which two statements describe the advantages of using a version control system? (Choose two.)

Options:

A.

It allows for branching and merging so that different tasks are worked on in isolation before they are merged into a feature or master branch.

B.

It allows multiple engineers to work against the same code and configuration files and manage differences and conflicts.

C.

It provides tooling to automate application builds and infrastructure provisioning.

D.

It allows developers to write effective unit tests.

E.

It provides a system to track User Stories and allocate to backlogs.

Buy Now
Questions 44

Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?

Options:

A.

Change the HTTP method to PUT.

B.

Change the transport protocol to HTTPS.

C.

Check the MIMF types in the HTTP headers.

D.

Check the authentication credentials.

Buy Now
Questions 45

Which two items are Cisco DevNet resources? (Choose two.)

Options:

A.

TAC support

B.

Bitbucket

C.

Sandbox

D.

Software research

E.

API Documentation

Buy Now
Questions 46

What is the purpose of a MAC address?

Options:

A.

To uniquely identify a router in a LAN

B.

To uniquely identify a network interface in a LAN

C.

To uniquely identify a device on the internet

D.

To uniquely identify a switch in a LAN

Buy Now
Questions 47

200-901 Question 47

Refer to the exhibit. Drag and drop the Dockerfile contents from the left onto the functions on the right that create a container image to run traceroute to track network path to specific targets. Not all options are used.

200-901 Question 47

Options:

Buy Now
Questions 48

Drag and drop the types of management from the left onto the levels at which they are performed on the right.

200-901 Question 48

Options:

Buy Now
Questions 49

Which Cisco product provides malware and content filtering through DNS?

Options:

A.

Cisco ASA Firepower module

B.

Cisco AMP

C.

Cisco ISE

D.

Cisco Umbrella

Buy Now
Questions 50

What is a benefit of using edge computing in an IoT implementation?

Options:

A.

low cost in network design

B.

low network design complexity

C.

high availability for network components

D.

high speed in data processing

Buy Now
Questions 51

Refer to the exhibit.

200-901 Question 51

A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?

A)

200-901 Question 51

B)

200-901 Question 51

C)

200-901 Question 51

D)

200-901 Question 51

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 52

What is the meaning of the HTTP status code 204?

Options:

A.

request completed; new resource created

B.

server successfully processed request; no content returned

C.

standard response for successful requests

D.

invalid query parameters

Buy Now
Questions 53

Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script that calls a REST API request. The Python script retrieves a list of tasks from a to-do list for effective project management purposes. Not all options are used.

200-901 Question 53

Options:

Buy Now
Questions 54

Refer to the exhibit.

200-901 Question 54

A network engineer must change the configuration on devices daily. The Python script must collect CLI arguments from the user, organize data according to the Cisco-IOS-XE-native YANG model, and utilize Cisco REST APIs to make the configuration. Which workflow is being automated by the Python script?

Options:

A.

updating an existing route on the device

B.

adding a new route to a device

C.

including a route on the device and overwriting the current routes

D.

deleting the route that is passed through the command-line variables

Buy Now
Questions 55

What is a functionality of the Waterfall method as compared to the Agile method for software development?

Options:

A.

Waterfall increases agility to implement faster while Agile promotes reliability.

B.

A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.

C.

Customers get feedback during the process in Waterfall while they can see the result at the end in Agile.

D.

Requirements can be updated in Waterfall while in Agile it should be gathered in the beginning.

Buy Now
Questions 56

Refer to the exhibit.

200-901 Question 56

A developer needs to automatically retrieve all of the messages of a Webex room with the roomld of

HY2l2Y292cGFyazovL3Vz397748444YjU5NjAtNTk0ZJ0xMWVhLTk0Mj". Using the Webex API documentation shown, drag and drop the code snippets from below onto the code to complete the Python script to list all of the messages in the room. Not all options are used.

200-901 Question 56

Options:

Buy Now
Questions 57

Refer to the exhibit.

200-901 Question 57

A developer must integrate a bot with an internal communication app. The developer wants to replace the webexbot package with the teamsbot package by using Ansible and prepares a playbook In the first two tasks, the playbook stops the webexbot and verifies that the teamsbot is installed. What is accomplished in the last task of the workflow when the developer runs the Ansible playbook?

Options:

A.

stops the webexbot service and uninstals it and retains its configuration files

B.

installs the webexbot and retains the configuration files

C.

uninstalls the webexbot package and removes its configuration files

D.

searches whether the purge package is available in the repository and uninstalls the webexbot package

Buy Now
Questions 58

Which implementation creates a group of devices on one or more LANs that are configured to communicate as if they were attached to the same wire?

Options:

A.

WLAN

B.

VLAN

C.

IPsec

D.

HSRP

Buy Now
Questions 59

Refer to the exhibit.

200-901 Question 59

A network engineer uses model-driven programmability to monitor and perform changes on the network. The network engineer decides to use the NETCONF RPC message to complete one of their tasks. What is accomplished by sending the RPC message?

Options:

A.

The running-config of the device is returned.

B.

The name of each interface is reset to a default name.

C.

All the YANG capabilities supported by the device are returned.

D.

A list of interface names is returned.

Buy Now
Questions 60

What is a requirement when authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software?

Options:

A.

No authentication is required.

B.

OAuth must be used.

C.

Basic authentication must be used.

D.

A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.

Buy Now
Exam Code: 200-901
Exam Name: DevNet Associate (DEVASC)
Last Update: Apr 22, 2024
Questions: 406

PDF + Testing Engine

$70  $174.99

Testing Engine

$54  $134.99
buy now 200-901 testing engine

PDF (Q&A)

$48  $119.99
buy now 200-901 pdf