Sample Questions Study CSA
Sample Questions Study CSA
What is a branch?
A container for rulesets with rules that are undergoing rapid change and
development
An organization of rules into a hierarchy ( class structure )
A deployment unit for a set or group of rule ( ruleset )
A standard abstract class immediately below the top class of the hierarchy
( @Baseclass)
True or False:
Guardrails must be resolved or justified prior to deployment to a production level
server?
( False )
True or False:
Classes in Pega 7 are used just like typical classes in Java or C# for variable,
methods, or other events.
(False)
True or False:
Pattern Inheritance is optional
(True)
work pool
A work pool is a set of allowed work items or cases that a user can work on within
an application. The parent Work- and Work-Cover- classes for these work items and
cases are specified in the user's access group.
True or False:
An application has a one-one relationship with an Access Group
(False an application can have multiple access groups created to allow different
people different levels of access )
What is the relationship of an Access Role to a Privilege?
Privilege is optional, Access Role contains privileges.
How are transitions between Primary stages and Alternate stages
different?
Transitions in Primary can be automated or manual, Alternate are manual.
Differences Between single-step assignment and multi-step flows?
1 is single actor, other can have multiple steps, human and automated
True or False
A single step assignment contains no logic.
(True)
True or False:
Resolving a parent case depends on the resolution of any child cases first.
(True)
Which property type in Pega 7 consists of an unordered list of zero or more valiues?
(Choose One)
Page Group
Value Group
Value List
Page List
(value group )
Which of the following meet Pega 7 naming standard for new properties?
(two )
Top
Date-Of-Birth
LoanAmount
Customer.Name
param
Email_Address
Phone#
True or False:
Data Transforms are used to load and store data on the clipboard?
(False data pages are used to load and store data )
Select the statements that best describe the purpose of data pages.
Use data pages to map data from a source to a target, and perform
false
users can take action on a work item while other content is still loading. ( data
page)
Use data pages to set properties values on a given page, whether
false
users can take action on a work item while other content is still loading. ( data
page)
Use data pages to define the contents of a clipboard page in either
false
clipboard page, that can then be paginated for presentation in a report. ( data page
)
Select the statement that best describes a Constraint rule. (Choose One)
A constraint rule is used to test input values against a specific pattern. ( Edit
Validate)
A Constraint rule is used to test property values against specified criteria.
(Validate)
A Constraint rul is used to limit the input to a specified number of characters.
( property def )
A constraint rule is used to ensure a required relationship between two
properties. (Yes)
Constraints are used to ensure a required relationship between properties.