Exam PEGAPCDC80V1 All QuestionsBrowse all questions from this exam
Question 1

U+ Bank offers two credit cards to its customers: the Cold Card and the Silver Card. The bank wants the annual fee property of the credit cards to be dynamic based on the customer lifetime value property.

That is, customers with customer lifetime value greater than 65 receive a discount of 20% on the annual fee.

As a Strategy Designer, how do you implement this requirement in the decision strategy?

    Correct Answer: D

    To implement a requirement where the annual fee is dynamic based on the customer lifetime value, you should use the 'If' function to set the annual fee. The 'If' function allows you to directly apply a condition and determine the value of the annual fee based on whether the customer lifetime value is greater than 65, applying the 20% discount if true.

Discussion
vtulluruOption: D

I think its D

laruskyOption: D

I agree with D

maOption: D

I think it is D, because if (Customer.C_VAl>65, //then .AnnualFees -(0.2*.AnnualFees), //Else .AnnualFees)

JamiOption: C

It is C

rishi1988Option: A

We need to Set the Annual Fee Based on the CUstomer Value.