Pega Certified Decisioning Consultant V8.0

Beschreibung

PEGA Programing Quiz am Pega Certified Decisioning Consultant V8.0, erstellt von Pedro Henrique Lima am 06/01/2020.
Pedro Henrique Lima
Quiz von Pedro Henrique Lima, aktualisiert more than 1 year ago
Pedro Henrique Lima
Erstellt von Pedro Henrique Lima vor mehr als 4 Jahre
2073
2

Zusammenfassung der Ressource

Frage 1

Frage
The Next-Best-Action recommendation for a customer is re-evaluated when _______________. (Choose Three)
Antworten
  • the service representative completes a task
  • the service representative is in the middle of completing a task
  • the marketer retires an offer
  • a customer responds to an offer
  • a customer changes the call context

Frage 2

Frage
In a call-center application, which receives Next-Best-Actions from Pega Customer Decision Hub, the Customer Service Representative (CSR) is _______________. (Choose One)
Antworten
  • forced to follow a strict path of recommended steps, which he/she cannot deviate from
  • expected to improvise based on some basic customer information displayed on screen
  • always expected to sell a product or service irrespective of the customer's call intent
  • guided on the next important conversation to have with the customer

Frage 3

Frage
What type of information is used by the Customer Decision Hub™ to determine the Next-Best-Action recommendations? (Choose Two)
Antworten
  • Service representative’s profile.
  • Call context.
  • Customer profile.
  • Number of customers waiting in the call queue.

Frage 4

Frage
Which two conditions must be met for the Customer Decision Hub to consider an offer for a customer? (Choose Two)
Antworten
  • The offer is a service message.
  • The offer belongs to the top most action defined in the Next-Best-Action decision hierarchy.
  • The 'Active' offer attribute is set.
  • The offer belongs to the first relevant action in the Next-Best-Action decision hierarchy.

Frage 5

Frage
Which of the following business requirements should be implemented using the Filter component?
Antworten
  • Select a proposition with the highest profit
  • Calculate profit for each proposition
  • Select propositions with a profit higher than $60
  • Select a proposition with the lowest profit

Frage 6

Frage
In the Filter component, which condition should you use to remove anyone who is 18 or over?
Antworten
  • .Age < 18
  • Primary.Age < 18
  • RemoveOver18.Age < 18
  • .Age >= 18

Frage 7

Frage
What can you do to access a proposition's Interaction History?
Antworten
  • Use a Data Import component to import the Interaction History
  • Nothing, the Interaction History is always available
  • Enable the Interaction History strategy porperty
  • Use the Interaction History component

Frage 8

Frage
Whats is the purpose of the Interaction History component?
Antworten
  • To determine which propositions are available for selection
  • To determine if a proposition has been offered before
  • To verify if the customer is eligible for an offer
  • Retrieve proposition properties.

Frage 9

Frage
The output of a scorecard model is either Accepted or Rejected. You want to make an offer to any customer who has been accepted. Which expression should you use in the Filter component?
Antworten
  • CalculateCreditScore.pxSegment = "Accepted"
  • You cannot, the components are not connected
  • CalculateCreditScore.Output= "Accepted"
  • .pxSegment = "Accepted"

Frage 10

Frage
U+Bank uses a scorecard to calculate customer credit score. Your marketing department wants to include the exact credit score in their communication with customers. How can you do this?
Antworten
  • The pxSegment property contains the credit score calculated by the scorecard.
  • The credit score is always available to a strategy.
  • Not possible, the scorecard does not return the credit score value.
  • You need to enable score mapping when configuring the scorecard component

Frage 11

Frage
You want to use the output of a Scorecard Model component in a strategy. How can you identify which results are output by the component?
Antworten
  • Examine the values of the pxSegment property
  • Examine the scorecard model in the results tab
  • The output of the scorecard model is always Accept or Reject
  • Examine expression in the filter component

Frage 12

Frage
Which decision component do you use to import all records from an embedded ‘Page List’ into the strategy?
Antworten
  • Decision Data
  • Set Property
  • Data Join
  • Data Import

Frage 13

Frage
The ‘Properties mapping’ tab in a Data Join component is used to ____________ (Choose Two)
Antworten
  • Set default value for a property for all records.
  • Set value of a property for records that are not joined.
  • Copy property values from the joined component to source component.
  • Set value of a property for successfully joined records.

Frage 14

Frage
MyCo, a mobile company, has purchased Pega Customer Decision Hub. What are the three real-time channels that MyCo can use to distribute the Next-Best-Actions? (Choose Three)
Antworten
  • Contact Center
  • Facebook
  • Newspaper
  • LinkedIn
  • Television

Frage 15

Frage
Through analysis of customers lifecycles, Next-Best-Action _______________.
Antworten
  • identifies global sales targets
  • anticipates retention issues
  • provides fulfillment services
  • provides future sales reports

Frage 16

Frage
Which business objective is best suited for the Next-Best-Action approach?
Antworten
  • Change management
  • Productivity
  • Employee satisfaction
  • Growth

Frage 17

Frage
A company wants to optimize the value of its customers using Pega Decision Hub. Through analysis of customer lifecycles, Next-Best-Action can _____________________________.
Antworten
  • report on the interaction history
  • identify manufacturing defects
  • upsell offers to customers
  • determine the root cause of the customer issue

Frage 18

Frage
In a decision strategy, to use a customer property in an expression, you _______________.
Antworten
  • define Customer page in Pages and Classes
  • prefix the property with the keyword Customer
  • define the property as a strategy property
  • use the property as defined without any prefix

Frage 19

Frage
Enrichment decision components provide the ability to ______________________.
Antworten
  • filter propositions based on priority and relevance
  • set customer properties
  • set a text value to a strategy property
  • enrich decision strategy with comments

Frage 20

Frage
In a Prioritization component, the top proposition can be determined based on the value of _______________.
Antworten
  • Average Margin of all propositions
  • Propensity
  • Customer.Value
  • Primary.Income

Frage 21

Frage
What does a dotted line from a Group By component to a Filter component mean?
Antworten
  • Information from the Group By component is copied over to the Filter component.
  • There is a one-to-one relationship between the Group By and the Filter components.
  • The Filter component references a property from Group By component.
  • Evaluate the Filter component first to evaluate the Group By component.

Frage 22

Frage
As a Strategy Designer, you do not want to offer the same propositions you offered in the last week to your customers. What do you use in the decision strategy to implement this requirement?
Antworten
  • Date strategy property
  • Calendar component
  • Filter component
  • Quarter strategy property

Frage 23

Frage
As a Strategy Designer, you are configuring a decision strategy to offer a special credit card to customers. The rule is that only the customers who accepted the platinum card offer are eligible for the new special card. You decide to use the Interaction History decision component to ________________.
Antworten
  • verify if a customer is eligible for the special card
  • retrieve all properties of the special card
  • determine which customers have accepted the platinum card
  • capture the customers who accept the new special card

Frage 24

Frage
MyCo, a mobile company, wants you to calculate the total revenue of three new propositions offered in the first quarter. What do you configure to compute the total revenue?
Antworten
  • three Set property components
  • three Group By components
  • one Set property component
  • one Group By component

Frage 25

Frage
U+ Bank has introduced a new credit card: Gold. After launching the new product, you run a baseline and a simulation run to check the impact of the change. In the delta mode of the Visual Business Director, you can see _______________.
Antworten
  • a green shape for the Gold card
  • the volume of the existing cards
  • the date of the Gold card launch
  • the volume difference between the Gold card and existing cards

Frage 26

Frage
As a Strategy Designer, you make a change to the decision strategy to implement a new prioritization rule. Once you modify the strategy, which property is automatically recomputed for each proposition?
Antworten
  • Relevancy
  • Priority
  • Rank
  • Propensity

Frage 27

Frage
You have been asked to configure a decision startegy that chooses between a sales and a service proposition based on the predicted customer behavior. Which decision component do you add to the strategy to implement this requirement?
Antworten
  • Data Join
  • Set Property
  • Switch
  • Filter

Frage 28

Frage
MyCo, a mobile company, uses a scorecard rule in a decision strategy to compute the postpaid credit limit for a customer. MyCo updated their scorecard to include a new property in the calculation: customer annual income. As a Startegy Designer, what changes do you need to make in the decision startegy for the updated scorecard to take effect?
Antworten
  • Add a Set-Property component to set the annual customer income.
  • Configure a new proposition filter in the strategy to filter on the annual customer income.
  • No change required.
  • Remap the <Customer.annual customer income> property in the decision strategy.

Frage 29

Frage
As a Strategy Designer, you configure a decision strategy to include a new product. However, you do not want to offer the same product to customers who already own it. You configure a ___________________ and a Data Join component to utilize Product Holding data in the decision strategy.
Antworten
  • Customer Import
  • Data Import
  • Proposition Import
  • Product Import

Frage 30

Frage
U+ Bank has introduced a new credit card for which no historical customer behavior is known. U+ wants to offer this credit card on the customer personalized web portal. Given the scenario, which is the rule type you must use?
Antworten
  • Adaptive Model
  • When rule
  • Predictive Model
  • Decision table

Frage 31

Frage
What is the difference between predictive and adaptive analytics?
Antworten
  • Predictive models predict customer behavior.
  • Predictive models can predict a continuous value.
  • Predictive models have evidence.
  • Adaptive models use customer data as predictors.

Frage 32

Frage
When building a predictive model, the data fields best suited to determining the desired outcome are called ____________________.
Antworten
  • predictors
  • outcome fields
  • value fields
  • benchmarks

Frage 33

Frage
An Adaptive Model instance is created when you __________________________.
Antworten
  • import an Adaptive Model definition rule
  • create an Adaptive Model rule
  • configure an Adaptive Model decision component
  • execute the strategy that contains the Adaptive Model component

Frage 34

Frage
To implement proactive retention, you use a ________________________ decision component.
Antworten
  • Predictive Model
  • Prioritize
  • Churn Model
  • Retention Model

Frage 35

Frage
MyCo, a mobile company, has introduced new phones on their website. No historical information is available, so the company decides to create adaptive models for each of the phones. As a Strategy Designer, you want to know the adatpive model performances in various channels. The "Models Overview" page shows you that the Galaxy phone has poor performance. You want to investigate the root cause of the issue further. Which task is appropriate for you to perform next?
Antworten
  • Execute a baseline run in Visual Business Director and check when the performance dropped.
  • Open the predictors summary report to inspect the use of predictors across all channels.
  • Open the Predictors Overview report for the model and examine active and inactive predictors.
  • In the InteractionHistory report, check when the performance dropped.

Frage 36

Frage
The Predictive Model Markup Language (PMML) is a ____________________________.
Antworten
  • collection of terminologies used in predictive analytics
  • means to share predictive models across applications
  • Pega proprietary format to store predictive models
  • language to display Predictive Model results in XML format

Frage 37

Frage
A company wants to capture the sentiment of relevant Twitter messages that allow its customer service representatives to concentrate only on the negatives ones. Sentiment refers to the general attitude of the author towards a subject and can be _______________.
Antworten
  • Negative
  • Defensive
  • Offensive
  • Absent

Frage 38

Frage
You are a Decisioning Consultant on an AI-powered one-to-one customer engagement implementation project. You are asked to design the Next-Best-Action prioritization expression that balances customer needs with business objectives. What factor do you consider in the prioritization expression?
Antworten
  • Offer compatibility
  • Customer contact policy
  • Offer relevancy
  • Likelihood of customer accepting an offer

Frage 39

Frage
As a Strategy Designer for MyCo, you create new propositions to market new phones on the company website by using a banner. What do you use to define the characteristics of a proposition?
Antworten
  • Plain text
  • Banner images
  • Offer details
  • Properties

Frage 40

Frage
MyCo, a mobile company, has launched a new phone offer for all high-value customers. As a Strategy Designer, you need to create propositions that involve the full customer lifecycle: marketing, sales, and service. Which two valid propositions do you create for the customers? (Choose Two)
Antworten
  • Free mobile data
  • Phone number
  • Broken screen
  • Phone delivery status

Frage 41

Frage
MyCo, a mobile company, has recently started using Pega Marketing, powered by Pega Customer Decision Hub, to display an offer to its customers on the MyCo website. The company wants to ensure that Nokia phones are offered to high school students and iPhone to graduate students. As a Strategy Designer, what do you configure in the Next-Best-Action designer to implement this requirement?
Antworten
  • Compatibility rules
  • Relevancy rules
  • Predictive model
  • Eligibility rules

Frage 42

Frage
Results of two simulations can be compared using the ______________.
Antworten
  • Visual Business Director
  • Interaction History report
  • Proposition Distribuition report
  • PredictiveAnalytics

Frage 43

Frage
Which of the following is a dimension in Visual Business Director?
Antworten
  • Revenue
  • Channel
  • Volume
  • Intent

Frage 44

Frage
Which is a Key Performance Indicator?
Antworten
  • Action
  • Outcome
  • Volume
  • Channel

Frage 45

Frage
Visual Business Director can be used to _____________.
Antworten
  • inspect interactions of a single customer
  • compare two datasets
  • predict customer behavior
  • import and inspect and external dataset

Frage 46

Frage
Which metric is used in the Proposition Distribution report?
Antworten
  • Accept rate
  • Volume
  • Target budget
  • Total revenue

Frage 47

Frage
To build a predictive model, use ____________.
Antworten
  • Pega Customer Service
  • Pega Marketing
  • Pega Decision Management
  • Pega Platform

Frage 48

Frage
Next-Best-Action maximizes the customer lifetime value by _____________.
Antworten
  • using consistency rules in the Next-Best-Action decision strategy
  • building Next-Best-Action on top of each other across every interaction
  • monitoring the customer interactions in all channels
  • using arbitration metrics in the Next-Best-Action decision strategy

Frage 49

Frage
The implementation of Next-Best-Action must involve ______________.
Antworten
  • building a product catalog
  • defining business issue and group hierarchy
  • inclusion of third party predictive models
  • defining a prioritization formula based on marketing weight

Frage 50

Frage
What is the key characteristic that Next-Best-Action must consider to satisfy customer needs?
Antworten
  • Services
  • Consistency
  • Mobility
  • Sociability

Frage 51

Frage
Which business issue is the least suitable for Next-Best-Action?
Antworten
  • Collections
  • Retention
  • Service
  • Accounting

Frage 52

Frage
Business rules that determine if a customer is eligible for a particular proposition are also known as ___________.
Antworten
  • Contact rules
  • Hard rules
  • Soft rules
  • Marketing rules

Frage 53

Frage
One of the flow shapes which allows seamless integration of Pega Decision Management with Pega Business Process Management is ____________.
Antworten
  • Subprocess
  • Run Data Flow
  • Utility
  • Decision

Frage 54

Frage
To which types of decisions can Decision Management be applied?
Antworten
  • Determining the cause of a customer’s problem
  • Determining why response rates for a campaign in one region are below average
  • Determining which banner to show on a web site to increase click rate
  • Determining how to optimize the product portfolio to increase market share

Frage 55

Frage
Which decision component is used to arbitrate between propositions?
Antworten
  • Prioritize
  • Adjudication
  • Arbitration
  • Decision Table

Frage 56

Frage
In a prioritization expression, to balance the customer needs and business objectives you adjust ____________.
Antworten
  • customer contact rules
  • weights and levels
  • product compatibility rules
  • product eligibility rules

Frage 57

Frage
The Next-Best-Action strategies must be _____________.
Antworten
  • secured and modified only by IT
  • simple and straight forward
  • easy to be changed by the business
  • complex and forensically calculated

Frage 58

Frage
Which decision component is used to implement hard rules?
Antworten
  • Prioritize
  • Adaptive Model
  • Decision Table
  • Eligibility

Frage 59

Frage
The Predictive Model Markup Language (PMML) allows for predictive models to ___________.
Antworten
  • be developed faster
  • be easily shared between applications
  • use the same modelling process
  • perform better

Frage 60

Frage
When compared to a Predictive Model, an Adaptive Model is different as it ___________.
Antworten
  • can use strategy properties as predictors
  • considers both symbolic and numeric predictors
  • learns from both positive and negative outcomes
  • uses predictor binning

Frage 61

Frage
What is the difference between predictive and adaptive analytics?
Antworten
  • Predictive models can predict a continuous value.
  • Predictive models predict customer behavior.
  • Adaptive models use the customer data as predictors.
  • Predictive models have evidence.

Frage 62

Frage
The likelihood that a proposition will be accepted by the customer is stored in the strategy property called _______________.
Antworten
  • pyPropensity
  • pyLikelihood
  • pyProbability
  • pyBehavior

Frage 63

Frage
Two results of an adaptive model are ____________.
Antworten
  • Priority and Propensity
  • Priority and Evidence
  • Propensity and Performance
  • Propensity and Rank

Frage 64

Frage
Predictive Analytics is a ______________.
Antworten
  • real time predictive dashboard
  • method of visualizing our data
  • science concerned with finding repeatable patterns in data
  • query, reporting and a search tool

Frage 65

Frage
The mapping of the input fields of a third-party predictive model is done in the ______________.
Antworten
  • Predictive Model decision component
  • Predictive Model rule
  • Predictive Analytics Director portal
  • Customer class definition

Frage 66

Frage
What format is used to express PMML?
Antworten
  • HTML
  • SQL
  • CSVD, XML
  • XML-Based

Frage 67

Frage
The performance of an Adaptive Model that has not collected any evidence is ____________.
Antworten
  • 1.0
  • 0.0
  • null
  • 0.5

Frage 68

Frage
Which of the following is a good candidate for a predictor in a Scoring Model?
Antworten
  • Customer Date of Birth
  • Mobile Phone Number
  • Total International Minutes
  • Customer Name

Frage 69

Frage
What is Predictive Model Markup Language (PMML)?
Antworten
  • An Industry standard language used to represent predictive models
  • Pega’s own language used to represent predictive models
  • A mathematics based language used to represent predictive models
  • An XML-Based language used to represent predictive models

Frage 70

Frage
When configuring an Adaptive Model, the property type Integer is automatically translated to which predictor type?
Antworten
  • Symbolic
  • Numeric
  • Alphanumeric
  • Number

Frage 71

Frage
Pega Adaptive Models ____________.
Antworten
  • involve a significant human effort to develop
  • require historical data
  • learn about customer behavior in real time
  • can only be used in inbound channels

Frage 72

Frage
Which value is output by an Adaptive Model?
Antworten
  • Score
  • Performance
  • Behavior
  • Lift

Frage 73

Frage
The Adaptive Model output that is automatically mapped to a strategy property is _____________.
Antworten
  • performance
  • propensity
  • evidence
  • score

Frage 74

Frage
When building a predictive model, the use of testing and validation samples ______________.
Antworten
  • increases the accuracy of models
  • enables model validation in strategies
  • is mandatory for segmentation
  • validates the quality of input data

Frage 75

Frage
The Adaptive Model instance is created when you ___________.
Antworten
  • execute the strategy containing the Adaptive Model component
  • create an Adaptive Model rule
  • configure an Adaptive Model decision component
  • import an Adaptive Model definition rule

Frage 76

Frage
What is the most accurate description of proactive retention? Proactive Retention _____________.
Antworten
  • simplifies the process of retaining customers
  • enables business to respond to customers when they contact a call center
  • anticipates potential customer churn
  • enables the business to reduce the number of credit risk customers

Frage 77

Frage
Proactive retention is applicable when a customer is _____________.
Antworten
  • initiating contact to churn
  • in a collections process
  • likely to churn
  • a high value customer

Frage 78

Frage
The action a selling organization undertakes to reduce customer defections is also known as _____________.
Antworten
  • marketing
  • upselling
  • cross-selling
  • retention

Frage 79

Frage
When building a predictive model, at what stage do you compare the performance of predictive models?
Antworten
  • Model Develipment stage
  • Model Analysis stage
  • Model Export stage
  • Model Comparison stage

Frage 80

Frage
When building a predictive model, the Data Analysis stage is where you ____________.
Antworten
  • create data samples
  • select the input data
  • group predictors
  • determine the output field

Frage 81

Frage
In an Adaptive Model rule, what is a valid predictor data type?
Antworten
  • Character
  • Symbolic
  • Boolean
  • String

Frage 82

Frage
In the delta view in Visual Business Director, what does the green colored shape indicate?
Antworten
  • The Reference data is valid.
  • The Source data value is larger than the Reference data value.
  • The Source data is valid.
  • The Source data value is smaller than the Reference data value.

Frage 83

Frage
In Pega Decision Management, individual customer behavior is captured by:
Antworten
  • Interaction history
  • Visual Business Director
  • Predictive models
  • Decision strategies

Frage 84

Frage
When configuring a Data Join component, the source of the join can be of which type?
Antworten
  • Component
  • Strategy
  • Proposition
  • Property

Frage 85

Frage
The number of results returned by an Interaction History component can be narrowed down based on _____________.
Antworten
  • the age of the customer
  • a time period
  • the customer lifetime value
  • the total count of propositions in a given channel

Frage 86

Frage
To extend a Customer data model with Product Holdings data, we need a _____________.
Antworten
  • Data Join
  • Data Import
  • Compose
  • Join

Frage 87

Frage
In a decision strategy, the Switch component can __________.
Antworten
  • be used to test two strategies against each other
  • make references to Switch decision components in other strategies
  • be used to calculate the propensity
  • be used to arbitrate between two decision logic paths

Frage 88

Frage
In a decision strategy, the Adaptive Model decision component belongs to the ______________.
Antworten
  • Decision Analytics category
  • Business Rules category
  • Arbitration category
  • Predictive Model category

Frage 89

Frage
In Pega Customer Decision HubTM, the characteristics of a proposition are defined using ____________.
Antworten
  • properties
  • banners
  • logos
  • plain text

Frage 90

Frage
The Prioritize component sorts offers in _____________.
Antworten
  • descending order only
  • ascending or descending order
  • random order
  • ascending order only

Frage 91

Frage
If you would like to ensure that the strategy outputs at most one Proposition, the best component to achieve this is the ____________.
Antworten
  • It is not possible, unless you only have only one Proposition.
  • Prioritize
  • Switch
  • Filter

Frage 92

Frage
In a strategy defined in the “Retention” issue and the “X-Sell” group, you can import ___________.
Antworten
  • all propositions from the system
  • propositions from “X-Sell” group
  • propositions from all groups under “Retention” issue
  • propositions from Sales issue

Frage 93

Frage
In a decision strategy, which decision component both filters relevant offers and prioritizes these offers?
Antworten
  • Group By component
  • Switch component
  • Prioritize component
  • Filter component

Frage 94

Frage
When a customer is offered a proposition he has already accepted, this is because ___________.
Antworten
  • the strategy uses interaction history to exclude previously accepted offers
  • the customer intent was captured incorrectly
  • the propositions are filtered based on eligibility
  • there is no filter for previously accepted offers in the strategy

Frage 95

Frage
What does a dotted line from a “Group By” component to a “Filter” component mean?
Antworten
  • There is a one-to-one relationship between the “Group By” and the “Filter” components.
  • To evaluate the “Group By” component, the “Filter” component is evaluated first.
  • A property from the “Group By” is referenced by the “Filter” component.
  • Information from the “Group By” is copied over to the “Filter” component.

Frage 96

Frage
Aggregation components provide the ability to ____________.
Antworten
  • make calculations based upon a list of propositions
  • set a text value to a strategy property
  • filter propositions based on priority and relevance
  • choose between propositions

Frage 97

Frage
The Prioritize component always outputs ____________.
Antworten
  • all eligible offers
  • top 1 offer
  • top 3 offer
  • an arbitrary number of offers

Frage 98

Frage
What is a proposition in Pega Customer Decision HubTM?
Antworten
  • Customer facing action
  • Treatment
  • Offers for sales, cross sell, or retention
  • Service or retention offer

Frage 99

Frage
To define the relationship between Customer and Product Usage, you must create the Product Usage property in the ____________.
Antworten
  • Product class
  • Strategy Result class
  • Customer class
  • Product Usage class

Frage 100

Frage
To use Product Holdings information in your strategy, which of the following components do you use?
Antworten
  • Data Import
  • Decision Parameters
  • Product Holdings
  • Property Set

Frage 101

Frage
Which component belongs to the “Business Rules” decision component category?
Antworten
  • Contact policy
  • Financial calculation
  • Decision Table
  • Decision data

Frage 102

Frage
Which function is available when configuring the Group By component?
Antworten
  • Multiply
  • True if Some
  • Divide
  • Average

Frage 103

Frage
When executing a decision strategy, the blue dotted line in a decision strategy means ____________.
Antworten
  • data is referenced by the component the arrow points to
  • data is copied to the component the arrow points to
  • data is copied to the component the arrow originates from
  • data is referenced by the component the arrow originates from

Frage 104

Frage
What is the key component of a Next-Best-Action strategy?
Antworten
  • Strategy
  • Work flow
  • Decision table
  • Predictive model

Frage 105

Frage
When implementing a Next-Best-Action project, which step is recommended to be taken first?
Antworten
  • Define Issue and Group hierarchy
  • Define propositions
  • Define business rules
  • Define prioritization formula

Frage 106

Frage
When balancing the customer need with the business objective, a possible business objective is ____________.
Antworten
  • Social media
  • Consistent communication
  • Risk mitigation
  • Timeliness

Frage 107

Frage
When implementing Next-Best-Action, the Customer Lifetime Value Threshold is typically used to ____________.
Antworten
  • prioritize high value propositions
  • prioritize customers
  • determine if the customer is eligible
  • calculate the customer’s lifetime value

Frage 108

Frage
What are the most important aspects taken into consideration when determining the Next-Best-Action?
Antworten
  • Product discounts and business profitability
  • Network bandwidth and call duration
  • Market trends and customer satisfaction
  • Business objectives and customer needs

Frage 109

Frage
Pega’s ability to turn data into insight into action is known as:
Antworten
  • business rules
  • adaptive analytics
  • big data
  • Next-Best-Action

Frage 110

Frage
Through analysis of customer lifecycles, Next-Best-Action ____________.
Antworten
  • anticipates retention issues
  • provides future sales reports
  • provides fulfillment services
  • identifies global sales targets

Frage 111

Frage
From two churn models with the similar performance, we choose the one with the ____________.
Antworten
  • highest churn rate
  • highest number of predictors
  • fewest number of predictors
  • most evidence

Frage 112

Frage
Scoring Model allows you to differentiate between ____________.
Antworten
  • Accept, Reject, Maybe Later
  • Good, Bad
  • Good, Better, Best
  • Good, Bad, Unknown

Frage 113

Frage
The outcome of a scoring model indicates the likely ______________.
Antworten
  • write-off value of an arrears case
  • claim value of a health insurance
  • period in which a spare part has to be replaced
  • response to an offer

Frage 114

Frage
Adaptive model predictors are selected from the ____________.
Antworten
  • communication channel
  • similar propositions
  • customer profile
  • proposition profile

Frage 115

Frage
To predict if a customer is likely to churn you use a model of type _____________.
Antworten
  • champion challenger
  • decision tree
  • switch
  • decision table

Frage 116

Frage
When building a predictive model, in which development step is the regression model created?
Antworten
  • Model Export
  • Data Analysis
  • Model Analysis
  • Model Development

Frage 117

Frage
The result of a Predictive Model is stored in a property called _____________.
Antworten
  • pyPrediction
  • pxResult
  • pyOutcomeD
  • pxSegment

Frage 118

Frage
What happens when you increase the performance threshold setting of an adaptive model rule?
Antworten
  • The number of active predictors increases.
  • The number of active predictors may decrease.
  • The correlation threshold decreases.
  • The performance of the model is increased.

Frage 119

Frage
To create channel-specific Adaptive Model instances, you ____________.
Antworten
  • do nothing; Adaptive Model instances are always channel specific
  • create channel specific Adaptive Model definition
  • set channel information in the strategy
  • set the channel option in the Adaptive Model component

Frage 120

Frage
For an Adaptive Model to react quickly to changes in customer behavior, the _____________.
Antworten
  • performance threshold should be set to a low number
  • model must always evaluate all customer responses
  • strategy must include the calculation for smooth propensity
  • value of the memory setting should be set to a low number

Frage 121

Frage
What is the key difference between a predictive model and a human expert?
Antworten
  • Predictive models always outperform human experts.
  • Humans are better at dealing with structured data and identifying patterns.
  • Predictive models are more capable of detecting patterns in historical data.
  • Humans make successful predictions on a large amount of data.

Frage 122

Frage
Which statement about predictive models is true?
Antworten
  • You need past experience to create a predictive model.
  • They need unstructured big data.
  • They are always associated with a proposition.
  • They need to be specified in a data attribute.

Frage 123

Frage
Which decision component allows you to use a third-party Credit Risk Model 80% of the time and a Pega Credit Risk Model 20%?
Antworten
  • Filter
  • Champion Challenger
  • Adaptive Model
  • Switch

Frage 124

Frage
Which decision component enables you to use a PMML model?
Antworten
  • Predictive Model
  • PMML Model
  • Third-party Model
  • Adaptive Model

Frage 125

Frage
The point at which smooth propensity and actual propensity converge is when ___________.
Antworten
  • actual evidence is greater than starting evidence
  • starting evidence is greater than actual evidence
  • starting propensity is greater than actual propensity
  • actual propensity is greater than starting propensity

Frage 126

Frage
One of the purposes of the Interaction History decision component is to _____________.
Antworten
  • capture all interactions with the customer
  • verify is a customer is eligible for an offer
  • determine if a proposition has been offered before
  • retrieve all proposition properties

Frage 127

Frage
In a Set Property component, the Rank value is determined by ___________.
Antworten
  • the default value of the Rank
  • the sequence in which it appears on the canvas
  • the data transform
  • the order in which the propositions are received

Frage 128

Frage
To implement an eligibility criteria you use a ____________.
Antworten
  • Eligibility
  • Segment
  • Switch
  • Proposition Filter

Frage 129

Frage
To reference a customer property in a strategy, you need to prefix the property name with the keyword ____________.
Antworten
  • No prefix. Use directly the property name.
  • “.”
  • “Data.”
  • “Customer.”

Frage 130

Frage
Which category contains the Set Property component?
Antworten
  • Arbitration category
  • Enrichment category
  • Data Import category
  • Business Rules category

Frage 131

Frage
In a decision strategy, to remove propositions based on the current month, you use a ____________.
Antworten
  • Calendar component
  • Filter component
  • date strategy property
  • calendar strategy property

Frage 132

Frage
What information has a 1-to-many relationship with a Customer?
Antworten
  • List of accounts owned
  • Average monthly product usage
  • Date of last visit to store
  • Number of family members

Frage 133

Frage
In Pega Decision Management, a banner on a website can represent ____________.
Antworten
  • dimension
  • strategy
  • channel
  • proposition

Frage 134

Frage
In the Next-Best-Action strategy, a Switch component can be used to switch ______________.
Antworten
  • between two customers within the same household
  • between two different service propositions
  • between a high value and low value customer
  • off interaction history

Frage 135

Frage
In a Decisioning Strategy, which component is required to enable access to primary Customer properties?
Antworten
  • Set Property
  • None, properties are available
  • Data Import
  • Customer Import

Frage 136

Frage
In a Decisioning Strategy, which component is required to enable access to Product Holding properties?
Antworten
  • Data Import
  • None, properties are available
  • Set Property
  • Customer Import

Frage 137

Frage
To access a property from an unconnected component, you use the ___________.
Antworten
  • customer-dot-property construct
  • property value
  • dot-property value directly
  • component name-dot-property construct

Frage 138

Frage
When a new component is added to the strategy canvas, its Rank value will be ______________.
Antworten
  • 1
  • One higher than the current highest Rank
  • Not set
  • 0

Frage 139

Frage
To run a delta report in the Visual Business Director, a minimum of two ____________ are required.
Antworten
  • data sources
  • propositions
  • input definitions
  • strategies

Frage 140

Frage
After launching a new product, the delta mode in Visual Business Director could show ________________.
Antworten
  • the volume difference between the new product and the existing products
  • the date when the new product was introduced
  • the volume of the existing products
  • a green shape for the product added

Frage 141

Frage
Visual Business Director allows you to perform:
Antworten
  • What-if analysis
  • Naive Bayesian analysis
  • Predictive analysis
  • Monte Carlo simulation

Frage 142

Frage
Which decision component is used to implement soft rules?
Antworten
  • Prioritize
  • Adaptive Model
  • Decision Table
  • Eligibility

Frage 143

Frage
Business Rules that ensure that selected propositions have greater relevance to the customer are also known as?
Antworten
  • Contact Rules
  • Hard Rules
  • Marketing Rules
  • Soft Rules

Frage 144

Frage
The Pega Customer Decision Hub™, delivers the Next-Best-Action consistently through multiple channels. To which channel does this apply ?
Antworten
  • Billboard
  • Television
  • Mobile
  • Newspaper

Frage 145

Frage
One of the flow shapes which allows seamless integration of Pega Decision Management with Pega Business Process Management is ____________.
Antworten
  • Run Data Flow
  • Update Status
  • Assignment
  • Offer flow

Frage 146

Frage
Next-Best-Action is a mechanism to _______________.
Antworten
  • increase customer life time value
  • improve profit margins on the products sold
  • retain customers at a least cost to the business
  • balance customer needs and business requirements

Frage 147

Frage
To which types of decisions can Decision Management be applied?
Antworten
  • Determining how to optimize the product portfolio to increase market share
  • Determining why response rates for a campaign in one region are below average
  • Determining the cause of a customer's problem
  • Determining which banner to show on a web site to increase click rate

Frage 148

Frage
When during a customer interaction should a Next-Best-Action decision be made?
Antworten
  • First time the customer is shown a banner
  • When the customer intent is captured
  • At the beginning of customer call
  • Every time new information is received

Frage 149

Frage
When executing a decision strategy, the solid line arrow in a decision strategy means data is _______________.
Antworten
  • referenced by the component the arrow originates from
  • copied to the component the arrow points to
  • copied to the component the arrow originates from
  • referenced by the component the arrow points to

Frage 150

Frage
Which of these belong to the same group as the Prioritize component?
Antworten
  • Proposition
  • Filter
  • Data Join
  • Arbitration

Frage 151

Frage
In a Decisioning Strategy, which component is required to enable access to Product Holding properties?
Antworten
  • Data Include
  • Data Import
  • Property Import
  • Data Join

Frage 152

Frage
In a Data Join component, we can configure to join source components of type _______________.
Antworten
  • Strategy
  • Property
  • Pages
  • Proposition

Frage 153

Frage
To implement an eligibility criteria you use a ____________ component.
Antworten
  • Switch
  • Decision table
  • Group by
  • Segment

Frage 154

Frage
Which function is available when configuring the Group By component?
Antworten
  • Divide
  • Multiply
  • Sum
  • True if Some

Frage 155

Frage
To define a one to many relationship between Student and Courses, you must create the Courses property in the _______________.
Antworten
  • Strategy Result class
  • Student class
  • Propositions class
  • Courses class

Frage 156

Frage
To sort propositions in ascending or decending order you use a ____________ component.
Antworten
  • Filter
  • Sort
  • Prioritize
  • Order by

Frage 157

Frage
Which category contains the Switch component?
Antworten
  • Business rules
  • Selection
  • Arbitration
  • Enrichment

Frage 158

Frage
The number of results returned by an Interaction History component can be narrowed down based on ____________ .
Antworten
  • the address of the customer
  • the customer churn risk flag
  • the average margine of all sales propositions
  • outcome of previous interactions

Frage 159

Frage
The Baseline simulation result refers to the simulation result ________________.
Antworten
  • executed on a subset of the customer population
  • before the strategy has been changed
  • executed on the entire customer population
  • after the strategy has been changed

Frage 160

Frage
After launching a new product, the delta mode in Visual Business Director could show ________________.
Antworten
  • no change. The new product will not appear in Visual Business Director
  • a green shape for the product added
  • the list of customers for whom the new product is recommended
  • a red shape for the product added

Frage 161

Frage
The Proposition Distribution is showing ____________.
Antworten
  • Volume of propositions
  • Targets set by the company for every Proposition
  • Revenue generated by each proposition
  • Accept rate of propositions

Frage 162

Frage
When developing a predictive model, a valid data type for a predictor is _______________.
Antworten
  • Character
  • Integer
  • Numeric
  • Number

Frage 163

Frage
When developing a predictive model, the outcome of a Spectrum Model indicates the _______________.
Antworten
  • acceptance of an offer
  • possibility of churn
  • possibility of a loan default
  • purchase value of a campaign respondent

Frage 164

Frage
What is a good predictor candidate for a Spectrum Model?
Antworten
  • Customer Date Of Birth
  • Total Daily Phone Calls
  • Customer Name
  • Mobile Phone Number

Frage 165

Frage
To optimize the business profit you prioritize propositions by _______________.
Antworten
  • Propensity times Price
  • Profitability times Volume
  • Propensity times Margin
  • Profitability times Count

Frage 166

Frage
Which PMML model type is supported by Pega?
Antworten
  • PMML Model
  • Decision Table
  • Adaptive Model
  • Regression Model

Frage 167

Frage
Which rule is used to upload a PMML file that contains a TreeModel model type?
Antworten
  • Decision Tree
  • PMML Model
  • Scorecard
  • Predictive Model

Frage 168

Frage
When compared to a Predictive Model, an Adaptive Model is different as it _______________.
Antworten
  • considers both symbolic and numeric predictors
  • uses predictor binning
  • cannot perform a spectrum model calculation
  • uses customer properties as predictors

Frage 169

Frage
When developing predictive models you must have _______________.
Antworten
  • historical behavior data
  • product catalog information
  • real-time behavior data
  • transactional data

Frage 170

Frage
When building a predictive model, the Data Analysis stage is where you _______________.
Antworten
  • determine output field
  • select customer data
  • analyse predictor binning
  • create models

Frage 171

Frage
The outcome of a scoring model could indicate the ____________.
Antworten
  • call usage information
  • number of people clicking on a banner
  • claim value of a life insurance
  • click/no click action on a banner
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

PHP intro
Māris Ozoliņš
Efectos de los entornos sobre los lenguajes
Rosa Maria Vega Natividad
Programing - Python
Amanda Kolbe
Programing Languages History
Ricardo Sol
Pega CSSA 7.3/7.4 Simulado Academy
Pedro Henrique Lima
Latein Grundwortschatz Vokabeln
anna.grillborzer0656
MS-4 Tutorium 25.11.-1.12.2019
Lukas Imwalle
Factores de tensión y estrategias de potenciación
NURY PAOLA DUEÑAS SIERRA
Vetie - Lebensmittel 2022
Ann Borg