What are two characteristics of synchronous calls to APIs?

What are two characteristics of synchronous calls to APIs? (Choose two.)
A. They can be used only with certain programming languages.
B. They make your application less portable, so asynchronous calls are preferred.
C. They can add perceived latency to your application if data is not received.
D. They block until a response is returned from the servers.
E. They do not block while waiting for the API to be processed.

cisco-exams

One thought on “What are two characteristics of synchronous calls to APIs?

  1. C. They can add perceived latency to your application if data is not received.
    D. They block until a response is returned from the servers.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.