An assignment must route work to the current work group manager. Which router option do you use?
A. Use the standard ToWorkGroup router and specify the current workgroup manager's ID as the destination.
B. Use the standard ToWorkGroup router.
C. Use the standard ToWorkGroupManager router.
D. Use the standard ToWorkGroupManager router and specify the current user as the user routing the assignment.
While testing a form, you need to verify the contents of a data page in memory. Which tool do you use to view the current contents of the data page?
A. The Tracer
B. The Data Explorer
C. The Clipboard tool
D. Live UI
Pega 7 comes with numerous API activities. In which situation would you explore available API activities?
A. When automating case processing
B. When creating a new case type
C. When designing your data model
D. When debugging an application
Review the following Decision Table: If the credit score is 723 and the outstanding balance is 2157, which value will be returned?

A. ApproveLevel3
B. ApproveLevel1
C. Reject
D. ApproveLevel2
In which of the following situations would you use a SQL connector?
A. Update a table in an external database
B. Write to a table as part of a distributed transaction
C. Retrieve a large list of reference data
D. Execute a complex SQL statement such as a stored procedure
You have created a series of forms for a vacation booking process. Declarative expressions are used to calculate values such as the cost of the flight, hotel, car rental, and taxes. The last form includes a field that displays the total amount that will be charged on the user's credit card.
How do you configure the calculations so that the total amount is calculated only when the user reaches the last form?
A. Use the backward chaining option for all the expressions.
B. Use the backward chaining option for the total amount expression. Use forward chaining for all the other expressions.
C. Use the forward chaining option for all the expressions.
D. Use the forward chaining option for the total amount expression. Use backward chaining for all the other expressions.
Which rule can only return a true/false result when evaluating a condition?
A. Decision tree
B. Declare expression
C. When rule
D. Decision table
On a service level, the passed deadline interval is measured from __________________________.
A. When a user begins the assignment.
B. When the assignment is ready for a user.
C. The end of the deadline interval.
D. The end of the goal interval.
An insurance claim case is field by a customer and assigned a claim type (fire, flood, or theft). The claim contains a list of loss items. Which of the data would you store in a local data source?
A. Customer data
B. Items of loss
C. Claim types
D. Policy details
Users are required to enter their date of birth in the format dd/mm/yyyy. Which two options ensure that a user provides a date in the correct format? (Choose two.)
A. Use a Calendar control to allow the user to select the date.
B. Use an Edit Validate rule to test the value entered by the user.
C. Use a Validate rule to test the value entered by theuser.
D. Use a When rule to test if the date matches the required format.