Certified Pega System Architect v7.2 — Question 24
You have been asked to configure the following relationship between three case types: Account Open, Link Savings, and Fund Account.
1. A customer can complete an Account Open case before completing a Fund Account case.
2. A customer must complete a Link Savings case before completing a Fund Account case.
Which configuration satisfies this requirement?
Answer options
- A. Configure theAccount Opencase type to create aFund Accountcase as a top-level case. Configure theAccount Opencase type to create aLink Savingscase as a child case.
- B. Configure theAccount Opencase type to create aFund Accountcase as a childcase. Configure theFund Accountcase type to create aLink Savingscase as a top-level case.
- C. Configure theAccount Opencase type to create aFund Accountcase as a top-level case. Configure theFund Accountcase type to create aLink Savingscase as achild case.
- D. Configure theAccount Opencase type to create the other cases as top-level cases. Add a validate rule to theAccount Opencase to require a resolvedLink
Correct answer: B
Explanation
The correct answer is B because it ensures that the Account Open case creates a Fund Account case as a child, allowing the Account Open to complete first. It also allows the Fund Account case to create a Link Savings case as a top-level case, which aligns with the requirement that Link Savings must be completed before Fund Account. The other options do not satisfy both conditions: A and C incorrectly position the dependencies, while D fails to enforce the necessary completion order.