Cisco
300-535
Q1:
Which statement describes an asynchronous API communication?
○
A
Asynchronous communication waits for a response.○
B
Synchronous communication is with a central orchestrator.○
C
It is not necessary to wait for availability of a resource.○
D
An application can freeze if there is no response from a request.
Cisco
300-535
Q2:
Refer to the exhibit.

Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.)
☐
A
fragment☐
B
query☐
C
operation☐
D
api-entry☐
E
path
Cisco
300-535
Q3:
Refer to the exhibit.

Which XML output is a valid instantiation of the YANG model?
A)

B)

C)

D)

○
A
Option A○
B
Option B○
C
Option C○
D
Option D
Cisco
300-535
Q4:
Which data format should be used to serialize structured data in the most compact way?
○
A
protobufs○
B
YAML○
C
JSON○
D
XML
Cisco
300-535
Q5:
Refer to the exhibit.

Using the provided XML snippet, which Xpath expression prints ''Jane''?
○
A
//employee[1]/firstName/value()○
B
//employee[0]/firstName/value()○
C
//employee[1]/firstName/text()○
D
//employee[0]/firstName/text()