Salesforce Certified Integration Architect — Question 41
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is Closed/Won, but the back-end Enterprise Resource Planning (ERP) system is the data master for order.
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Orden Shipped, and Order Paid that are within the retention window.
Which two message durability considerations should an integration architect make when designing a solution to meet these business requirements? (Choose two.)
Answer options
- A. High-volume event messages are stored for 24 hours (1 day).
- B. When subscribing to Salesforce Event Bus, ReplayID is used with a value of -2 to be able to see old and sew events.
- C. When subscribing to Salesforce Event Bus, ReplayID is used with a value of -1 to be able to see sew events.
- D. High-volume event messages are stored for 72 hours (3 days).
Correct answer: B, D
Explanation
The correct answers are B and D because they address the requirements for message durability in the context of event messaging. Option B allows the integration to access both old and new events, which is crucial for tracking the order processing stages, while option D indicates that high-volume event messages are retained for a longer duration, ensuring that the necessary data remains accessible. Options A and C do not provide the necessary retention period or access to past events as required by the business scenario.