Win IT Exam with Last Dumps 2024


Cisco 200-901 Exam

Page 15/28
Viewing Questions 141 150 out of 272 Questions
53.57%

Question 141
Refer to the exhibit. A developer wants to create a room named cisco through Webex API. The developer prepares the request by putting an API token inside the authorization header; however, the given HTTP call returns error code 400. How must the call parameters be changed to ensure a valid response?
Image 200-901_141Q.png related to the Cisco 200-901 Exam
A. Replace the team body parameter with the name body parameter.
B. Replace cisco with a valid name for a team.
C. Change the token in the header with the authorization token.
D. Change the HTTP method of the call to PUT.

Question 142
Refer to the exhibit. Which line must be included in the Bash script for the Python code to succeed?
Image 200-901_142Q.png related to the Cisco 200-901 Exam
A. define WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
B. export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
C. set WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
D. WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here

Question 143
What is a capability of the NETCONF protocol?
A. allows Python scripts to be executed externally from a network device
B. uses JSON to encode data in its content layer
C. allows XML messages to be exchanged via the SSH protocol
D. exposes a web-based interface

Question 144
Refer to the exhibit. 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?
Image 200-901_144Q.png related to the Cisco 200-901 Exam
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.

Question 145
DRAG DROP -Drag and drop the code from the bottom onto the box where the code is missing in the Python script to complete a function to return all the clients on a network by using the Cisco Meraki Dashboard API. Not all options are used.
Select and Place:
Image 200-901_145Q.png related to the Cisco 200-901 Exam
Image 200-901_145R.png related to the Cisco 200-901 Exam


Question 146
Refer to the exhibit. A developer creates a script to obtain a list of devices by using the Cisco DNA Center API. The remote server authorizes the request only if an authentication token is supplied in the headers. A function named get_auth_token() must retrieve a valid token by using HTTP Basic Authentication. Which code must be added to complete the get_auth_token() function?
Image 200-901_146Q.png related to the Cisco 200-901 Exam
A. resp = requests.post(url, auth=HTTPBasicAuth(DNAC_USER, DNAC_PASSWORD)) token = resp.json()['Token'] return token
B. resp = requests.post(url, auth=(DNAC_USER, DNAC_PASSWORD)) token = resp.json ()['Token'] return token
C. resp = http.post(url, auth=HTTPBasicAuth(DNAC_USER, DNAC_PASSWORD)) token = resp.json()['Token'] return token
D. resp = http.post(url, auth=(DNAC_USER, DNAC_PASSWORD)) token = resp.json()['Token'] return token

Question 147
DRAG DROP -Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to construct a request to find the Cisco DNA Center switch count. Not all options are used.
Select and Place:
Image 200-901_147Q.png related to the Cisco 200-901 Exam
Image 200-901_147R.png related to the Cisco 200-901 Exam

Question 148
Refer to the exhibit. A network engineer wants to use an API to update information about device interfaces. The network devices are deployed in a Cisco DevNetSandbox and have running interfaces. Which line of code needs to be placed in the snippet where the code is missing?
Image 200-901_148Q.png related to the Cisco 200-901 Exam
A. {'Content-Type': 'application/yang.data+xml', 'Accept': 'application/yang.data+xml'}
B. {'Content-Type': 'application/yang.data+yaml', 'Accept': 'application/yang.data+yaml'}
C. {'Content-Type': 'application/restconf.data+json', 'Accept': 'application/restconf.data+json'}
D. {'Content-Type': 'application/yang.data+utf8', 'Accept': 'application/restconf.data+utf8'}

Question 149
Refer to the exhibit. A network engineer works on a Cisco DevNet application that is available for download on the Cisco DevNet website. The engineer prepares a bash script to automate operations that relate to the application. Which workflow is being automated in the bash script?
Image 200-901_149Q.png related to the Cisco 200-901 Exam
A. compilation and configuration of the Cisco DevNet application so that it must be started manually
B. compilation, installation, and configuration of the Cisco DevNet application so that it starts automatically
C. compilation and installation of the Cisco DevNet application for an autonomous deployment model
D. installation and configuration of the Cisco DevNet application so that it starts manually

Question 150
A company wants to accelerate the adoption of technologies that will simplify its operations. Staff have different skill levels and are looking for a single site to find easy-to-consume beginner, intermediate, and advanced multidomain use cases. Which site should be used?
A. DevNet Ecosystem Exchange
B. DevNet Automation Exchange
C. DevNet Creations
D. DevNet Support Forum



Premium Version