Certified Integration Architect Exam QuestionsBrowse all questions from this exam

Certified Integration Architect Exam - Question 66


Northern Trail Outfitters has recently implemented middleware for orchestration of services across platforms. The Enterprise Resource Planning (ERP) system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.

Which option should fulfill the use case requirements?

Show Answer
Correct Answer: C

To meet the requirements of capturing transactions near real time at a REST endpoint initiated in Salesforce when creating an order object, and given the limited development resources that require a low code solution, using Remote Process Invocation Fire and Forget pattern on insert on the order object using Flow Builder is the best choice. This approach leverages Salesforce's Flow Builder, which is a low code tool, and allows for asynchronous communication suitable for sending data to a REST endpoint immediately after creating an order object.

Discussion

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

I'd argue C, External Services, and a flow.