Certified Pega Senior System Architect v7.4 — Question 11
Choose two scenarios that you configure using procedural processing. (Choose Two)
Answer options
- A. A restaurant reservation page in which the user chooses a reservation time and the system returns the number of available tables.
- B. A flight booking page where customers can adjust the location and date of the departure and return flights. The ticket prices recalculate after the customer chooses the "recalculate price" option.
- C. A prescription order page with a list of available prescriptions sent from the customer's health care provider. When the user opts to fill one or more prescriptions, the cost summary updates.
- D. A purchase order request page with a summary of items. The order total price updates after the customer changes a quantity.
Correct answer: B, D
Explanation
The correct answers are B and D because both scenarios involve user interactions that trigger recalculations based on procedural logic. Option B allows for dynamic price adjustments based on user inputs, while option D updates the order total based on quantity changes. Options A and C do not involve complex procedural processing as they primarily display information without requiring recalculative actions based on user input.