Practice Free PEGACPLSA88V1 Exam Online Questions
Items selected by a user need to be copied to a page list property when the user submits the form.
How do you copy the items?
- A . Create a validate rule to copy the selected items.
- B . Create a declare expression with the page list property as the target.
- C . Add a data transform to the flow action as a pre-processing action.
- D . Add a data transform to the flow action as a post-processing action.
D
Explanation:
Data Transform Configuration:
Create a data transform that copies the selected items to the page list property.
Post-Processing Action:
In the flow action, add the data transform as a post-processing action to ensure it executes after the form submission.
Testing:
Test the form submission to verify that the selected items are correctly copied to the page list property.
Reference: Pega Academy: Data Transform and Flow Actions.
Pega Documentation: Configuring Post-Processing Actions.
HOTSPOT
A case is used to process home loans for approval.
In the answer area, area, select the enterprice class structure (ECS) layer in which to bulid each of the following components. each layer of the ECS contains two components.

While configuring GetNextWork, overriding the System Settings rule
GetNextWork__WorkBasketUrgencyThreshold imposes a minimum cutoff value for assignment
urgency.
Which statement accurately depicts the system behavior when the GetNextWork_WorkBaseketUrgencyThreshold setting is overridden?
- A . The override ignores other criteria in GetNextWork.
- B . The override causes the application to revisit workbaskets for assignments with lower urgency.
- C . The override causes a search of only those assignments with the urgency higher than the threshold value.
- D . The override causes a search of all assignments in a work queue that equal or exceed the set urgency threshold.
C
Explanation:
When the GetNextWork_WorkBasketUrgencyThreshold setting is overridden, the system behavior changes as follows:
Urgency Threshold: The system will search for assignments in the work queue that have an urgency higher than the specified threshold value. This means that only the assignments meeting or exceeding this urgency level will be considered for processing.
Filtering Assignments: This filtering ensures that only the most urgent tasks are prioritized and assigned, improving efficiency and focus on critical work items.
Reference: Pega Platform documentation on GetNextWork and system settings.
Inconsistent formatting of phone numbers is causing, usability issues. You hnvo been asked to enh interface to ensure all phone numbers are automatically reformatted consistently.
Which two options incorporate best practices for applying the required formatting? (Choose Two)
- A . Configure a Declare Constraint rule.
- B . Configure an Edit Validate rule.
- C . Configure a Custom Control.
- D . Configure an Edit Input rule.
B, D
Explanation:
To ensure consistent formatting of phone numbers and improve usability, you can use the following options:
B. Configure an Edit Validate rule:
Edit Validate rules are used to enforce specific data formats and validations. By configuring an Edit Validate rule, you can ensure that phone numbers adhere to a consistent format. D. Configure an Edit Input rule:
Edit Input rules allow you to transform and standardize data before it is processed by the system.
Using an Edit Input rule, you can automatically reformat phone numbers to a consistent format upon
input.
Reference: Pega Documentation on Edit Validate Rules: Edit Validate Rules
Pega Documentation on Edit Input Rules: Edit Input Rules
DRAG DROP
XYZ corp has requirement to send an email to every person who has used a certain service in the previous month thanking them for doing business with XYZ. Generating and sending these emails take a certain amount of time XYZ wants these email processed as quickly as possible to avoid interfering with emails sent during business hours. XYZ also wants to ensure that the thank-you email is not sent to the same person twice

Using the information shown in the Class structure, select the correct statement.
- A . Auto must be a subcase of Parking.
- B . Instances of EventBooking and Hosted can be stored in a separate.
- C . EventBooking cannot be a subcase of Auto.
- D . Parking and Auto instances must be stored in the same table.
C
Explanation:
The class structure in Pega defines how different case types and sub-cases relate to each other. EventBooking cannot be a subcase of Auto if the business logic does not support such a relationship.
Ensuring the correct hierarchy is crucial for maintaining logical and functional consistency in the application.
Reference: Pega Class Structure Guidelines: Pega Class Structure
A company wants to run the same pega application in its eastern US office as well as its india office. The eastern united states server runs in the eastern united states time zone. The india server runs in the india time zon. The company wants a process to run in both offices at the same time world-wide once a day regardless of the server’s location.
How do you efficiently meet this requirement?
- A . Define two advanced agents that call the same activity. one agent is scheduled to run at a time in the eastern united states time zone and the other agents is scheduled to run at a time in the india time zone. The activity checks both the local time zone and the local time. if the local time is close to the expected time the activity should run it continues otherwise it exits
- B . Define two advanced agent that call the same parameterzied activity. One agent passes eastern united states time zone to the activity, and the other agent passes india time zone. The activity checks the local time zone. if the parameter matches the local time zone, the activity continues. otherwise it exits
- C . Define a single adavanced agent that is scheduled to run in any desired time zone. in the Eastern us server modify the agaent schedule to run in the eastern united states time zone. For the india server, specify the india time zone within the agent schedule
- D . Define a single advanced agent that is scheduled to run in either the eastern united states zone or the india time zone. Ensure that the clocks with the servers in both offices are synchronized using the simple Network time protocal
C
Explanation:
Single Advanced Agent Configuration:
Create a single advanced agent and configure its schedule based on the server’s local time zone.
Modify Agent Schedule:
For the Eastern US server, set the agent schedule to the Eastern US time zone.
For the India server, adjust the agent schedule to the India time zone.
Time Synchronization:
Ensure that both servers’ clocks are synchronized using a standard time protocol to maintain
consistent execution times.
Reference: Pega documentation on advanced agent configuration and best practices for multi-time zone scheduling.
users complain of difficulty creating a customer service request through facebook messenger.
How do you address this issue?
- A . add approximate matches to the response commands for the channel.
- B . add approximate matches to the create case command (s) for the channel.
- C . change the text analyzer configured for the channel.
- D . add response commands to the channel
C
Explanation:
To address difficulty in creating a customer service request through Facebook Messenger:
Change the text analyzer configured for the channel (Answer C):
The text analyzer is responsible for interpreting user input. Improving its configuration can enhance its ability to understand and process customer requests more accurately.
Reference: Pega’s channel and interaction documentation includes information on configuring and optimizing text analyzers to improve interaction quality in messaging channels.
A Customer Service application requires customer data that is assembled from multiple external systems. The customer data is captured by a parent case. Child cases of that parent case need to reference the same customer data. The customer data must be as current as possible.
Which two of the following options would you use as part of the solution? (Choose Two)
- A . Load the customer data in parallel using the Load-DataPage and Connect-Wait methods.
- B . Have each child case load a portion of the customer data before updating the parent case.
- C . Use the System of Record (SOR) data access pattern to reference the customer data.
- D . Use Case Designer data propagation to copy customer data to each child case when spun off.
A, C
Explanation:
Loading Customer Data in Parallel:
Using the Load-DataPage and Connect-Wait methods to load customer data in parallel ensures that the data is retrieved efficiently and concurrently from multiple sources. System of Record (SOR) Data Access Pattern:
Using the SOR data access pattern to reference customer data ensures that the data is always current and consistent across all child cases.
Reference: Pega documentation on data management and integration patterns recommends these approaches to maintain data integrity and performance.
Therefore, the correct answers are:
Which of the following Skin rule customizations help satisfy the stated requirements?
- A . Configure the importance field for each column included in a repeating layout.
- B . Configure the Column I ayout and specify how the sidebar appears on tablets and smart phones.
- C . Configure the style for all application field values, paragraphs, and correspondence records.
- D . Configure the Column Layout and specify the width of the sidebar on desktops.
A D
Explanation:
The Skin rule in Pega is used to define the look and feel of the application. By configuring the importance field for each column included in a repeating layout, you can control how information is displayed on different devices. Additionally, specifying the width of the sidebar on desktops ensures that the application is optimized for various screen sizes and resolutions.
Reference: Pega Documentation on Skin Rules: Pega Skin Rules