Salesforce Certified Integration Architect — Question 54

Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use Salesforce Community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.

Which integration pattern should be used to manage the influx in registrations?

Answer options

Correct answer: A

Explanation

The correct answer is A, Batch Data Synchronization, because it allows for handling high volumes of data efficiently by processing records in batches, which is suitable for the expected surge in registrations. The other options, B and C, involve immediate processing of requests, which may not effectively manage the influx and could lead to performance issues.