What is the name of the property that the system computes automatically when you use an Adaptive Model decision component?
Answer : B
Propensity is the name of the property that the system computes automatically when you use an Adaptive Model decision component. Propensity is a measure of how likely a customer is to accept an action, based on their past behavior and profile. An Adaptive Model component uses machine learning to calculate the propensity for each action and store it in a property with the same name as the action. Verified Reference:Pega Academy - Decisioning Consultant - Using adaptive models
MegaRetail Solutions has successfully created and approved their brand voice in Pega 1:1 Operations Manager. They have also established global directives for style, grammar, language, and compliance. Now they want to ensure that their Pega GenAI system uses this brand voice to generate marketing treatments that also maintain consistency with their established guidelines.
How will MegaRetail Solutions' approved brand voice be applied in their content generation process?
Answer : D
Regional Bank has a fully implemented 1:1 customer engagement solution that is in the business-as-usual phase. A business user from this bank identifies the need for a new promotional offer for customers who regularly use mobile banking services. The user has detailed requirements including eligibility criteria, treatment messaging, and implementation timeline.
Which process should the business user follow to implement the new action?
Answer : C
MyCo, a telecom company, recently introduced a new mobile handset offer, MyFone 14 Pro, for its premium customers. As the bank has financial targets to meet, the business decides to boost the MyFone 14 Pro offer.
As a decisioning architect, how can you ensure that the MyFone 14 Pro offer is prioritized over other offers?
Answer : A
The business weight is a parameter that allows you to manually adjust the priority of an offer based on your business objectives and preferences. The business weight is multiplied by the business value and the propensity to calculate the final priority score of an offer. A higher business weight means a higher priority score, making the offer more likely to be selected and presented to the customer. Therefore, if you want to boost an offer, you can increase its business weight. Verified Reference:Pega Decisioning Consultant | Pega Academy
In a decision strategy, to use a customer property in an expression, you
Answer : B
In a decision strategy, to use a customer property in an expression, you need to define Customer page in Pages & Classes and specify its class as Data-Customer. This allows you to access customer properties by using dot notation, such as Customer.Age or Customer.Gender. You do not need to define the property as a strategy property, use it without any prefix, or prefix it with the keyword Customer. Verified Reference: [Certified Pega Decisioning Consultant | Pega Academy], Decision strategies
A financial institution has created a new policy that states the company will not send more than 500 emails per day. Which option allows you to implement the requirement?
Answer : D
Volume constraints allow you to limit the number of times an action is presented to customers across one or more channels. You can use volume constraints to implement a policy that restricts the number of emails sent per day. Outbound channel limits are used to limit the number of customers contacted per channel per run, not per day. Suppression rules are used to exclude customers from receiving an action based on certain conditions, such as opt-out preferences or recent purchases. Applicability rules are used to determine whether an action is relevant for a customer based on their profile or context, not based on the number of times the action is presented. Verified Reference:Certified Pega Decisioning Consultant | Pega Academy, Volume constraints
U+ Bank wants to offer credit cards only to customers with a low-risk profile. The customers are divided into various risk segments from AAA to CCC. The risk segmentation rules that the business provides use the Age and the customer Credit Score based on the following table. The bank uses a scorecard model to determine the customer Credit Score.

As a decisioning architect, how do you implement the business requirement?
Answer : D
To implement the business requirement, you need to add a decision table to a decision strategy and pass the credit score as the parameter. A decision table allows you to define rules based on one or more input parameters and return an output value. In this case, you can use the credit score as an input parameter and return the risk category/grade as an output value. You can then use this output value to filter out customers who are not in the low-risk segment (AAA). Verified Reference:Pega Academy - Decisioning Consultant - Using decision tables