Cisco 200-901 Practice Test - Questions Answers, Page 39
List of questions
Related questions
How does edge computing analyze sensitive data in the context of privacy control?
locally instead of sending the data to the cloud for analysis
locally or on the cloud depending on the configuration
all at once by sending the data to the cloud
locally on each node, and then sends the data to the cloud
Which Python function is used to parse a string that contains JSON data into a Python dictionary?
json.dumps()
json.to_json()
json.parse()
json.loads()
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?
information about a device of type C9500-40x.
filtered results by the hostname and the platformld C9500-40X
information about the test devices
list of devices with platformId C9500-40x
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?
responsible for IT operations
automation of processes
end-to-end responsibility
quality assurance checks
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?
Remove the -H 'Accept: application/yang-data+json’ header.
Replace -u cisco:cisco parameter with -u ‘cisco:cisco’.
Change the request method from -X ‘GET’ to -X ‘POST’.
Add the -H ‘Content-Type: application/yang-data+json’ header.
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.
DRAG DROP
Drag and drop the functions from the left onto the networking devices on the right.
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.
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.
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