Cisco 200-901 Exam Questions
DevNet Associate (DEVASC) (Page 19 )

Updated On: 19-Feb-2026

Refer to the exhibit.


A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?

  1. header = {'''?Authentication'''?: '''?Bearer YOUR_TOKEN'''?}
  2. header = {'''?Authentication Bearer'''? : '''?YOUR_TOKEN'''?
  3. header = {'''?Authorization Bearer'''? : '''?YOUR_TOKEN'''?}
  4. header = {'''?Authorization'''? : '''?Bearer YOUR_TOKEN'''?}

Answer(s): D



DRAG DROP (Drag and Drop is not supported)
Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:


Reference:

https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/application-policy-infrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apic- em_config_guide_v_1-2-x_chapter_01001.pdf



DRAG DROP (Drag and Drop is not supported)
Refer to the exhibits.



Drag and drop the code from the left onto the item numbers on the right to complete the Meraki code to obtain a list of clients which have used this network.

Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



In Python, which expression checks whether the script returns a success status code when the Requests library is used?

  1. response.status_code == requests.codes.ok
  2. response.code == requests.codes.ok
  3. response.status_code == requests.ok
  4. response.status_code != requests.codes.ok

Answer(s): A


Reference:

https://realpython.com/python-requests/



Refer to the exhibit.


The script returns an output of 401. To use the supplied URL, an HTTP GET request must be sent with an Authorization header. The header value is a base64 encoded concatenation of the username and password. Which action must be taken to return an output of 200?

  1. Change the verify=False setting in the request to verify=True to enable HTTP Basic authentication.
  2. Verify that the username and password values imported from the configuration file are still valid.
  3. Insert an Authorization header with the values username:password from the supplied configuration file.
  4. Modify the method from LOGIN to GET and supply the username:password value as JSON payload.

Answer(s): B






Post your Comments and Discuss Cisco 200-901 exam dumps with other Community members:

Join the 200-901 Discussion