Exams > Cisco > 200-901: DevNet Associate (DEVASC)
200-901: DevNet Associate (DEVASC)
Page 7 out of 39 pages Questions 61-70 out of 390 questions
Question#61


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?

  • 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.
Discover Answer Hide Answer

A

Question#62


Refer to the exhibit. Which line must be included in the Bash script for the Python code to succeed?

  • 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
Discover Answer Hide Answer

B

Question#63

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
Discover Answer Hide Answer

C

Question#64


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?

  • 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.
Discover Answer Hide Answer

A

Question#65

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:

Discover Answer Hide Answer


Question#66


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?

  • 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
Discover Answer Hide Answer

A

Question#67

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:

Discover Answer Hide Answer


Question#68


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 DevNet
Sandbox and have running interfaces. Which line of code needs to be placed in the snippet where the code is missing?

  • 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'}
Discover Answer Hide Answer

C

Question#69


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?

  • 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
Discover Answer Hide Answer

B

Question#70

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
Discover Answer Hide Answer

B

chevron rightPrevious Nextchevron right