Certified Integration Architect Exam QuestionsBrowse all questions from this exam

Certified Integration Architect Exam - Question 63


An enterprise architect has requested the Salesforce integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.

• About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.

• There are multiple eligibility systems that provide this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in the future, but no commitments are made).

• These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).

• All requests from Salesforce will have to traverse through the customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.

Which recommendation should the integration architect make?

Show Answer
Correct Answer: B

Considering the constraints of the system, particularly the 9-second timeout limit imposed by the API Gateway versus the 90-second response time of the external eligibility system, a synchronous approach would not be suitable. Option B's use of a platform event with Remote Call-In allows Salesforce to handle long-processing operations efficiently by asynchronously waiting for responses. This method ensures that the Salesforce UI remains responsive and can handle 3,000 concurrent users effectively.

Discussion

1 comment
Sign in to comment
Paul421Option: B
Jun 3, 2024

chatgpt says B