Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
What is a difference between a synchronous API and an asynchronous API?
Correct Answer: B
Reference: https://stackoverflow.com/questions/36213948/what-is-the-difference-between-asynchronous-calls-and-callback The primary difference between synchronous and asynchronous APIs is how they handle responses. Synchronous API calls wait for the server to process the request and return a response immediately. In contrast, asynchronous API calls do not wait for the server to complete processing; instead, they allow the client to continue executing other tasks, and the response is returned later, typically via a callback or polling mechanism. References: Cisco DevNet Associate Study Guide: Understanding API Types (Chapter 7, Section: Synchronous vs Asynchronous APIs).