What two actions must you perform to create a class join in a report definition? (Choose two.)
A. Select the type of match for key values
B. Add an association rule to match key values
C. Create a prefix for the joined class
D. Add a parameter for each property in the class you want to join
A given user interaction takes five seconds. You need to investigate why it is taking so long.
Which tool do you use to start the investigation?
A. Performance Analyzer (PAL)
B. Performance Profiler
C. Database Trace
D. Pega Log Analyzer (PLA)
You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?
A. Add a weighted condition where the work status of potential duplicates does not contain "Resolved"
B. Add a weighted condition where the work status of the current case does not contain "Resolved"
C. Add a must match condition where the work status of potential duplicates does not contain "Resolved"
D. Add a must match condition where the work status of the current case does not contain "Resolved"
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account. Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement? (Choose two.)
A. Apply a when condition to the first step to persist only cases requiring updates
B. Configure the first step to instantiate the case type as a temporary case
C. Configure the starting flow to instantiate the case type as a temporary case
D. Add a Persist Case shape after the first step
An organization uses a common process in the framework layer to address account inquiries from customers. Each implementation layer application includes a customized workbasket for processing account inquiries. Select the configuration that standardizes the process while ensuring that users of each implementation only see assignments in the appropriate workbasket.
A. Pass the workbasket name as a property reference using values on a data page
B. Use a load-balanced router to route assignments to the appropriate workbasket
C. Circumstance the flow based on the implementation to route assignments
D. Use a skill-based router to route assignments to the appropriate workbasket
Consider the following partial requirement for configuring the Get Next Work functionality in Pega Platform:
All workbaskets with which a user is associated must be checked first. Then, all eligible assignments from all workbaskets must be consolidated into a single list before being filtered and sorted.
Which two options must you select in the Operator ID record to implement this part of the requirement? (Choose two.)
A. Get from workbaskets first
B. Merge workbaskets
C. Use all workbasket assignments in the user's work group
D. Operator is available to receive work
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
A. Do nothing. The pre-processing data transforms is only called once for each assignment
B. Make sure that the flow action does not have the highest likelihood since it will always be invoked
C. Configure the data transform as post-processing instead of pre-processing
D. Add logic to the pre-processing data transform to test if values were already initiated
The following example shows the ruleset list for the logged-in operator. What is stored in the Admin@MyCo ruleset?

A. Rules recently opened by the operator
B. Preferences for the operator
C. Rules checked out by the operator
D. Rules delegated to the operator
A client wants to replace the Pega 7 logo in the Case Manager and Case Worker portals. Instead of using the company logo, the client wants you to use the logos for each the company's operating subsidiaries ?a user in the ABC subsidiary sees the logo for ABC, and a user in the XYZ subsidiary sees the XYZ logo.
How do you replace the Pega logo with the appropriate logo for each operating subsidiary?
A. Create a portal header for each division
B. Create a skin for each division
C. Create a portal record for each division
D. Create a harness for each division
In a flow, an integrator shape calls a connector that writes data to a system of record. The system of record is not currently available.
How do you simulate the service call invoked from the integrator shape?
A. Leave the flow in draft mode and simulate integration values in a data transform
B. Simulate the data page using a data transform
C. Create a simulation activity for the connector
D. Configure global resource settings for the connector