Salesforce Certified Integration Architect — Question 6
An architect recommended using Apex code to make callouts to an external system to process insurance quotes.
What should the integration architect consider to make sure this is the right option for the integration?
Answer options
- A. The maximum callouts in a single Apex transaction.
- B. The maximum number of parallel Apex callouts in a single continuation.
- C. The limit of pending operations in the same transaction.
- D. The limit on long-running requests (total execution time).
Correct answer: D
Explanation
The correct answer is D because long-running requests can impact the overall performance and reliability of the integration. While options A, B, and C address different limits related to Apex transactions and callouts, they do not directly relate to the execution time, which is critical for ensuring timely processing of insurance quotes.