1 Csa
1 Csa
Technical design begins in the phase and is refined during the phase
A. Discover
B. Adopt
C. Prepare
D. Build
(Explanation: Technical design begins in the Prepare phase and is refined during the Build
phase)
2. In the job application process, an HR member must review and approve the applicant
within two days; the HR manager will receive an email if the applicant is not contacted
after 2 days. (Choose two options)
A. Work queue
B. Work basket
C. Routing
D. Operator
E. Work group
4. A car insurance quote require a view for potential customers to enter information to
process the request. What are the three primary decisions to make before you add fields to
the view?
5. A shopping cart contains a list of order items. A customer searches for items by category.
The application returns a list of items in that category. Including name, description, and
unit price. The user can select an item to add to a shopping cart. Which of the following
data would you store in a local data source?
A. Customer data
B. Product categories
C. Order details
D. Shopping cart items
6. Which rule can only return a true/false result when evaluating a conditions?
A. Declare expression
B. Decision Tree
C. Decision Table
D. When rule
7. Select the two correct statements about work items in Agile workbench
A. A&B
B. B&C
C. A&C
D. A&D
8. You are implementing a data entry screen to include an asset id field to track company
equipment. All asset IDs are eight characters in length. The first three characters are
letters followed by a five-digit number. Which validation approach restricts entries for the
asset ID field to the required format?
A. Validation rule
B. Min/Ma character
C. Text data type
D. Edit validate rule
9. Which Report metrics does the following category fall into? “How often Service Level
Agreements (or SLA) are violated”
A. Business Matrices
B. Process Metrics
C. Business Metrics & Process Metrics
D. None
10.An insurance company has an external system of record of the total loss vehicle claim.
The system doesn’t support API, so every time a new total loss claim is recorded into the
claim system, an employees has to add the vehicle manually to the external system. How
can we automate this process?
11.How do you route an assignment so that any available members of the department can
perform the task?
12.Given that an event is a trigger caused by user activity and an action is a response by the
application, which two of the following sets represent action sets (event > action) in Pega.
(Choose two options)
13.A Claims Management case requires the claim application to be routed to a Local Desk
team for verification. Anyone from the Local desk team can complete the verification.
How would you route the verification assignment?
14.An SLA is defined a below: what would be the value of urgency after 5 days of no action.
Default Urgency – 10 Initial Urgency – Goal – 1 day – 10 Deadline – 3 days – 15 passed
deadline – 1 day – 10 Repeating passed deadline period – 3 times
A. 45
B. 55
C. 65
D. 35
15.A hotel reservation application lets the customers choose their rooms features for their
reservations; they can modify room features or cancel their reservations and decide
whether the system will keep or delete the removed room’s features. Which option should
be used to achieve this?
16. From the following, identify the features of a Pega Robot Manager:
A. A&B
B. B&C
C. A&C
D. C&D
17. For the “Enter expense details” step, configure a user view with a repeating section that
allows the employee to enter a list of itemized expenses. Which display mode type should
be used for configuring the view for Expense details?
A. Text
B. Picklist
C. Data reference
D. Data reference (list)
A. Analyze Quality
B. Case metrics
C. Analyze Performcae
D. Monitor Assignments
19. In the Account Creation micro journey, a customer service agent walks the customer
through the process of creating a new account. The customer service agent and the
customer access separate web portals. From the following, identify the statements that are
true.
20. Select two ways you are Agile Workbench to add details to bug and feedback items
21. Select each security implementation on the left and drag it to the
corresponding security policies.
Correct Answer:
22. Which one of the following statements about configuring application access
is true?
23. You are asked to create a visualization that allows managers in the
Customer Service division to track the number and status of Customer
Support.
A. Open the explore data landing page, and then add a Reporting widget
B. Open the Explore data landing page and the create a new insight
C. Open the channels lading page, and then add a new portal
D. Open the Data landing page, and the create a new insight
24. What do you configure in the Context section of a data transform rule that
you create in Pega Platform?
A. The application layer, class, and ruleset version that the rule applies to
B. The application name, rule type, label, and rule identifier
C. The case types, user portals and personas that use the rule
D. The rule types that you previously marked as relevant records
A. Use a When rule. When the value of any work, vacation, or sick time
changes, the total hours change.
B. Use declarative processing. When the value of any work, vacation, or sick
time changes, the total hours change.
C. Use procedural processing. When the value of any work, vacation, or sick
time changes and the user submits the form, the total hours change.
D. Use a data transform. When the user enters the form, the data transform
determines the sum of the work, vacation, and sick time properties
After the employee submits the timesheet, the following view is shown. The
application reduces the vacation and sick time balances by the hours entered in
the previous view
Accrued Time
Available vacation hours 92
Available sick time hours 43
Identify the appropriate method for determining the value of each field listed
Correct Answer:
Field Method
Total hours for each type of time Calculation
tracked (Work, vacation, sick) Decision Table or Tree
Validate rule
Data Transform
Cumulative total of all hours for the Calculation
week Decision Table or Tree
Validate rule
Data Transform
Updated vacation and sick time Calculation
balances Decision Table or Tree
Validate rule
Data Transform
28. Medical claim must be resolved within 5dyas we must set to 5 days
A. Start
B. Goal
C. Deadline
D. Passes Deadline
29. To qualify for an instant loan, an applicant must earn a monthly income of
at least GBP2000 and cannot exceed GBP15000 in credit card debt.
A. Use a validate rule to call two Edit validate rules: one for income and one
for credit card debt
B. Use a single validate rule with two conditions: one for income and one for
credit card debt
C. Use UI controls to validate the entries in the income and credit card debt
fields
D. Use two Edit validate rules: one for income and one for credit card debt
30. To qualify the instant loan, an applicant name must earn a monthly income
of at least GBP2000 and cannot exceed GBP2000 in total liability.
A. Use a validate rule to call two Edit validate rules: one for income and one
for liability
B. Use a single validate rule with two conditions: one for income and one for
liability
C. Use UI controls to validate the entries in the income and liability fields
D. Use two Edit validate rules: one for income and one for liability
31. An international online car parts business wants customers to find parts for
any vehicle easily. You are asked to implement the following requirement.
Customers must select a make, model and year to initiate a vehicle-specific
search.
How do you configure the data storage in the application to implement the
requirement?
A. Configure a static list of the make, model and year vehicle data
B. Configure a data page to store the make, model and year vehicle data
C. Configure a local data storage of the make, model, and year vehicle data
D. Configure a connection to an external system of record that contains the
make, model, and year vehicle data
32. You want to unit test a rule. To ensure that the rule executes as intended,
you need to populate a test page with valid data.
Which two options allow you to populate a test page before testing the rule?
(Choose two)
33. In the Answer Area, choose the correct test type for each test characteristic.
Correct Answer:
34. A business architect has developed a new process for a case type. To verify
that the UI elements collect the expected results, you want to test the process
and the fields.
Which two configurations, when used together, allow you to record a set of
interactions and save the test results to verify process functionality? (Choose
Two)
A. Often update
B. Three or four elements
C. Maybe static
D. Sharable all the time
36. You configured a service level to adjust assignment urgency to 100 when
the goal interval lapses.
How does he assignment urgency impact the deadline and passed deadline
internals?
37. Select each use case on the left and drag it to the appropriate Automation
on the right.
Correct Answer:
How do you configure a solution to ensure the email includes the case ID for
the survey?
A. Use the Insert property feature of a Send Email step to add the case ID
when composing the custom message
B. Create a process using the send email step allowing representative to
quickly add the case ID to the email
C. Create a required field for the case ID that must be entered by a user during
the case process prior to sending the email
D. Call a data transform to copy the case ID from pyWorkPage to the email
A. Order total is calculated based on the quantity and price of the items in the
customer's shopping cart
B. If customers decide to add insurance, checked bags, or early boarding to
their airline tickets, extra fees are added to their order total
C. A dance studio recommends a membership type based on the number and
type of dance classes the customer wants to attend every month
D. A hair care company suggests a line of products to customers based on their
hair type, scalp moisture, hair moisture, and whether it is color-treated
A. Order total is calculated based on the quantity and price of the items in the
customer's shopping cart
B. If customers decide to add insurance, checked bags, or early boarding to
their airline tickets, extra fees are added to their order total
C. A gym recommends a membership type based on the number and type of
fitness classes the customer wants to attend every month
D. A hair care company suggests a line of products to customers based on their
hair type, scalp moisture, hair moisture, and whether it is color-treated
42. A new case type for voiceover requests includes two tasks: Edit Script and
Record Script. Your team has been asked to route Edit Script tasks to editors
and Record Script tasks to actors.
A. Create one work group for both personas and route to the work group
B. Create two new work queues, one for editors and one for actors
C. Create one new work queue and split the tasks by type
D. Create two new work groups in Dev Studio that reference one work queue
43. An event center has a case type that allows customers to book a dining
room for events. After customers provide basic information and indicate
whether they want catering for the event, the following behavior occurs:
If customers do not ask for catering, they receive a rental rate quote for the
dining room
If customers indicate that they want catering for the event, they must
choose a menu before they can receive a quote
Which two options do you use to configure the case type to achieve the
requested behavior? (Choose Two)
44. A Meal delivery service recommends a meal plan based on the number of
people in the household and dietary restrictions.
45. In a purchase request case type, you have the following requirement:
Purchase requests should automatically go to the manager of an employee.
46. In the travel booking case type, if a passenger indicates that they are
travelling with a service animal, they must document the type, size, and age of
the animal.
How do you configure the case life cycle to meet his requirement?
47. You are configuring an accident claim case for an automobile insurance
company with two child cases.
How do you suspend the Accident Claim case processing until the Vehicle
Damage and Body Injury cases are resolved?
A. Add a wait shape to the parent case pausing the parent case until the child
cases resolve.
B. Add a service level agreement to resolve the child cases within 90 days.
C. Add a 30-day wait to the parent case to allow time for the child cases to
resolve.
D. Add an approval shape to each of the child cases to resolve the
casesas illustrated
48. You are Configuring an accident claim case with two child cases for an
automobile insurance company, as shown in the following figure:
The business requirement changes to allow the parent case to continue
independently of the child case processes.
A. Configure the step to continue the parent case when the child cases reach
auditor approval
B. Configure the step to continue the parent case when the child cases reach
the payment pending review status
C. Configure the step so that only one child case must be resolved before the
parent case can continue
D. Configure the step so that users can continue with the parent case process
regardless of child case status
49. You have been asked to create a pie chart that shows the number of
employees in each regional office, and the name of the manager in each office.
A list report contains columns for Employee Name, Manager Name, and
Office. How do you configure the list report to create the pie chart?
50. You have been asked to create a pie chart that shows the number of cases
each manager has created. A list report contains columns for manager name,
case ID, and office.
How do you configure the list report in order to create the pie chart?
A. Group the case ID column.
B. Group the manager name column.
C. Summarize the manager name column.
D. Summarize the case ID column
51. To qualify for an instant loan, an applicant must be older than 21 and have
a monthly income of atleast USD2000. How do you enforce these restrictions?
A. Use two Edit Validate rules: one for age and one for income.
B. Use a single Validate rule with two conditions: one for age and one for
income.
C. Configure the UI controls to only accept values greater than 21 for age and
USD2000 for income.
D. Use two Validate rules: one for age and one for income
52. Which two statements about the Constellation design system are true?
(Choose two)
Which configuration displays a select flight insurance check box only when
the itinerary includes a flight?
Authentication - Confirms the identity of a user and verifies that the user is
allowed access to an application
Authorization - Determines what data the user can view and what actions the
user can perform
57. A Reservation process allows customers to reserve a flight, hotel room, and
rental car as part of a travel.
Which configuration displays the select hotel amenities section only if a user
selects the Add amenities checkbox?
A. Add a report widget to the manager portal dashboard, and then click
Publish.
B. Add the report to a public category, and then add the out-of the-box
Reports landing page to the Manager portal
C. Add a report widget to the Manager portal dashboard, and then click
Publish to default
D. Create a new landing page on the manage portal with the new report saved
in a public category
60. Which one of the following statements about channel interfaces is true?
61. During Testing, you notice that the send case status email step does not
send an email.
Which work item do you create in Agile Workbench to address this issue?
A. Bug
B. User Story
C. Feedback
D. Scenario Test
62. You notice that the scope of your project exceeds the original estimates,
and the Minimum Lovable Product (MLP) might not be delivered on time.
Which team member do you contact to verify the project plan and manage
expectations for the release schedule?
A. Citizen developer
B. Project Delivery Leader
C. Deployment Architect
D. Lead Business Architect
63. Drag the appropriate ruleset version type on the left to the corresponding
scenario on this right
Correct Answer:
Ruleset version type Scenario
Patch Version You need to update the setting of a field to read-only
Minor Version You need to add new options and processing behavior
to a delivery process
Major Version You need to add a case type to provide a new
Microjourney to users
64. Drag the term that is used in App studio from the left to the rule that you
use in Dev Studio on the Right.
Correct Answer:
65. An organization requests the following behavior for a case type that allows
customers to place order for fulfillment
Select each piece of information on the left and drag it to the appropriate
clipboard location
Correct Answer:
66. Which two requirements ensure that valid data is used in a case? (Choose
Two)
A. 06:20
B. 06:42
C. 06:35
D. 06:27
68. Which two statements about data records are true? (Choose Two)
69. Which two requirements can you support by configuring a mobile channel
in App studio? (choose two)
71. You are designing a credit transaction case type and have the following
requirement: Transection disputes must be resolved within 3 days
To meet this requirement you need to set the in the service level to 3 days
A. Goal
B. Deadline
C. Passed Deadline
D. Urgency
72. Sales managers must be able to approve sales quote proposals by email and
from a mobile device. How do you implement this requirement?
74. Select each process Step Description on the left and drag it to the
appropriate process step on the right.
Correct Answer:
75. A company often receives multiple IT tickets for the same issue, such as
"the office Wi-Fi is down." You configure a Search duplicate cases step to
identify duplicate IT tickets.
What is the basic condition for the Search duplicate cases step?
76. The Business process for an automobile insurance claim consists of the
following phases:
According to Pega best practices, which phase can you implement as a child
case?
A. Review
B. Submission
C. Verification
D. Repair
Select the collaboration tool that best suites this type of communication
A. Pulse
B. Dashboards
C. Insights
D. Spaces
A. Documents
B. Dashboard
C. Space
D. Insight
E. Pulse
79. An order fulfillment case type allows a customer to update user profile
information during the order placement stage. The user profile contains of the
following three pages:
How do you configure the case type to allow customers to update any of the user
profile pages individually?
80. What are the actions you can do in explore data landing page (choose
three)?
A. Configure a disable when condition on each field to allow access when the
associated amenity is selected on the drop down control.
B. Configure a repeating dynamic layout with an embedded section for each
amenity and set the layout format to grouped.
C. Configure a layout group to separate each amenity into individual panels and
set the layout to a menu format.
D. Configure a visible when condition on the drop down control to display each
section when the associated amenity is selected.
82. Your online shopping application serves international customers. You need
to define a Data Page that holds currency exchange rates. All users accessing
the application need to use the information. The Scope of this Data Page
should be set to
A. Application
B. 100
C. Node
D. Thread
E. Requestor
84. ABC Bank wants create a mobile app experience for users and CSRs for its
Transaction Dispute application of the following requirement, which option
requires you to configure distinct mobile app channels?
A. Mobile app color palettes are different for users and CSRs
B. CSRs can create other case type instances on the mobile app
C. The mobile app customizes currency units and date/time format according
to the location of the users
D. The mobile app supports all mobile phone operating systems
85. What two pieces of information comprise a data element? (choose two)
87. You should consider using a field value when the list of allowed value is
A. Mostly static
B. Three or fewer items
C. Updated often
D. Shared across all case types
88. In the Answer Area, select the Data Transform configuration that defaults
the quantity property value on a Purchase Request case to 1.
Correct Answer:
89. Which two statements about Configuration sets are true? (Choose Two)
Which two features of the Tracer Tool allow you to diagnose the problem
without significantly affecting application performance? (Choose two)
A. Breakpoints
B. The watch function
C. The Event monitor
D. The clipboard tool
91. In the Answer area, select the appropriate accessibility role for each
element
Correct Answer:
93. In an online retail application, the order receipt view displays a list of the
products ordered including the product image, unit cost, and quantity. The
total cost of the order is displayed at the bottom of the view.
Which two configurations on the Order Receipt view must be used together to
display the required information as described? (Choose two)
Correct Answer:
95. Which option follows best Practices for naming a ruleset in Pega Platform?
A. Pega-Prod:01-04-01
B. Credit Check:03-01-02
C. Expense:01-02-05
D. Grand-Corporation-Human-Resources-Department:01-01-03
96. Which two field types are specialized versions of the Query filed type?
(Choose Two)
A. Pick list
B. Case reference
C. Embedded data
D. Data reference
97. You are designing an application that opens investment accounts. You
create a child case to approve the list of services available only to experienced
investors. Once approved, the parent case copies the list of services from the
child case. While testing the configuration, you notice that the parent case do
not include the correct list of service that are approved in the child case.
98. For which use case do you create a new rule in a Pega Platform
application?
99. Which two options can you configure for a mobile app channel? (Chose
two)
A. Define the UI behavior for each view in a case type when the case is
displayed on a mobile device
B. Design how UI elements render across different mobile devices
C. Define the role assigned to users when they run the mobile app
D. Define security behavior for a mobile app, such as the use of biometric
identifies
E. Manage administrative functions such as access to log files
Correct Answer:
A. Modify Instance
B. Modify rules
C. Run reports
D. Open instances
E. Delete rule
103. How do you enable field-level auditing for properties? (Select one)
A. Add a field validation to the case workflow
B. Enable the auditing feature on the property rule forms
C. Enable field-level auditing for the case type
D. Add an auditing optional action to the case workflow
Restaurant name
Restaurant location
Thumbnail image of the seating area
Make reservation (button)
You want to ensure that users have the information they need to make a
reservation regardless of screen size. When viewed on a small screen, you do not
need to display the images.
105. Which two control types allow you to display three balance transfer offers
on a form with a single control, to prevent the customer from selecting more
than one offer? (Choose Two)
A. Radio buttons
B. Drop-down list
C. Button
D. Checkbox
106. Drag the appropriate ruleset version type to the corresponding scenario.
Correct Answer:
Ruleset version type Scenario
Patch Version You need to update a decision table to correct the expected
results
Minor Version You need to add new options and processing behavior to a
cancellation process
Major Version You need to add a case type to provide a new Microjourney
to users
107. Before development, your team creates a spreadsheet with work items to
populate the backlog.
A. Create feedback
B. Create bugs
C. Import Stories
D. Create stories
A. Add an action set on the transfer a balance to credit card check box for
the balance transfer election to trigger a refresh
B. Add a visibility condition (when rule) on the layout that contains the
balance transfer offers
C. Add a visibility condition (when rule) on the Transfer a balance to credit
card check box for the balance transfer election
D. Add an action set on the layout that contains the balance transfer offers to
trigger a refresh
110. In a Credit Card Payment case type, you want to set the payment amount to
the minimum amount due when creates a case. How do you set the payment
amount?
111. Which two statements about data objects are true? (Choose Two)
112. Which two statements about data objects are true? (Choose Two)
113. Which two items must be provided by the user to add an external data
source to a data object? (Choose Two)
A. Data type
B. Insight
C. Database save
D. Connector
Correct Answer:
117. You are implementing a data entry screen to include an asset ID field to
track company equipment. Characteristics are letters followed by a five-digit
number.
Which validation approach restricts entries for the asset ID field to the
required format?
118. Which two configuration steps must be performed together to record a unit
for automated testing? (Choose two)
119. A purchase request list report includes columns for case ID and regional
cost center. A manager wants the report to show the total number of purchase
requests for each of the regional cost centers.
How do you configure the report definition?
A. Create a filter for each cost center and count the case IDs
B. Summarize the case ID column by count
C. Summarize the regional cost centers by count
D. Define a function for the cost center column to total the case IDs
120. In the Answer Area, identify the type of data measured in each report.
Correct Answer:
121. What two visualization can you use to present insight data on the Explore
data landing page? (Choose two)
A. Interactive Chart
B. List
C. Exportable data page
D. CSV file
122. In the Answer Area, select the appropriate configuration type for each use
case.
Correct Answer:
123. Which two of the following use cases do you implement by using one or
more calculated Fields? (Choose two)
124. As part of a Reservation case type that manages car rentals, clients can
review their past rentals by selecting from a list of rental cases.
125. When an auto accident claim is resolved in the resolved stage, email
notifications must be sent automatically to the adjuster who inspected the car,
to the insured party, and to the insurance agent who verified the claim
126. Apartment tenants submit maintenance requests that specify their name,
address, request type, and description of the request. Tenants may submit
multiple maintenance requests for different request types. The company wants
to identify duplicate maintenance requests from the same address.
Which two configurations, when used together on the Search duplicate cases
step, achieve this goal? (Choose Two)
127. Which two scenarios require you to configure conditional processing within
the case type? (Choose two)
128. A life insurance company has satellite offices in various countries. Each
satellite office has a work queue. Company policy requires that life insurance
underwriting be assigned to offices based on the policy owner's residential
address. Which routing approach supports this requirement?
129. . A home loan application requires approvals from the legal team manager
and the finance team manager. The legal team manager must approve the
application before the finance team manager.
130. How do you guide users through an application form without requiring user
training?
131. Select each use case on the left and drag it to the appropriate Automation
on the right
Correct Answer:
How do you implement the requirements so that each approver can work
independently?
133. A requirement states: When a customer applies for a credit card, a credit
check must be completed in order for the credit card to be approved.
Select the case type relationship that satisfies the requirement.
Which two case types do you create to support this scenario? (Choose Two)
A. Claim
B. Customer
C. Items of loss
D. Fraud Investigation
In the answer area select the urgency value that the service sets if the assignment
is not yet completed by the end of each milestone
Correct Answer:
Milestone Urgency
Goal 30
Deadline 40
Passed 50
Deadline
137. An Internet Provider determines the best internet speed for a customer
based on the customer’s answers to a series of nested questions, such as
whether the customer is seeking service for a business or for a residence and
what is their expected internet usage.
138. You are developing a visa case type to process entry visa applications. As
part of the process, applicants need to schedule an interview with the
consulate. A child Interview case is created for the interview process and
assessment. Following the interview, it typically takes 48 hours for the
consulate to reach a decision. For the visa case to proceed to applicant
notification, the Interview case needs to be resolved.
After you create the Interview child case, how do you configure a case type to
achieve the required behavior?
A. Following the Create Case step, There is no need to add a Wait step
B. Following the Create Case step, add a Wait step that pauses the parent case
until the Interview case reaches a status of Resolved and after 48 hours
have elapsed
C. Following the Create Case step, add a Create Case step that creates the
Interview child case. Following this step, add a Wait step that pauses the
parent case until the Interview case reaches a status of Resolved
D. Following the Create Case step, add a Create Case step that creates the
Interview child case. Following this step, add a Wait step that pauses the
parent case until 48 hours have elapsed
139. You are developing a visa case type to process entry visa applications. As
part of the process, applicants need to schedule an interview with the
consulate. A child Interview case is created for the interview process and
assessment. Following the interview, it typically takes 48 hours for the
consulate to reach a decision. For the visa case to proceed to applicant
notification, the Interview case needs to be resolved.
After you create the Interview child case, how do you configure a case type to
achieve the required behavior?
A. Following the Create Case step, add an interview step that is automatically
resolved after 48 hours
B. Following the create case step, add a service level agreement (SLA) that
escalates the parent case after 48 hours
C. Following the Create Case step, add a Wait step that pauses the parent case
until the Interview case reaches a status of Resolved
D. Following the Create Case step, add a Wait step that pauses the parent case
until applicant schedules the interview
140. In an application for a credit limit increase, customers with standard credit
cards must provide information in an Employment Information process.
Requests from customers with Platinum credit cards automatically skip this
process.
A. Add a validation condition to the card type field to conditionally continue the
process
B. Add an Approve/Reject step to test whether the credit card type is standard or
platinum
C. Add a custom condition to start the employment verification process if the
card type is Standard
D. Add a Boolean field to the view that customers enable if they have a platinum
credit card
141. You are configuring routing for a customer warranty service request. All
warranty service requests are routed to the warranty resolution group except
for warranty service requests for a beta-release product that requires review by
the vice president of service.
A. Route the assignment to the skilled group for the beta release when the
request is for the beta release. Otherwise, route the assignment to the
warranty resolution group
B. Route the assignment to the warranty resolution group who sends an email
notification to the vice president of service for the beta release product
C. Route the assignment to the vice president of service when the request is for
the beta release. Otherwise, route the assignment to the warranty resolution
group
D. Route the assignment to the vice president of service who routes
assignments to the warranty resolution group as needed
A. A payroll user cannot process a salary increase until the department manager
approves the increase
B. The customer needs to log in to their account before receiving a membership
discount on an online purchase
C. An agent needs to send a confirmation email to an insured customer after they
completes a form
D. The customer cannot complete an application for a checking account until a
bank representative receives their credit report
A. A Case worker calls a customer for additional information about the case
B. A case worker receives a new insurance claim in their work queue
C. A Case Worker receives a mobile push notification to approve an insurance
claim
D. A case worker receives an email when the insurance claim is routed to their
wok list
145. A requirement states: A customer can update an address at any point during
case processing by performing the following steps.
146. A Publishing company works with vendors to translate their content from
English to different languages. The project manager must send all translation
quotes to their manager for review and approval.
If the quote is more than USD5000, it must also be approved by the director
If the quote is more that USD10000,it must also be approved by the vice
president
How do you configure the case life cycle to support this behavior?
147. In a credit card payment case type, you want to set the yearly fee to USD
75. How do you set the yearly fee field?
A. Configure the yearly fee field to reference the minimum amount due
B. Configure the yearly fee field as a calculated field
C. Configure field validation on the yearly fee field
D. In the Data Initialization page, set the yearly fee field to 75
148. A Requirement states: The tax identification number must contain 10 digits
How do you configure the field to support this requirement?
149. You are asked to create a custom status named Open-Review. This status is
to be applied to assignments in one application. How do you satisfy the
request?
A. Circumstance the existing Open Field value record on the application name
and update the status value to Open-Review
B. Create a field value record named Open-Review for .pyStatusWork and
Configure an Access when record to apply the status to the correct
application
C. Add the Open-Review status to the Application record for the application
D. Create a field value record named Open-Review for .pyStatusWork with the
Apply To class set to the class group
150. For a Car Insurance quote case type, you must create a view for the
customers to enter their information, to process the request.
What are two primary decisions to make before you add fields to the view?
(Choose Two)
151. You are testing an airline reservation casetype that does not yet have a UI
configured. You need to verify that changing the PurchaseInsurance field in
the Clipboard tool updates the TotalCost field.
In Which category of the Clipboard tool would you expect to find the
PurchaseInsurance field?
A. Data Pages
B. User Pages
C. Linked Property Pages
D. System Pages
155. An order form provides four options from which customers select one
option. According to best practice, which of the following two UI control
types can be used to minimize clutter on the order form? (Choose Two)
A. Autocomplete
B. Dropdown
C. Radio buttons
D. Checkbox
156. Which two configurations, when used together, allow you to track updates
to fields in your application? (Choose two)
157. Which piece of application content do you localize by using field values?
158. You are designing a form for an online bookstore to show new arrivals.
Which layout do you use to display the book cover pictures, as shown in the
image?
A. Dynamic layout
B. Repeating dynamic layout
C. Column layout
D. Screen layout
159. Which two statements are true about styling controls in App Studio?
(Choose Two)
160. Which statement most accurately describes the use of Pega Mobile
Preview?
A. Pega Mobile Preview allows you to configure the application user interface
B. Pega Mobile Preview models a typical user interaction to scenario test a
mobile app
C. Pega Mobile Preview simulates user loads to test mobile app performance
D. Pega Mobile Preview allows you to run a Pega application on a mobile
device
161. Which two components on the Case Designer can users assign to a
minimum lovable product (MLP) release for project sizing purposes? (Choose
Two)
162. In the Answer Area, choose the correct test type for each test characteristic.
Correct Answer:
A. Modify Instance
B. Modify rules
C. Run reports
D. Open instances
165. Which studio do you use to configure a service level agreement (SLA) with
a passed deadline?
A. Dev studio
B. Prediction studio
C. Admin studio
D. App studio