πŸŽ„

CertoMetrics - 9% OFF Special Discount Offer - Ends In:

0d 00h 00m 00s
Coupon code: SALE2026

Pegasystems Certified Pega Data Scientist (PEGACPDS25V1)

Get full access to the updated question bank and confidently prepare for your exam.

Vendor

Pegasystems

Certification

Decisioning & Data Science

Content

50 Qs

Status

Verified

Updated

20 hours ago

Test the Practice Engine

Experience our interactive testing environment with free demo questions

Launch Free Demo
Best Value Bundle

Premium Bundle

Complete Success Suite

$83 $49

Save $34 Instantly

  • βœ“
    Full PDF + Interactive Engine Everything you need to pass
  • βœ“
    All Advanced Question Types Drag & Drop, Hotspots, Case Studies
  • βœ“
    Priority 24/7 Expert Support Direct line to certification leads
  • βœ“
    90 Days Free Priority Updates Stay current as exams change

Success Metric

98.4% Pass Rate

Verified by 15k+ Students
Secure Checkout
Popular

Standard Simulation

Practice Engine

$44

One-Time Payment

  • Web-Based (Zero Install)
  • Real Testing Environment Virtual & Practice Modes
  • Interactive Engine Drag & Drop, Hotspots
  • 60 Days Free Updates

Compatible with All Devices

Chrome
Verified Secure Checkout

Basic Tier

PDF Study Guide

$39

Digital Access

  • βœ“ Exam Questions (PDF)
  • βœ“ Mobile Friendly
  • βœ“ 60 Days Updates
Download Free Sample PDF

Verified 10-Question Preview (PEGACPDS25V1)

Secure Checkout

Verified Community

The CertoMetrics Standard.

Recommend the #1 platform for verified Pegasystems certification resources.

Success Network

Help a Colleague Succeed.

Invite a peer to get their own updated PEGACPDS25V1 prep kit.

Exam Overview

The Pegasystems Certified Pega Data Scientist certification validates your expertise in leveraging Pega's AI-powered Customer Decision Hub to design, build, and deploy sophisticated predictive and adaptive models. This credential signifies your ability to transform raw data into actionable insights, driving personalized customer experiences and optimizing business outcomes. Achieving this certification demonstrates proficiency in applying advanced analytics, machine learning, and decisioning strategies within the Pega platform, making you an invaluable asset for organizations seeking to maximize customer engagement and operational efficiency. It opens doors to specialized roles, showcasing your capability to implement cutting-edge AI solutions that directly impact revenue growth and customer satisfaction in real-time.

Questions

60

Passing Score

700/1000

Duration

90 Minutes

Difficulty

Expert

Level

Specialist

Skills Measured

Pega Customer Decision Hub Foundations: Understanding the architecture, components, and core principles of Pega CDH, including next-best-action, strategies, and propositions.
Predictive Analytics and Machine Learning: Designing, building, and validating predictive models (e.g., propensity, churn, risk) using Pega's Prediction Studio, applying various algorithms, and interpreting model outputs.
Adaptive Analytics: Implementing and managing adaptive models to learn from customer behavior in real-time, understanding their lifecycle, and configuring proposition weighting and arbitration.
Data Preparation and Feature Engineering: Preparing data for model consumption, creating and managing predictors, utilizing data transforms, and ensuring data quality within the Pega environment.
Model Deployment, Monitoring, and Governance: Deploying predictive and adaptive models into production, monitoring their performance, troubleshooting issues, and ensuring responsible AI practices and ethical use.

Career Path

Target Roles

Pega Data Scientist Decisioning Architect AI/ML Engineer (Pega Focus)

Common Questions

Is the material up to date?

Yes. We update our question bank weekly to match the latest Pegasystems standards. You get free updates for 90 days.

What format do I get?

You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).

Is there a guarantee?

Absolutely. If you fail the PEGACPDS25V1 exam using our materials, we offer a full money-back guarantee.

When do I get the download?

Instantly. The download link is available in your dashboard immediately after payment is confirmed.

Free Study Guide Samples

Previewing updated PEGACPDS25V1 bank (10 Questions).

QUESTION 1

U+ Air decided to set up a chatbot channel. The goal is to speed up the ticket rescheduling process. A topic detection model that detects ticket rescheduling requests drives the chatbot. U+ Air tested the chatbot and discovered that the topic of the message was correctly recognized and routed to the correct workbasket. Now, the company wants to configure the system to include the ticket number in the case.

What is the first thing the Data Scientist does to achieve this business requirement?

A
Map the ticket_number entity to a case field in a response configuration.
B
Build an adaptive model to predict the ticket number.
C
Create a new entity extraction model.
D
Extend pySystemEntities with a new ticket number entity model.

Correct Option: C

To include a custom data point like a ticket number in a case, the system first needs to be able to extract it from the user's message. Creating a new entity extraction model (e.g., a Regex entity rule within a Text Analyzer) is the foundational step to define how this specific ticket number pattern is recognized and extracted by the natural language processing component of the chatbot. Only after the entity is defined and can be extracted, can it then be mapped to a case field.



Reference: https://docs.pega.com/bundle/platform-88/page/platform/ai/entities-text-analyzer-rules.html
QUESTION 2

U+ Bank relies on a text prediction to route incoming emails to the correct department.

To detect an email address in a message, the text prediction uses __________.

A
a topic model
B
an entity extraction model
C
a keyword detection model
D
a language model

Correct Option: B

βœ… Option B (Correct)Reasoning: An entity extraction model is specifically designed to identify and classify named entities like email addresses, phone numbers, or dates within unstructured text. This direct functionality perfectly matches the requirement of detecting an email address for email routing.❌ Why the other choices are incorrect:

  • Option A is incorrect: A topic model determines the overarching themes in text, not specific data patterns like an email address.
  • Option C is incorrect: Keyword detection identifies explicit words. While parts of an email might be keywords, it lacks the sophistication to recognize the full structure of an email address as an entity.
  • Option D is incorrect: A language model predicts word sequences. While foundational for many NLP tasks, it is not the direct tool for extracting specific entities itself.



Reference: https://docs.pega.com/bundle/platform-88/page/platform/decisioning/decisioning-features/text-analyzer/nlp-extract-entities-by-text-analyzer.html
QUESTION 3

A healthcare provider is implementing text analytics to process patient feedback from multiple channels (email, chat, and surveys). The data science team needs to ensure that the system properly processes and analyzes this unstructured text data.

Which sequence of text analytics components would ensure comprehensive analysis of patient feedback across multiple channels?

A
Sentiment analysis β†’ Topic classification β†’ Entity extraction β†’ Language detection β†’ Store results
B
Data collection β†’ Language detection / Sentiment analysis β†’ Store results
C
Natural language processing β†’ Language detection / Topic classification / Sentiment analysis β†’ Store results
D
Language detection β†’ Natural language processing β†’ Topic classification / Entity extraction / Sentiment analysis β†’ Store results and analyze

Correct Option: D

Language detection is the critical first step to correctly process text from multiple channels in potentially different languages. Natural Language Processing (NLP) then prepares the text for deeper analysis. Topic classification identifies themes, entity extraction pulls out key information (e.g., symptoms, names), and sentiment analysis gauges tone. Storing and analyzing these comprehensive results concludes the process.

Reference: https://docs.pega.com/bundle/platform-88/page/platform/data-analytics/text-analytics-data-sets-for-unstructured-data.html
QUESTION 4

U+ Air found that the customer service average response time for ticket cancellation requests is too long and decided to optimize case handling. The company used an automated chatbot powered by Pega natural language processing. The Application Developer configured the Cancel Ticket case type to set up the chatbot channel, and the Data Scientist trained the topic detection and entity extraction models. The Application Developer tested the chatbot and noticed that although the entity is correctly recognized, the chatbot does not run the Cancel Ticket case type.

What is the most probable cause of this behavior?

A
The Data Scientist incorrectly configured the RUTA script entity extraction for the ticket_number entity.
B
The Data Scientist trained the models with a training dataset that did not contain the β€œcancel ticket” topic.
C
The Application Developer created a Digital Messaging channel instead of a Chatbot channel.
D
The Application Developer did not mark the ticket_number entity as trigger for the case type.

Correct Option: D

Option D (Correct)

Reasoning: In Pega's Digital Messaging channel, an Application Developer must explicitly mark an entity as a trigger for a specific case type. If the ticket_number entity is recognized but not configured as a trigger for the 'Cancel Ticket' case type, the chatbot will not automatically launch the case, even if the entity itself is extracted correctly.

Why the other choices are incorrect:

  • Option A is incorrect: The problem statement explicitly says, "the entity is correctly recognized," which contradicts an incorrect RUTA script configuration for entity extraction.
  • Option B is incorrect: If the "cancel ticket" topic was not trained, the chatbot would likely fail to understand the user's intent altogether, not just fail to run the case after recognizing an entity. The issue is with case initiation despite entity recognition.
  • Option C is incorrect: The scenario states the Application Developer "configured the Cancel Ticket case type to set up the chatbot channel." Creating a Digital Messaging channel instead of a Chatbot channel is less probable given the context and would likely lead to different operational issues, not this specific behavior of entity recognition without case launch.


Reference: https://docs-previous.pega.com/chatbot-integration/87/configuring-digital-messaging-channel-start-case
QUESTION 5

Prediction Studio supports keyword-based topic detection, model-based topic detection, or a combination of both. Using only keywords, the system detects a topic when __________.

A
the predictive model detects none of the multiple values that are in the Must words field.
B
the predictive model detects all the values in the Should words field, and there are no Must words defined.
C
the predictive model detects all the values in the Should words field and none of the defined Must words.
D
the predictive model detects only one of the values in the Should words field and none of the defined Must words.

Correct Option: B

Prediction Studio's keyword-based topic detection relies on 'Must words' and 'Should words'. 'Must words' are mandatory; all must be present. 'Should words' are conditional, often used when 'Must words' are undefined or when a less strict match is required. When no 'Must words' are defined, the system evaluates 'Should words'. If all 'Should words' are detected, the topic is successfully identified. This is a direct and common configuration for keyword-based topic detection.

Reference: https://docs.pega.com/bundle/platform/8.8/docs/keyword-based-topic-detection.html
QUESTION 6

A legal firm wants to use text analytics for easier and faster access to information to help with compliance-related issues. The legal firm needs a taxonomy of legal concepts.

What is a taxonomy?

A
A list of business rules
B
A list of valid categories
C
A sentiment analysis model
D
The output of an expert survey

Correct Option: B

Option B (Correct)

Reasoning: A taxonomy is a hierarchical classification system used to organize information into a structured set of predefined categories. In text analytics, it provides a controlled vocabulary to classify documents or text segments, making information retrieval and compliance checks more efficient for legal concepts.

Why the other choices are incorrect:

  • Option A is incorrect: Business rules define operational logic or conditions for decision-making, not a structured system for categorizing concepts.
  • Option C is incorrect: Sentiment analysis determines the emotional tone of text (e.g., positive, negative), which is a specific text analytics technique, not a taxonomy itself.
  • Option D is incorrect: While an expert survey might contribute to defining the terms within a taxonomy, the taxonomy itself is the organized, structured list of categories, not the raw output of the survey.


Reference: https://docs.pega.com/client-classes-and-text-analytics/87/client-classes-and-text-analytics
QUESTION 7

U+ Bank recently received a report showing that the account address change process is too long. The bank now wants to streamline that process by using a chatbot powered by Pega natural language processing on its website. The requirement assumes that the system automatically detects the customer request, creates an address change case, and then routes the case to an appropriate representative. U+ Bank tasks the chatbot implementation to a data scientist and an application developer. The application developer created a new digital messaging channel called β€œBank”, a new case type, and set the create case command to β€œaddress change.”

What is the next step that the data scientist needs to do?

A
Train the existing text prediction called β€œBank” with a dataset that contains the β€œBank address change” topic.
B
Train the existing text prediction called β€œBank” with a dataset that contains the β€œaddress change” topic.
C
Create a new prediction called β€œBank” and train it with a dataset that contains the β€œBank address change” topic.
D
Create a new prediction called β€œBank” and train it with a dataset that contains the β€œaddress change” topic.

Correct Option: D

βœ… Option D (Correct)
Reasoning: The data scientist must create a new Text Prediction model, often named to align with the new "Bank" channel, to handle its specific intents. Training this prediction with a dataset for the "address change" topic ensures the system accurately detects the customer's request, directly corresponding to the developer's pre-configured "address change" create case command.

❌ Why the other choices are incorrect:
* Option A is incorrect: Reusing an existing prediction is not ideal for a new channel, and "Bank address change" is less precise than the "address change" command.
* Option B is incorrect: This choice assumes an appropriate existing "Bank" prediction model is ready. For a new channel, setting up a dedicated, new prediction is standard practice.
* Option C is incorrect: While creating a new prediction is correct, the topic "Bank address change" is less direct than "address change," which matches the configured case creation command.



Reference: https://docs.pega.com/bundle/platform-88/page/platform/data-ai/text-analyzer/text-analyzer-nlp.html
QUESTION 8

You’re implementing a decision strategy for a telecom company’s retention program. The strategy needs to identify customers at high risk of churn and make them eligible for retention offers instead of standard promotional offers. The data scientist team has created a churn prediction for this purpose.

What is the correct approach to implementing an applicability rule that shows retention offers only to customers with high churn risk?

A
Create a decision strategy with Prediction and Filter components for high-risk customers, then apply it in the Next-Best-Action Designer’s Applicability section.
B
Use a When rule in the Channels section to display retention offers when the customer’s predicted response is β€œHigh risk”.
C
Configure the churn prediction to automatically add eligible customers to an audience that the retention offers target.
D
Directly add the churn prediction to the Next-Best-Action Designer’s Eligibility section with a condition that the churn risk level equals β€œHigh risk”.

Correct Option: A

Option A (Correct)

Reasoning: In Pega, the Next-Best-Action Designer's Applicability section is where you define conditions for specific propositions (like retention offers) to be considered for a customer. A decision strategy, incorporating a Prediction component to evaluate churn risk and a Filter component to isolate 'high-risk' customers, is the correct tool to implement this complex logic. Applying this strategy in the Applicability section ensures that retention offers are only presented when the churn prediction meets the high-risk threshold.

Why the other choices are incorrect:

  • Option B is incorrect: The Channels section in Next-Best-Action Designer focuses on delivery mechanisms (e.g., web, email). While When rules can be used for conditions, they are not the primary or most appropriate place for defining fundamental applicability logic for offers based on predictive models. Applicability rules are designed for this purpose.
  • Option C is incorrect: While predictions can inform audience segmentation, automatically adding customers to an audience for real-time Next-Best-Action applicability is not the direct or most efficient method. NBA evaluates conditions dynamically at the time of interaction using strategies and applicability rules. Audiences are typically used for broader campaign targeting rather than real-time offer applicability.
  • Option D is incorrect: The Eligibility section determines if a customer is generally eligible for *any* offer within a specific group. The requirement is to show *retention offers* (a specific subset) *only* to high-risk customers. This is a condition specific to those offers, making it an applicability concern rather than a broad eligibility concern. Using Eligibility here would be too restrictive or misaligned with the intent.


Reference: https://docs.pega.com/bundle/customer-decision-hub-88/page/customer-decision-hub/strategies/strategies-overview.html
QUESTION 9

As a data scientist, you can improve the predictive power of adaptive models by adding predictors to the models. The models automatically learn which predictors are valuable by capturing the responses.

Regarding this adaptive learning process, what is the key difference between parameterized predictors and non-parameterized predictors?

A
Unlike non-parameterized predictors, when parameterized predictors are highly correlated, they are not grouped by the system.
B
The number of parameterized predictors is limited, while the number of non-parameterized predictors is unlimited.
C
Only non-parameterized predictors influence propensity.
D
There is no key difference between parameterized predictors and non-parameterized predictors.

Correct Option: A

  • Option A is correct: Parameterized predictors are designed to enable adaptive models to learn distinct propensities for a predictor across different contexts (parameters). Grouping highly correlated parameterized predictors would undermine this intent by potentially collapsing these distinct insights. Therefore, the system treats them differently, generally avoiding grouping them in the same way as non-parameterized predictors, to preserve their granular learning. This specific handling of correlation constitutes a key difference.
  • Option B is incorrect: Pega's adaptive models have practical limits on the total number of effective predictors, irrespective of whether they originate from parameterized or non-parameterized definitions. There isn't an 'unlimited' capacity for non-parameterized predictors.
  • Option C is incorrect: Both parameterized and non-parameterized predictors influence propensity. Parameterized predictors are specifically created to enhance predictive power by influencing propensity in a more refined, context-specific manner.
  • Option D is incorrect: There is a fundamental difference. Parameterized predictors allow adaptive models to learn different propensities for the same base predictor based on the values of a chosen parameter, leading to more granular and accurate predictions, which is a significant distinction from non-parameterized predictors.


Reference: https://docs.pega.com/bundle/customer-decision-hub-88/page/customer-decision-hub/app-dev/adaptive-model-settings-con.html#h-parameters
QUESTION 10

Which adaptive model output is automatically mapped to a strategy property?

A
Propensity
B
Evidence
C
Performance
D
Score

Correct Option: A

βœ… Option A (Correct)
Reasoning: Adaptive models in Pega automatically calculate and expose Propensity, which represents the likelihood of a customer taking a specific action. This 'Propensity' value is automatically mapped and available as a property within decision strategies for real-time decisioning.

❌ Why the other choices are incorrect:
  • Option B is incorrect: Evidence refers to the underlying data and predictors used by the model. While insightful, it is not the primary output automatically mapped as a strategy property for direct decision-making like Propensity.
  • Option C is incorrect: Performance refers to the model's overall statistical accuracy or effectiveness metrics (e.g., AUC, lift). It is about the model itself, not a dynamic output for individual customer interactions within a strategy.
  • Option D is incorrect: While a 'Score' might be generated, 'Propensity' is the specific and most direct adaptive model output that is automatically mapped and utilized by Pega decision strategies for Next-Best-Action computations.


Reference: https://docs.pega.com/bundle/customer-decision-hub-88/page/customer-decision-hub/strategies/about-adaptive-models-component.html

Full Question Bank Locked

You have reached the end of the free study guide preview. Upgrade now to unlock all 50 questions and the full simulation engine.

Customer Reviews

5 / 5
(15,000+ verified)
5
100%
4
0%
3
0%
2
0%
1
0%

Global Community Feedback

DM

David M.

Verified Student

"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."

SJ

Sarah J.

Premium Member

"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."

MC

Michael C.

Verified Buyer

"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"

Need Assistance?

Our expert support team is available to assist you with any inquiries about our exam materials.

Contact Support
Average response: < 24 Hours

Get Exam Updates

Subscribe to receive instant notifications on new questions and exclusive flash sales.

* Join 5,000+ students getting weekly updates

Support Chat ● Active Now

πŸ‘‹ Hi! How can we help you pass your exam?

Enter email to start chatting