Certified PEGA Business Architect
Exam with complete solutions latest
version
A _______________ delivers a meaningful business outcome to a customer,
partner, or internal stakeholder.
case - CORRECT ANSWER-case
The modeling technique used to describe in business terms how a business
application should work is called ______________. - CORRECT ANSWER-case life
cycle design
What are the main differences between an optional user action and an optional
process? - CORRECT ANSWER-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 should you consider before creating a user view?
. - CORRECT ANSWER-Consider what fields the users need to see, how values
will be entered, and whether users can modify or only read the values
You have added fields for entering the name and address of a loan applicant.
What validation methods would you use? - CORRECT ANSWER-Define the name
and address properties as text property types and use text input controls.
Which validation method would be appropriate for checking that a user enters a
date for scheduling a home inspection that is in the future? - CORRECT
ANSWER-A validate rule
How would you ensure that a user always enters 20 characters in a field? -
CORRECT ANSWER-You would use editable settings to set both the minimum
and maximum number to 20 characters.
Validate rules enable you to use a single property when ______________. -
CORRECT ANSWER-different values are required based on business logic
BRAINSCAPE1
, BRAINSCAPE1
How is the validation creation process in Pega Express different than the process
in Designer Studio? - CORRECT ANSWER-First, Pega Express automatically
applies the validation rule to the flow action that corresponds to the user view.
Second, Pega Express only supports comparisons against a constant value.
Why must a validation condition that tests whether a date is in the future or the
past be configured in Designer Studio? - CORRECT ANSWER-Validating that a
date is in the future or the past requires the use of a function.
You have added a field for entering a U.S. phone number. Do you use a integer
data type or an edit validate rule to validate that the phone number is in the
correct format? - CORRECT ANSWER-An edit validate rule ensures that the
phone number contains the correct number of digits. The integer data type only
ensures that the user enters numbers in the field.
You have a requirement to add a bank checking account number field to a view.
Routing numbers must contain nine digits. How would you configure the field to
support this requirement? - CORRECT ANSWER-Use an edit validate rule that
validates the routing number pattern.
ou have a requirement to add to a view a check box that indicates the user
qualifies for an auto insurance discount. In order to qualify, two conditions must
be met. First, the user must be older than 25. Second, the user cannot have
received a traffic violation in the past three years. Unless both conditions are met
and the user selects the check box, the form displays an error when the user
submits the form. Which one of the following approaches would you use to
support this requirement? - CORRECT ANSWER-Use a single validate rule to
verify both of these conditions.
You are adding a field to your case type in which users must enter the day,
month, and year they were hired before the user can submit the user form. The
field type must enforce a date format. What two validation approaches would you
use to meet the validation requirements? (Choose Two) - CORRECT ANSWER-
Use the required option
Define the field type as a date
What is the difference between a top-level case and a child case? - CORRECT
ANSWER-A child case has a relationship with the parent case and a top-level
case does not.
What are the two ways you can configure a Wait step to pause a case? -
CORRECT ANSWER-You can configure a case to wait for a set amount of time or
until a subcase reaches a defined status.
Which requirement is best implemented using a Wait step in a case? - CORRECT
ANSWER-You cannot complete a purchase case on a website unless you
complete a new account child case.
BRAINSCAPE1