Cisco
200-901
Q1:
How do XML and JSON compare regarding functionality?
○
A
XML provides more human readability than JSON.○
B
JSON natively supports arrays and XML does not natively support arrays.○
C
XML provides more support for mapping data structures into host languages than JSON.○
D
JSON provides less support for data types than XML.
Cisco
200-901
Q2:
Which two HTTP code series relate to errors? (Choose two.
☐
A
400☐
B
200☐
C
500☐
D
300☐
E
100
Cisco
200-901
Q3:
eating a Python script to programmatically save network device configurations. Which code snippet must be placed onto the blank in .. code?
○
A
self.save○
B
{self.headers}○
C
restconf○
D
netconf
Cisco
200-901
Q4:
A developer starts to learn about building applications that use Cisco APIs. The developer needs access to Cisco security products in a development lab to test the first new Dlication that has been built. Which DevNet resource must be used?
○
A
DevNet Code Exchange○
B
DevNet Automation Exchange○
C
DevNet Sandbox○
D
DevNet Communities
Cisco
200-901
Q5:
Refer to the exhibit.

A developer uses a REST API to retrieve information about wireless access points. The API returns an HTTP 403 error when making a GET request. Which ion resolves this Issue?
○
A
Provide the developer with the correct user access rights.○
B
Change the request HTTP method from GET to POST.○
C
Change the request timeout in the client software.○
D
Include a username/password request header.