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

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.