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

What is a difference between a synchronous API and an asynchronous API?

Answer options

Correct answer: B

Explanation

The correct answer is B because synchronous APIs wait for a response before moving on, while asynchronous APIs allow for other processing to occur without waiting. Option A is incorrect as both types can require authentication depending on the API. Option C is misleading since asynchronous APIs typically require a network connection to function. Option D is also not inherently true, as the number of calls is more about the implementation than the API type.