Cisco
350-901 · Question #38
Which two statements describe the traits of an asynchronous API call? (Choose two.)
Sign in or unlock 350-901 to reveal the answer and full explanation for question #38. The question stem and answer options stay visible for context.
Understanding and Using APIs
Question
Which two statements describe the traits of an asynchronous API call? (Choose two.)
Exhibit
Options
- AThe order in which API calls return can be guaranteed
- BA call to an API does not block the code, but rather it allows application processing to continue
- CThe end user can experience latency or performance lag while waiting for the API call to return
- DCode execution blocks or waits for the call to an API to return.
- EA callback function typically is used to process the response from an API call
Unlock 350-901 to see the answer
You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Asynchronous API#Non-blocking#Callbacks#API communication patterns
