Salesforce Certified Integration Architect — Question 49
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system? (Choose two.)
Answer options
- A. Can the fulfillment system implement a contract first Outbound Messaging interface?
- B. Which system will validate order shipping addresses?
- C. Can the fulfillment system participate in idempotent design to avoid duplicate orders?
- D. What latency is acceptable for orders to reach the fulfillment system?
Correct answer: A, C
Explanation
Options A and C are essential considerations because they relate to the technical capabilities of the fulfillment system in handling messages and preventing duplicate orders. Option B is more about process rather than system constraints, while Option D, although relevant to performance, does not directly pertain to system capabilities, making A and C the better choices.