DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used.
Select and Place:
What are two characteristics of synchronous calls to APIs? (Choose two.)
A. They can be used only with certain programming languages.
B. They make your application less portable, so asynchronous calls are preferred.
C. They can add perceived latency to your application if data is not received.
D. They block until a response is returned from the servers.
E. They do not block while waiting for the API to be processed.
Refer to the exhibit. Which type of YANG container is described by the JSON instance provided?
A. interface-configurations
B. active
C. interface-name
D. description
Refer to the exhibit. Which NETCONF statement type is represented by +--rw address* [ip]?
A. list
B. leaf-list
C. container
D. submodule
Which function is available in NETCONF and unavailable in RESTCONF?
A. configuration changes are automatically activated
B. uses the YANG data models to communicate
C. supports JSON and data encoding
D. validates the content of a candidate datastore
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
A.
B.
C.
D.
What are two characteristics of REST API calls? (Choose two.)
A. unencrypted
B. non-cacheable
C. stateless
D. implemented over HTTP
E. parameters passed in the headers
Which REST endpoint is used to create a Cisco Meraki network?
A. POST /organizations/{organizationId}/networks
B. PATCH /networks{networkId}
C. PUT /organizations/{organizationId}/networks
D. POST /networks{networkId}
Refer to the exhibit.
End users cannot connect to the circular network, and the signal strength is poor. A missing or unknown APN status message is present and the modern status remains in low-power mode. Which addresses the issue?
A. Use the device/celluiar/status vManage resource URI to ensure sufficient radio signal strength.
B. Use the systen/device/controllers vManage resource URI to set the platform temperature.
C. Use the device/app-route/statistics vManage resource URI to allow packets reachability to hosts.
D. Use the device/tools'ping vManage resource URI to allow network device reachability.
Refer to the exhibit.
An API request must display an alert message if change in OSPF neighbors is detected. Which code snippet must be added to complete the requests?
A. Option A
B. Option B
C. Option C
D. Option D