A class group is used to____________________.
A. identify a layer of the Enterprise Class Structure
B. combine related properties by usage
C. assign work to a specific group of users
D. associate child classes with a single database table
Which two tasks are required to build a mobile app from a Pega Platform application? (Choose Two)
A. Create a certificate set.
B. Configure access to the Pega Mobile Build Server.
C. Configure access to Dev Studio.
D. Set up push notifications to developers.
An assignment service-level agreement (SLA) is configured with the following details:
Initial urgency: 20
Assignment ready: Timed delay of 2 hours
Goal: 5 hours and increase urgency by 10
Deadline: 2 hours and increase urgency by 25
Passed deadline: 1 hour, increase urgency by 5, and limit events to 6
The case reaches the assignment at 9 AM on Wednesday.
Assuming no other urgency adjustments, what is the assignment urgency 6.5 hours after the case reaches the assignment?
A. 85
B. 95
C. 75
D. 80
Which statement is true about connectors?
A. Connectors use a listener that runs in the background.
B. Connectors establish a link to a service on another system.
C. Connectors require a REST service to function.
D. Connectors can be referenced from data transforms.
A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital.
Stakeholders identify the following security requirements for the case type.
Patients access cases on a read-only basis.
Patients can only access their own cases.
Doctors and nurses can modify cases throughout the case life cycle.
Only doctors are allowed to write prescriptions.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?
A. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.
B. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1.
C. Create a single access role for both doctors and nurses, and set the modify action to 5.
D. Create a single access role for both doctors and nurses, and set the modify action to 1.
An assignment service-level agreement (SLA) is configured with the following details: Initial urgency: 20 Assignment ready: Timed delay of 1 hour Goal: 5 hours and increase urgency by 10 Deadline: 8 hours and increase urgency by 20 Passed deadline: 2 hours, increase urgency by 20, and limit events to 5 Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment?
A. 100
B. 90
C. 130
D. 70
You should consider using a field value when the list of allowed values is
A. mostly static
B. three or fewer items
C. specific to one case type
D. shared across all case types
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)
A. Run the process to completion first to perform needed rule assembly and avoid skewed results.
B. Capture PAL readings after significant changes to a process to identify any performance impact.
C. Capture a PAL reading for a process with good performance to establish a benchmark for comparison.
D. Run PAL as an end user to account for any performance differences due to the portal itself.
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. Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group.
B. Add the Open-Review status to the Application record for the application.
C. Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.
D. Create a Field Value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application.
Select the three Pega best practices for developing activities. (Choose Three)
A. Keep activities short. Limit your activities to fewer than 15 steps.
B. Limit activity calls to at most three to prevent performance problems.
C. Limit custom Java steps whenever possible.
D. Use only activities to support queue processing and interfaces.
E. Limit the use of activities. Use alternative rule types such as data transforms whenever possible.