Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Cisco 200-901 - DevNet Associate (DEVASC)

Page: 14 / 14
Total 467 questions

When a Cisco IOS XE networking device is configured by using RESTCONF, what is the default data encoding method?

A.

application/yaml-data+json

B.

application/yang-data+json

C.

application/xml-data+json

D.

application/json-data+xml

What is the purpose of running tests before writing code in test-driven development?

A.

to find unexpected failures in the tests

B.

to demonstrate that the tests fail for expected reasons

C.

to ensure that the tests pass

D.

to provide proof of the work carried out

What is an advantage of device-level management as compared to controller-level management to automate the configuration of network devices?

A.

Device-level management has access to all devices from a single point on the network and controller-level management does not.

B.

Device-level management supports all subsets of the potential device settings and controller-level management does not.

C.

Device-level management supports REST API-enabled devices and controller-level management does not.

D.

Device-level management requires one controller per vendor and controller-level management does not.

Which RFC 1918 address space includes a subnet of 172.16.0.0 that uses a mask of 255.255.0.0?

A.

class A

B.

class B

C.

class C

D.

class D

An engineer must run tests on several Cisco controllers. Due to the nature of the task, the infrastructure must be running at all times and have access to APIs. Which Cisco DevNet source must the engineer use?

A.

DevNet Learning Labs

B.

DevNet Code Exchange

C.

DevNet Sandbox

D.

DevNet API documentation

An engineer deploys a Cisco CSR 1000 V instance to a virtual machine. The engineer must output the device configuration in JSON format. Which protocol is used for this task?

A.

YANG

B.

NETCONF

C.

SNMP

D.

RESTCONF

Users cannot access a webserver and after the traffic is captured, the capture tool snows an ICMP packet that reports "time exceeded in-transit". What is the cause of this webserver access issue?

A.

The large distance between the server and the users means that the packets require too much time to reach the destination.

B.

A router along the path is misrouting the packets in a wrong direction.

C.

A router along the path has the wrong time.

D.

The server is overloaded and the connection was not able to be processed in time.

Refer to the exhibit.

An administrator attempts to perform a GET operation by using the Cisco IOS XE RESTCONF API to return the hostname of a device. The sequence diagram in the exhibit illustrates the HTTP messages observed. Which change to the API request resolves the issue?

A.

Remove the -H 'Accept: application/yang-data+json’ header.

B.

Replace -u cisco:cisco parameter with -u ‘cisco:cisco’.

C.

Change the request method from -X ‘GET’ to -X ‘POST’.

D.

Add the -H ‘Content-Type: application/yang-data+json’ header.

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the function that adds a new global access rule that denies traffic using the Cisco ASA REST API. Not all options are used.

A development team is creating an application used for contactless payments. The application must:

Be web-based

Capture and process the credit card information for a purchase.

Which security action must the web application use to gather and process the private customer data?

A.

Enable RATs to monitor the web application remotely.

B.

Disable botnets to eliminate risks.

C.

Disable TLS to increase the connection speed.

D.

Enable the encryption of network traffic.