151)Which of the following declarative rules can
apply backward chaining? (Choose One)
Declare
Pages
Declarative
Index
Declare
Expressions
Declare
Triggers
152) Which of the following declarative rules
can apply forward chaining? (Choose Two)
Declare
Expressions
Declare
Pages
Declare
Triggers
Decision
table
153) Which of the following statements is true
regarding context free and context sensitive expressions? (Choose One)
By
default, all expressions start as context free expressions
Context
free expressions should only be used when a data structure is embedded more
than 5 places
Context
Sensitive expressions can only be defined on classes that derive from work-
Context
free expressions promote reuse of data structures as the expression is defined
directly on the object containing the target property
154) Declarative expressions __________. (Choose
One)
Can
only be used to calculate numerical values
Are
only used for complex rule engine applications
Are
used to update all instances of work in the database
Provide
different calculation types and functions based on the type of the target
property
155) Which of the following statements about
utility functions are correct? (Choose One)
All
utility functions must belong to a library
Utility
functions are used only in declare expressions
We
cannot create new Utility functions
It
is recommended, but not required, that utility functions belong to a library.
156) Which of the following rules can be invoked
declaratively? (Choose Two)
Data
transform
Decision
Tree
Flow
Action
Decision
Table
Activity
157)A Purchasing application has the following
cases: • Purchase Request (ABC-Purchasing-Work-PurchaseRequest) • Purchase
Order (ABC-Purchasing-Work-PurchaseOrder) • Order Fulfillment
(ABC-Purchasing-Work-Fulfillment) Purchase Order is created automatically when
Purchase request is approved, while the order fulfillment is a subcase for
Purchase Order and is created manually by the fulfillment manager. In the
Purchase Request, line items are added and this line item is copied to Order
Fulfillment and Purchase Order cases when those cases are instantiated. Line
Items are added using the data class (ABC-Purchasing-Data-Item). Which of the
following scenario requires context free expression calculation? (Choose One)
Calculating
the total price property in the purchase request case when line items are added
to the case
Calculating
the urgency of the Purchase Order case based on the urgency of Order Fulfillment
case
Calculating
the days past goal time for the purchase order case
Calculating
the unitsinstock property of a specific line item when the order is fulfilled
158) Which of the following rules are not
usually delegated to business users? (Choose One)
When
rules
Decision
tables
Map
Values
Decision
trees
159) What are the recommended choices to improve
readability in decision trees? (Choose Two)
Use
the Display Label option to display the label of the property
Do
not use more than one property to evaluate
Use
A function alias that accepts a fewer number of parameters
Do
not build any additional nodes
160) Which of the following options cannot be
restricted thereby enabling business users to make a change in a delegated
rule?(Choose One)
Adding
a column or row
Deleting
a column or row
Ability
to call a when rule
Entering
a value in the cell of a table
161) To delegate a business rule, we are always
required to configure all of the following, EXCEPT one. (Choose One)
Access
Role
Application
Access
group
Operator
ID
162) The check-in option of the ruleset is
enabled because it ____________: (Choose One)
Let’s
the user override another user’s changes
Ensures
user changes are not lost
Is
the easiest way to maintain versions of the same rule
Prevents
rules from being saved in a production ruleset directly
163) When using a Decision Table a given cell
can be “split” to represent ?(Choose One)
OR-Logic
And-Logic
Evaluate
All Rows logic
Any
Boolean Logic
164) Which rule is most appropriate for the
following requirement: The combination “COUNTRY” and “CATEGORY” need to return
a discount value and there are approximately 15 unique countries and 10 unique
categories. (Choose One)
Map
Value
Data
Table
Decision
Tree
Decision
Table
165) When using the ‘Evaluate All Rows’ setting
on a Decision Table which of the following is true? (Choose One)
You
can only have one action column.
You
cannot call the table from a Declarative Expression.
You
can stop the execution using the “Stop-Table” directive.
You
must also use the += or -= operation in the action columns
166) What rule type is most appropriate to
represent the following logic? (Choose One): If Age Between 25-35 AND Sex =
Male AND Credit Score Between 500-600 Return 10 If Age Between 25-35 AND Sex =
Female AND Credit Score Between 500-600 Return 15 If Age Between 36-45 AND Sex
= Male AND Credit Score Between 500-600 Return 12 This pattern continues for
about 20 different return values with the same three properties being
evaluated.
When
Decision
Table
Decision
Tree
Map
Value
167) Which of the following are features
available to Decision Trees, Decision Tables AND Map Values? (Choose Two)
The
ability to control which functions are available for a user to select.
The
ability to directly call decision trees.
Restricting
allowed return values.
Checking
for conflicts in the rules logic.
The
ability to evaluate all rows
168) From which rule types can a validate rule
be referenced? (Choose Two)
Property
Edit
Validate
Activity
Flow
Action
169) (True or False) Edit validate is easier to
develop and is the recommended best practice to use for validation, instead of
Validate rules.
True
False
170) Which scenario is not a validation test
performed during the Dictionary validation? (Choose One)
Execute
an Edit validate rule
Test
whether a property value has exceeded its maximum length
Ensure
a value of a Page Group mode property is not set to a Value Group mode property
Ensure
a property of Integer type does not contain “PEGA” as value
171) Which statement is not correct about
constraints rules? (Choose One)
A
Constraints rule allows us to specify a message to be associated with a
specific property when the constraints fails
A
Constraints rule is automatically executed when the value of a property changes
A
Constraints rule can be referenced through a flow action rule.
A
Constraints rule is effective as soon as it is saved.
172) Which of the following provides access to
all of the reports that an end user can access? (Choose One)
Report
definition
Report
Browser (All Reports)
Report
Viewer
Report
Editor
173) When a manager creates a report in the
report browser, which of the following options does it create? (Choose Two)
A
report definition rule
A
shortcut
A
category if it does not exist
The
production RuleSet
174) The requirement suggests that a manager
should not be able to create reports in a public category named “Daily
Reports”. However, they should be able to view any reports that exist in the
public category. Which approach solve this requirement the best? (Choose One)
Cannot
handle this requirement unless “Daily Reports” is Private
Daily
Reports must be defined as a standard category in the application
Do
not define a production RuleSet
Disable
the New Report button
175) Shortcuts are used for _____________ .
(Choose Two)
Creating
links to a report definiton rule in a different category
Creating
a report definition using a template named pyDefaultReport
Providing
the ability to edit favorite reports quicker
Providing
the ability to run a report in the report browser
176) What are the best practices for creating
reports? (Choose Two)
Save
a copy in application RuleSets even if they are created only for business users
Keep
them in a private RuleSet during development before sharing them
Developers
create them as report definition rules before business users work on them
Configure
the user options to control what users can perform at runtime
177) Which of the following reporting
requirements will require the use of a sub report? (Choose One)
Columns
to display are: Operator Name, Operator Division, Count of Purchase Requests
created
Columns
to display are: Operator Name, Last updated Case ID, Last updated Case Status ,
Update Date
Columns
to display are: Operator Name, Operator Division, Count of Purchase Requests
created by the operator filtered by unresolved status
Columns
to display are: Operator Name, Count of Operator Divisions he belong to
178) Which of the following is NOT true
regarding SQL functions? (Choose One)
They
are instances of the “Function Alias” rule type.
They
can be implemented in reports created either in the Designer Studio, or the
Manager Portals.
They
are run on the server, processing data after being retrieved from the database.
ALL
SQL functions MUST have an applies-to class of Embed-UserFunction
179) Which of the following requires a section
to be referenced? (Choose Two)
Applying
Custom Filtering
Adding
a smart Info on each row
Applying
Pagination
Adding
header to a report
180) Which of the following statements are true
when it comes to using standard functions? (Choose Two)
Some
functions are cirumstanced and they are all referenced in the same way
A
developer needs to save them in an application ruleset for managers to use
Custom
functions are the only ones that a manager can use
Functions
are accessible in Report Editor
181) Which features impact the number of rows
queried from database? (Choose Two)
Adding
a blank column
Pagination
Settings
Threshold
settings on maximum number of rows
Custom
SQL Function
182) A customer would like a report that
indicates how much time is lost due to assignments being “ idle”. What should
the report represent or include? (Choose One)
The
gap between pxTaskElapsedTime and pyPerformTaskTime
The
gap between pyPerformTaskTime and pyPerformActionTime
pxAssignmentIdleTime
The
gap between pxAssignmentElapsedTime and pxTaskElapsedTime
183) Which of the following subcase properties
identifies the parent case? (Choose One)
pxRefObjectKey
pxCoverInsKey
pzInsKey
pxParentInsKey
184) Which of the following cases would likely
require joining classes? (Choose One)
A
list of all workbasket assignments grouped by the Operator who is performing
the action
A
list of all cases categorized by the cover ID (pxCoverInsKey) that the cases
are part of
Average
turnaround time of flow actions, categorized by Performer
A
list of all cases created by operator along with their work status
185) Which of the following choices does not
change the number of rows returned by the report? (Choose Two)
Adding
a new column , corresponding to a single value property that has not been
optimized
Changing
the join type of an association rule that is referenced in the report
Including
a property from a related class, using the association rule to include matching
rows
Creating
a new association rule in the class where the report is created
Including
a page list property that has been optimized
186) Which of the following requires optimizing
a property? (Choose Two)
To
improve the performance
To
display the property in a column
To
use the property as a filter criteria
To
display pagelist result in a report
187) Which chart type is most effective in
displaying burn rate of throughput? (Choose One)
Pie
Spark
Gauge
Funnel
188)Which of the following statements are true?
(Choose Two)
Only
summary-type reports can include charts
Chart
data is always simulated during configuration
Colors
can be applied conditionally to chart elements
All
chart types can be configured in the Report Browser
189) Which of the following statements is not
true with regards to map charts? (Choose One)
Regions
can be mapped to proprietary codes
By
default, countries are mapped by their country codes
A
map can drill down to another map
Colors
can be applied conditionally to map elements
190) Charts can be drilled into another
__________. (Choose Two)
Report
that displays a chart
A
Static section
An
embedded section that displays additional details
Map
Report
191) Which of the following requirements suggest
us using a Chart Control ? (Choose One)
Embedding
a chart output in the end user portal
Delegating
a chart to an end user
Displaying
the chart in report browser
Using
a standard chart shipped in the product
192) The terms Connector and Service are from
the perspective of __________? (Choose One)
The
external system. Thus, a Connector is when external systems connect to your
application to requests data, and a Service is when your application requests
request data from an external system.
Your
application. Thus, a Connector is when your application requests data from an
external system, and a Service is when external systems request data from yoru
application.
193) In which order are rules and data instances
applied for a connector? (Choose One) 1. Data Page / Activity 2. Data Transform
(from application to integration clipboard structure) 3. Mapping rule (from
integration clipboard structure to format specified by the target service) 4.
Connect rule 5. Data Transform (from integration to application clipboard
structure) 6. Mapping rule (from format received by the service to integration
clipboard structure)
1,
4, 2, 3, 6, 5
1,
2, 3, 4, 5, 6
1,
3, 2, 4, 5, 6
1,
2, 4, 3, 6, 5
194) In which order are rules and data instances
applied for a service? (Choose One) 1. Service rule 2. Service Package 3.
Service Activity 4. Mapping rule (from format received by the service to
Clipboard structure) 5. Mapping rule (from Clipboard structure to format
specified by service type)
1,
2, 3, 4, 5
1,
2, 4, 3, 5
2,
1, 4, 3, 5
2,
1, 3, 4, 5
195) A Connector rule can be directly referenced
from __________? (Choose Two)
Data
Transform
Data
Page
Flow
Activity
196) Which of the following statements is the
most accurate with respect to the error handler flow? (Choose One)
The
standard error handler flow is final and cannot be customized
The
error handler flow is typically invoked from the post processing activity in a
data page
The
error handler flow is the recommended way to handle errors
The
standard connector error handler flow can help recover from transient errors
197) In which of the following scenarios is the
use of connector simulation least appropriate? (Choose One)
When
the service has not yet been developed
When
the interface has not yet been defined
When
testing the application
When
the data source is temporarily unavailable
198) A connector can be configured to be
simulated for __________? (Choose Two)
The
current operator only
All
operators on the system
All
operators in a give Work Group
All
operators in a given Access Group
199) Which of the following Tracer options is
the most useful when debugging service related issues? (Choose Two)
Locking
Interaction
Parse
Rules
Stream
Rules
200) PRPC returns which error code when a
connector call to an external system does not complete within the allowed time?
(Choose One )
PEGA0011
PEGA0014
PEGA0020
PEGA0012
Nice post .Keep sharing
ReplyDeletepega online training Banglore
This concept is a good way to enhance the knowledge.thanks for sharing. please keep it up
ReplyDeletesalesforce Online course