What does a dotted line from a "Group By" component to a "Filter" component mean?
Answer : C
A dotted line from a ''Group By'' component to a ''Filter'' component means that a property from the ''Group By'' is referenced by the ''Filter'' component. For example, if you group customers by age and then filter them by average spending, you need to reference a property from the ''Group By'' component, such as .pxSegment, in the ''Filter'' component. A dotted line does not indicate a one-to-one relationship, an evaluation order, or a copying of information between components
U+ Bank wants to offer credit cards only to low-risk customers. The customers are divided into various risk segments from Good to Very Poor. The risk segmentation rules that the business provides use the Average Balance and the customer Credit Score.
As a decisioning architect, you decide to use a decision table and a decision strategy to accomplish this requirement in Pega Customer Decision Hub.
Using the decision table, which label is returned for a customer with a credit score of 240 and an average balance 35000?
Answer : D
Using the decision table, you can find the label for a customer with a credit score of 240 and an average balance of 35000 by following these steps:
Start from the top row and check if the customer's credit score is less than 150. If yes, then the label is Very Poor. If no, then move to the next row.
Check if the customer's credit score is less than 175 and their average balance is less than 25000. If yes, then the label is Poor. If no, then move to the next row.
Check if the customer's credit score is less than 200 and their average balance is less than 50000. If yes, then the label is Fair. If no, then move to the next row.
Check if the customer's credit score is less than 250 and their average balance is less than 75000. If yes, then the label is Good. If no, then move to the last row.
The last row applies to all other cases that do not match any of the previous conditions. The label for this row is Very Poor.
In this case, the customer's credit score is not less than 150, so the first row does not apply. The customer's credit score is less than 175, but their average balance is not less than 25000, so the second row does not apply either. The customer's credit score is not less than 200, so the third row does not apply. The customer's credit score is less than 250 and their average balance is less than 75000, so the fourth row applies. Therefore, the label for this customer is Poor.
MyCo, a mobile company, uses Pega Customer Decision Hub to display offers to customers on its website. The company wants to present more relevant offers to customers based on customer behavior. The following diagram is the action hierarchy in the Next-Best-Action Designer.
The company wants to present offers from both the groups and arbitrate across the two groups to select the best offer based on customer behavior.

The company wants to present offers from both the groups and arbitrate across the two groups to select the best offer based on customer behavior.
As a decisioning architect, what do you configure to select the best offer from both groups based on customer behavior?
Answer : C
To select the best offer from both groups based on customer behavior, you need to ensure that the propensity is enabled in Arbitration tab. Propensity is a measure of how likely a customer is to accept an offer, based on their past behavior and profile. By enabling propensity in Arbitration tab, you can compare the propensities of different offers across groups and select the one with the highest propensity as the next best action. Verified Reference:Pega Academy - Decisioning Consultant - Arbitrating actions
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
The following decision strategy outputs the most profitable shoe a retailer can sell. The profit is the selling Prices of the shoe, minus the Cost to acquire the shoe.
The details of the shoes are provided in the following table:

The details of the shoes are provided in the following table:

To output the most profitable shoe, which component do you add in the blank space that is highlighted in red?
Answer : D
To output the most profitable shoe, you need to add a Prioritize component in the blank space. A Prioritize component allows you to rank actions based on one or more properties. In this case, you can rank the shoes based on the Profit property and select the highest ranked shoe as the output. Verified Reference:Pega Academy - Decisioning Consultant - Prioritizing actions
U+ Bank follows all engagement policy best practices to present credit card offers on their website. The bank has introduced a new credit card offer, the Rewards card. Anna, an existing customer, currently holds a higher value card, Premier Rewards, and does not see the new Rewards card offer.
What condition possibly prevents Anna from seeing the new Rewards card offer?
Answer : A
Suppression rules are used to prevent customers from seeing offers that are not relevant or appropriate for them. For example, if a customer already has a higher value card, they should not see a lower value card offer. Therefore, suppression rules are the most likely condition that prevents Anna from seeing the new Rewards card offer. Verified Reference: [Pega Decisioning Consultant | Pega Academy]
As a Customer Service Representative, you present an offer to a customer who called to learn more about a new product. The customer rejects the offer. What is the next step that Pega Customer Decision Hub takes?
Answer : C
Pega Customer Decision Hub is a dynamic and adaptive system that constantly reevaluates the Next-Best-Action for each customer based on their interactions and feedback. If a customer rejects an offer, the system will update the customer profile and the offer performance, and then reapply the Next-Best-Action strategy to select and prioritize another offer that is more relevant and valuable for the customer. Verified Reference: [Pega Decisioning Consultant | Pega Academy]