Free 200-901 Exam Braindumps (page: 31)

Page 30 of 132

A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced. However, when the script is run during business hours, people report poor voice quality of phone calls. What explains this behavior?

  1. The script is written in a low-level programming language where there is no memory safety. This causes a buffer overflow and disruption on the network.
  2. The speed and duplex settings in Cisco DNA Center are set incorrectly, which causes the transfer to be too slow.
  3. The script is running in the Voice VLAN and causes delays and jitter in the subnet.
  4. Generating the logs causes the CPU on the network controller to spike, which causes delays in forwarding the voice IP packets.

Answer(s): B



FILL BLANK
Fill in the blanks to complete the statement.

Given a username of “devnet” and a password of “cisco123”, applications must create a base64 encoding of the string “________________” when sending HTTP requests to an API that uses _______________ authentication.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

YWRtaW46Y2lzY28xMjM
Basic


Reference:

https://www.cisco.com/c/en/us/td/docs/net_mgmt/elastic_services_controller/4-1/install/guide/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide-4-1/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide- 3-0_chapter_01011.html



FILL BLANK
Fill in the blanks to complete the Python script to retrieve a list of network devices using the Cisco DNA Center API.

my_token=
‘eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzl1NiJ9.ey.JzdWliOil1ZDE0OWZkMjhlZTY2
MmQ3NGM5YzE5ZTliLmYzMClslmV4cCI6MTU3MjM3ODE5MCwidXNlcm5hbWUiOiJraX
N370940885.zhK5LPQd501ZUpZI0IH_qrgOXttlNbxSFFF7JOEtRls’

import requests
url = “https://myDNAserver/dna/intent/api/v1/network-device”
payload = {}
headers = {‘x-auth-token’: my_token}
response = requests.request( _______________________ , url,
headers = _________________________, data = _______________________ )
print(response.text.encode(‘utf8’))

  1. See Explanation section for answer.

Answer(s): A

Explanation:

response = requests.request( method , url,
headers = headers, data = request.get_data )
print(response.text.encode(‘utf8’))


Reference:

https://www.programcreek.com/python/example/64946/flask.request.get_data



DRAG DROP (Drag and Drop is not supported)
Drag and drop the requests from the left into the order on the right to create and check the path trace between two devices using Cisco DNA center API.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:






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

200-901 Discussions & Posts