Pega CSA Flashcards
____ helps eliminate translation errors, saves the team time and effort, facilitates direct engagement of
business and IT resources around visible working models, and enables project participants to optimally
review work progress.
DCO
Each expected result consists of an ______ that describes one or more conditions to test.
assertion
What is the relationship between an assertion and a test case?
A test case describes one or more assertions that describe expected behavior for a rule.
What does the Automated Testing landing page show?
It lists all the test cases defined for an application and the status of each test case as of its last
execution.
Green circle flow shape
Start
Green rectangle flow shape
Assignment
Blue rectangle flow shape
Subprocess
Orange rectangle flow shpe
Utility
Red circle flow shape
End
What are the main differences between an optional user action and an optional process?
An optional user action is a single task and typically returns to the primary path of a case, whereas
an optional process is a series of steps that may or may not return to the primary path of a case.
What are the three components in a declare expression?
A target property, an expression, and a source property
An expression using ___________ only updates its target property when the application references the property by
name.
backward chaining
_________ in a declare expression updates the target property value when a source property
value changes.
Forward chaining
What are the possible consequences of not following best practices and guardrails when
designing and building an application on the Pega 7 platform?
When not following best practices, you may spend more time re-creating existing functionality, or
debugging a component that is not well designed. There is also the risk that you will implement a
feature that does not work correctly.
A _______________ delivers a meaningful business outcome to a customer, partner, or internal
stakeholder.
case
The modeling technique used to describe in business terms how a business application
should work is called ______________.
case life cycle design
A _______________ is used as a first level of organizing work in a case.
stage
You want to engage business and IT resources to review the working models. What two best practices accomplish this objective?
Approval process
Guardrail compliance
Iterative delivery
Direct Capture of Objectives (DCO)
Iterative delivery
Direct Capture of Objectives (DCO)
When modeling the life cycle of a case, stages typically represent a _______________ or a ________________. (Choose Two)
subset of data used to resolve the case
single actor performing a single action
transfer of authority
significant change in the status of a case
transfer of authority
significant change in the status of a case
When modeling the life cycle of a case, alternate stages typically represent ____________ and can ___________. (Choose Two)
only be accessed manually
a separate, but related business transaction
exceptions to the normal course of events
be sequenced into the primary stages
exceptions to the normal course of events
be sequenced into the primary stages
You use ______ rules to compare a property against a condition when the user submits a form.
validate
You use _________ rules with single value, value list, and value group properties to test for patterns.
edit validate
For example, you can configure a zip code property to reference an edit validate rule that tests whether the entered value has five digits. In another example, an email address can reference an edit rule to test whether the entered value contains an “at” (@) symbol. If the submitted value is invalid, the field displays an error. Edit validate rules run when the user exits a field if the harness rule is configured to support client-side validation. Otherwise, edit validate rules are run when the user submits a form.