Certified Pega Senior System Architect v7.4 — Question 15
When processing an auto accident claim, the system requires three approvals: Approval from the adjuster who inspected the car, approval from the medical administrator who provided medical care to the insured, and approval from the insurance agent who verified the claim.
How do you implement the requirements so each approver can work independently?
Answer options
- A. Create three parallel processes with approval assignments.
- B. Create an approval step with cascading approval.
- C. Route to a workbasket where all three roles have access.
- D. Create business logic to route to the different approvers.
Correct answer: B
Explanation
The correct answer is B because cascading approval allows for a structured process where each approver can act sequentially while still being able to work independently if needed. The other options either create unnecessary dependencies (A and D) or do not ensure that approvals are properly managed in a sequential manner (C).