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

How does requesting a synchronous API operation differ from requesting an asynchronous API operation?

Answer options

Correct answer: D

Explanation

A synchronous API operation allows clients to receive results right away, which is why option D is correct. In contrast, options A, B, and C refer to various mechanisms of handling asynchronous operations where results are not immediately available and require additional steps for retrieval.