Pega Customer Decision Hub (CDH)
Pega Customer Decision Hub (CDH)
Q:
Act as Pega CPDC expert,Explain Step1 In detailed so that I can crack the interview
Questions on this step
Answer
1. Data Sources:
○ Customer Profiles: Basic demographics, preferences, account details,
and historical data.
○ Real-Time Context: Current interactions like browsing behavior on a
website or recent transactions.
○ Third-Party Data: External sources, such as credit scores or social
media insights.
○ Event Streams: Triggers like payment failures, milestone
achievements, or account changes.
2. Integration with Systems:
○ Data Integration: Use Data Flows to pull data from systems like
CRM, ERP, or external APIs.
○ Stream Services: Leverage streaming tools like Kafka for real-time
event processing.
○ Data Pages: Use Pega’s Declarative Data Pages to retrieve and
cache data efficiently.
3. Customer Context Building:
○ Unified Customer View: Combine multiple data points to build a
single customer view (360-degree view).
○ Real-Time Updates: Continuously update customer profiles with new
data from live interactions.
4. Data Transformation:
○ ETL (Extract, Transform, Load): Cleanse and normalize raw data for
decision-making.
○ Predictive Models: Apply machine learning models to enrich raw
data with predictions (e.g., likelihood to purchase).
Q:
What If Input Data of Step 1 is too huge , How to handle it
Answer
When the input data in Step 1 is too large in Pega Customer Decision Hub (CDH),
the system must employ efficient techniques to handle the scale without
compromising performance or accuracy. Here's how Pega can manage huge
datasets effectively:
● What It Does: Avoid redundant data fetches by storing frequently used data
temporarily.
● How Pega Handles It:
○ Use Declarative Data Pages to cache data locally for reuse.
○ Set appropriate refresh intervals for cached data to maintain accuracy.
7. Parallel Processing
● What It Does: Split data into smaller subsets and process them
concurrently.
● How Pega Handles It:
○ Use multi-threading in data flows.
○ Process streams and batches in parallel pipelines.
● What It Does: Archive older, less frequently used data to reduce active
dataset size.
● How Pega Handles It:
○ Use external data warehouses for historical data storage.
○ Retain only recent or critical data in active systems.
These strategies ensure Pega CDH remains performant and effective, even with
massive input datasets.
Here are 50 interview questions, ranging from basic to complex, including scenario-
based questions on Pega Customer Decision Hub (CDH) and related topics:
Basic Questions
1. What is Pega Customer Decision Hub (CDH)?
Intermediate Questions
11.How do you configure an Action in Pega CDH?
12.Explain the purpose of a Predictive Model in Pega.
13.What is an Eligibility rule in CDH?
14.How does arbitration work in CDH?
15.What is the purpose of a Priority rule in a decision strategy?
16.Explain the role of Interaction History in CDH.
17.How does Pega CDH handle real-time decision-making?
18.What are the main benefits of using Pega’s centralized decisioning?
19.What is the difference between Audience and Context in CDH?
20.Describe how propensity scoring is used in Pega CDH.
Advanced Questions
21.Explain the role of Decision Data Stores in Pega.
22.How can you implement personalization in CDH?
23.What are the benefits of using Pega’s Customer Profile Designer?
24.Explain how NBA Designer simplifies strategy configuration.
25.What is a Treatment in Pega CDH, and how is it configured?
26.Describe the concept of a Value Finder in Pega.
27.How does Pega CDH ensure compliance with marketing regulations?
28.What is the difference between traditional AI models and Pega’s adaptive
models?
29.Explain how Channel-based arbitration works in CDH.
30.What are suppression rules, and how do you configure them?
Scenario-Based Questions
31.Scenario: A customer is eligible for multiple offers. How would you ensure the
best offer is selected?
32.Scenario: Your organization wants to introduce a new proposition. How would
you configure it in Pega CDH?
33.Scenario: A campaign is underperforming. How would you analyze and
improve it using CDH?
34.Scenario: A client requests a real-time decisioning use case. How would you
design it in Pega CDH?
35.Scenario: Customers are not responding to emails. How would you
incorporate channel preferences in your strategy?
36.Scenario: A customer logs in to the website. Describe how CDH decides the
Next-Best-Action.
37.Scenario: You need to suppress actions for customers who opted out of
marketing. How would you implement this?
38.Scenario: A customer interacts with your chatbot. Explain how CDH integrates
to suggest relevant actions.
39.Scenario: You are tasked with creating a decision strategy for cross-selling.
How would you approach this?
40.Scenario: A new regulation requires filtering certain actions. How would you
modify your strategy?
Complex Questions
41.How does Pega CDH ensure seamless integration with external data sources?
42.Explain how Pega uses customer context in a multi-touchpoint environment.
43.How do you debug and optimize decision strategies in CDH?
44.What are the best practices for implementing real-time event streams in
CDH?
45.Describe the role of customer lifetime value (CLV) in decision strategies.
46.How would you implement a multi-channel campaign using Pega CDH?
47.Explain the purpose and use of Data Flows in Pega.
48.How do you measure the success of a Next-Best-Action strategy in Pega?
49.How does Pega CDH leverage machine learning models for decisioning?
50.What are the key challenges you faced in implementing Pega CDH, and how
did you resolve them?
Below are comprehensive answers to the 50 questions to help you prepare for a
Pega CDH interview effectively.
Basic Questions
1. Pega Customer Decision Hub (CDH) is a centralized AI-powered platform
for delivering Next-Best-Action recommendations across channels based on
customer needs and business goals.
Intermediate Questions
Advanced Questions
21.Decision Data Stores: Data repositories that cache decision data for better
performance during strategy execution.
Scenario-Based Questions
31.Selecting the Best Offer: Use arbitration logic in Decision Strategies by
considering Propensity, Priority, and Value parameters.
38.Chatbot Integration: Pass customer interaction context to CDH via APIs → Invoke
real-time decision-making for NBA delivery.
39.Cross-Selling Strategy: Design a strategy with filters for eligible products → Use
Predictive and Adaptive Models to rank actions.
Complex Questions
41.External Data Integration: Use Data Pages, Connectors, or Integration
Services to pull data into Pega.
44.Event Streams: Use Pega Event Strategy Manager to configure triggers and
flows for real-time decisioning.
47.Data Flows: Automate data movement between systems and CDH for
synchronization and real-time updates.
These answers should prepare you to tackle basic, advanced, and scenario-based
questions confidently. Let me know if you'd like to discuss specific answers in more
depth!
Legend:
1. Prerequisites:
○ Install Pega CDH 8.7.
○ Verify sample customer data.
○ Add NBA Designer Connector for CDH.
2. Template Import:
○ Download NBA Designer template from Pega Marketplace.
○ Upload template via NBA Designer in Pega CDH.
3. Pseudo Action Strategy:
○ Create CreatePseudoAction strategy.
○ Add shapes (e.g., Filter, Set Property).
○ Configure properties like .IsDecisionMaker.
4. Result Data Configuration:
○ Edit NBA_AllIssues_AllGroups_Ext strategy.
○ Add attributes (e.g., .SubscriptionID).
5. Business Structure:
○ Define issues like Retention, Acquisition.
○ Create groups (e.g., Mobile).
6. Actions:
○ Add Mobile actions (e.g., plans, devices).
○ Configure eligibility, details, and financials.
7. Discount Example:
○ Create discount actions (e.g., Loyalty discounts).
○ Set financial attributes.
8. Validation:
○ Use NBAA tester utility.
○ Validate actions and configurations.
9. Supporting Decisions:
○ Configure supporting decisions for NBAA (e.g., engagement policies).