PEGAPCDC80V1 Exam QuestionsBrowse all questions from this exam

PEGAPCDC80V1 Exam - Question 23


U+ Bank a Next-Best-Action decision strategy to determine the credit rating of its customers. A scorecard model determines the customer credit score.

The business requirement is to determine the credit card rating based on the following table:

As a Strategy Designer, how do you implement the business requirement?

Show Answer
Correct Answer: BC

The business requirement involves determining a credit rating based on a customer's age and credit score. To implement this, creating a decision table in the strategy and passing the credit score as a parameter is the most effective approach. This allows for precise calculation and determination of the credit rating based on the specified criteria in the table. This approach also ensures the strategy references the scorecard model's output directly, facilitating accurate and dynamic credit rating assignment.

Discussion

2 comments
Sign in to comment
rishi1988Option: C
Jun 12, 2020

Answer is C.. Notes from PDN: ", create the decision table in the customer class and pass the credit score as a parameter."

Dude998877Option: C
Jun 26, 2020

Correct. Answer is C.. Notes from PDN: ", create the decision table in the customer class and pass the credit score as a parameter