REST calls are which of the following?

Study for the Marketing Cloud Developers Certification Test with flashcards and multiple choice questions. Each question offers hints and explanations. Prepare effectively for your exam success!

Multiple Choice

REST calls are which of the following?

Explanation:
REST calls follow a request-response pattern over HTTP: the client sends a request and waits for the server’s response. This interaction is synchronous in the typical flow, meaning the client blocks until the server returns the result. While you can build asynchronous workflows on top of REST (like starting a long-running task and polling for updates or using callbacks), the actual HTTP call itself is a synchronous operation. It isn’t inherently optional or deferred, which is why the best answer reflects the synchronous nature.

REST calls follow a request-response pattern over HTTP: the client sends a request and waits for the server’s response. This interaction is synchronous in the typical flow, meaning the client blocks until the server returns the result. While you can build asynchronous workflows on top of REST (like starting a long-running task and polling for updates or using callbacks), the actual HTTP call itself is a synchronous operation. It isn’t inherently optional or deferred, which is why the best answer reflects the synchronous nature.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy