Salesforce Certified Integration Architect — Question 70
A company captures orders and needs to send them to the Order fulfillment system. The user is not required to have confirmation from the Order fulfillment system.
Which system constraint question should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Answer options
- A. What latency is acceptable for orders to reach the fulfillment system?
- B. Which system will validate order shipping addresses?
- C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
Correct answer: C
Explanation
The correct answer is C because implementing a contract-first Outbound Messaging interface ensures that the fulfillment system can receive and process orders effectively without requiring immediate confirmation. Option A is incorrect as latency is less critical due to the lack of confirmation requirement, and Option B is not relevant since the question focuses on integration constraints rather than address validation responsibilities.