REST calls have different timeout values depending on operation. Which of the following is correct?

Prepare for the Marketing Cloud Developers Certification Exam. Dive into multiple-choice questions with detailed explanations and hints. Enhance your skills and ensure success with targeted prep.

Multiple Choice

REST calls have different timeout values depending on operation. Which of the following is correct?

Explanation:
REST call timeouts reflect how long an operation is expected to take based on its complexity. Quick, non-tracking requests are treated as lightweight and are given a shorter timeout, while heavier operations such as tracking data retrieval can involve scanning large datasets and assembling results, so they’re allowed more time. Therefore, the standard mapping is a 2-minute timeout for non-tracking REST calls and a 5-minute timeout for tracking or data retrieval operations. If you’re dealing with large results, consider paging or asynchronous retrieval to avoid hitting the timeout.

REST call timeouts reflect how long an operation is expected to take based on its complexity. Quick, non-tracking requests are treated as lightweight and are given a shorter timeout, while heavier operations such as tracking data retrieval can involve scanning large datasets and assembling results, so they’re allowed more time. Therefore, the standard mapping is a 2-minute timeout for non-tracking REST calls and a 5-minute timeout for tracking or data retrieval operations. If you’re dealing with large results, consider paging or asynchronous retrieval to avoid hitting the timeout.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy