Certified Pega Business Architect (CPBA) v7.3 — Question 1
When applying for a credit limit increase, customers with standard credit cards must provide information in an Employment Information process. Request from customers with Platinum credit cards automatically skip this process.
What task do you perform to implement this requirement?
Answer options
- A. In the Employment Information process add a custom condition to test the card type.
- B. In the Employment Information process add an Approve/Reject step to test the card type.
- C. In the Employment Information process add a card type true/false field to a user view.
- D. In the Employment Information process validate card type for continued processing.
Correct answer: C
Explanation
The correct answer is C, as adding a true/false field for card type to the user view allows for a straightforward way to determine if the process should continue based on the card type. Options A and B introduce unnecessary complexity with conditions and steps that do not directly fulfill the requirement. Option D lacks the mechanism to skip the process entirely for Platinum cardholders.