Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 65

Which two statements describe the traits of an asynchronous API call? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers, B and C, highlight that asynchronous API calls use callback functions to handle responses and do not block code execution, allowing other processes to continue. Options A and D are incorrect because they describe blocking behavior, and E is wrong as the order of responses in asynchronous calls is not guaranteed.