ExamGecko
Home Home / Cisco / 200-901

Cisco 200-901 Practice Test - Questions Answers, Page 39

Question list
Search
Search

List of questions

Search

How does edge computing analyze sensitive data in the context of privacy control?

A.

locally instead of sending the data to the cloud for analysis

A.

locally instead of sending the data to the cloud for analysis

Answers
B.

locally or on the cloud depending on the configuration

B.

locally or on the cloud depending on the configuration

Answers
C.

all at once by sending the data to the cloud

C.

all at once by sending the data to the cloud

Answers
D.

locally on each node, and then sends the data to the cloud

D.

locally on each node, and then sends the data to the cloud

Answers
Suggested answer: A

Explanation:


Which Python function is used to parse a string that contains JSON data into a Python dictionary?

A.

json.dumps()

A.

json.dumps()

Answers
B.

json.to_json()

B.

json.to_json()

Answers
C.

json.parse()

C.

json.parse()

Answers
D.

json.loads()

D.

json.loads()

Answers
Suggested answer: D

Explanation:

loads() function is present in python built-in 'json' module. This function is used to parse the JSON string.

Refer to the exhibit.

Refer to the exhibit. An engineer prepares a script to automate workflow by using Cisco DNA Center APIs to display: total count of devices list of the network devices information of one device with a hostname filter What is displayed in the final step after the Python script is executed?

A.

information about a device of type C9500-40x.

A.

information about a device of type C9500-40x.

Answers
B.

filtered results by the hostname and the platformld C9500-40X

B.

filtered results by the hostname and the platformld C9500-40X

Answers
C.

information about the test devices

C.

information about the test devices

Answers
D.

list of devices with platformId C9500-40x

D.

list of devices with platformId C9500-40x

Answers
Suggested answer: B

Explanation:


A team of developers is responsible for a network orchestration application in the company. The responsibilities also include: developing and improving the application in a continuous manner deployment of the application and management of CI/CD frameworks monitoring the usage and problems and managing the performance improvements Which principle best describes this DevOps practice?

A.

responsible for IT operations

A.

responsible for IT operations

Answers
B.

automation of processes

B.

automation of processes

Answers
C.

end-to-end responsibility

C.

end-to-end responsibility

Answers
D.

quality assurance checks

D.

quality assurance checks

Answers
Suggested answer: C

Explanation:


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.

A.

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

Answers
B.

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

B.

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

Answers
C.

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

C.

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

Answers
D.

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

D.

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

Answers
Suggested answer: D

Explanation:

The HTTP 401 Unauthorized error indicates that the request lacks proper authenticationcredentials. However, in this case, the credentials are provided, so the issue likely stems from a

missing or incorrect header. The Content-Type header is necessary for many REST APIs tospecify the format of the request body. Adding the Content-Type: application/yang-data+jsonheader ensures that the server correctly interprets the request as JSON formatted dataaccording to the YANG data model.

DRAG DROP

Refer to the exhibit.

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.


Question 386
Correct answer: Question 386

DRAG DROP

Drag and drop the functions from the left onto the networking devices on the right.


Question 387
Correct answer: Question 387

DRAG DROP

Refer to the exhibit.

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.


Question 388
Correct answer: Question 388

DRAG DROP

Drag and drop the code snippets from the bottom onto the blanks in the code to complete the happy path scenario. Not all options are used.


Question 389
Correct answer: Question 389

DRAG DROP

Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the Python script to retrieve a list of network devices from Cisco DNA Center. Not all options are used.


Question 390
Correct answer: Question 390
Total 471 questions
Go to page: of 48