1. Pushing network configuration changes down to devices
2. Increasing security
3. Streaming telemetry
4. Sending information to the cloud
What are some benefits of using asynchronous
APIs? (Choose two.)
Not having to wait on a response to process data
Reduced processing time
Increased processing time
Data function reuse
What are the HTTP functions used for API
communication? (Choose three.)
GET
SOURCE
PURGE
PATCH
PUT
True or false: RESTful API authentication can use
API keys or custom tokens.
True
False
What does SOAP stand for?
Software Operations and Procedures
Software Operations Authentication Protocol
Simple Object Access Protocol
Simple Operations Automation Platform
Support Object Abstract Protocol
What are the main components of SOAP messages?
(Choose all that apply.)
Envelope
Header
Destination
Body
Fault
Authentication
Source
Remote-procedure calls (RPCs) behave similarly to
which of the following?
Synchronous API
Asynchronous API