Valid PEGACPLSA88V1 Dumps shared by ExamDiscuss.com for Helping Passing PEGACPLSA88V1 Exam! ExamDiscuss.com now offer the newest PEGACPLSA88V1 exam dumps, the ExamDiscuss.com PEGACPLSA88V1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PEGACPLSA88V1 dumps with Test Engine here:
A local ferry service offers a passenger boat trip that travels from Port A to Port B, and then back again, once a day. Passengers can book tickets using an app, and they often try to make last-minute reservations for the outbound trip. The ferry service wants their app to place a passenger on a waiting list for the first trip, while guaranteeing them a reservation for the second trip. Which two case design patterns apply to this scenario? (Choose Two)
Correct Answer: A,C
Limited Availability and Concurrency: This pattern handles situations where resources (like ferry seats) are limited, and concurrency needs to be managed to ensure fair allocation. Divide and Conquer: This pattern involves breaking down a case into sub-cases or steps, such as managing bookings for both the outbound and return trips separately. Reference: Pega Platform case design documentation. Pega Academy courses on case management and design patterns.