Pegasystems PEGACPLSA88V1 Certified Pega Lead System Architect (CPLSA) Exam 8.8 Online Training
Pegasystems PEGACPLSA88V1 Online Training
The questions for PEGACPLSA88V1 were last updated at Jul 17,2025.
- Exam Code: PEGACPLSA88V1
- Exam Name: Certified Pega Lead System Architect (CPLSA) Exam 8.8
- Certification Provider: Pegasystems
- Latest update: Jul 17,2025
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after 3:00 p.m. every day with an out-of-memory error.
Which two alerts typically precede this condition? (choose two)
- A . PEGA0004 CQuantity of data received by database query exceeds limit
- B . PEGA0001 C HTTP interaction time exceeds limit
- C . PEGA00017 C Cache exceeds limit
- D . PEGA0002 C Connect operation time exceeds limit
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)
- A . Dedicated a node to background processing.
- B . Review application environment sizing.
- C . Remove embedded dashboard reports from the manager portal.
- D . Minimize the usage of robotic automations.
- E . Review selection criteria of agent activities.
The SLA and the customer’s system administrator are reviewing scenarios that do not require an application server restart.
Select three scenarios from this list. (choose three)
- A . When deploying rule only hotflxes
- B . When changing the prweb web.xml file
- C . When changing the system name
- D . When the deploying new rules
- E . When the prlogging.xml file is modified
At XYZ Corp, multiple ClaimUnit sub case types are spun off from a parent Claim case. User retrieve ClaimUnit assignment using Get Next Work based on the average time to resolve each sub case type.
Assignments associated with sub case types that tale longer to resolve on average should be retrieve first. The average time to resolve sub case types will change over time.
How do you design the solution to handle this requirement?
- A . Increase subcase urgency based on ClaimUnit type prior to the workbasket assignment. Specialize the Service Level Rule by ClaimUnit case type.
- B . When the SLA’s goal is reached, have an escalation Activity adjust the claim urgency in proportion to the average time to resolve ClaimUnit cases.
- C . Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialist the service Level Rule by ClaimUnity case type.
- D . Store the average time to complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this value for ordering the results.
A case can be withdrawn using a local action. You want to restrict the ability to withdraw a case to the user who created the case or any work group manager of the user.
Select three rule types used in combination to achieve this functionality. (choose three)
- A . Access Deny
- B . Access When
- C . Access Control Policy
- D . Access of Role to Object
- E . Privilege
DRAG DROP
Select and move the five steps required to implement single sign-on (SSO) authentication in a pega application to the SSO authentication implementation steps column. (choose five)
A purchase order application allows users in their work group to read and write purchase request cases. When the total amount exceeds usd10,000 however, only the work group manger can read and write the case.
Select two configuration that satisfy the requirement. (choose two)
- A . Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.
- B . Use a reads access control policy with a condition that verifies the amount is less than USD10.000.
- C . Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.
- D . Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.
DRAG DROP
The following figure depicts a hierarchy of applications that are built on other applications. Specifically, the productionapp application is built on applications customerapp and employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use.
All applications are built on the same version of PegaRUUS.
Identify two benefits provided by using single sign-on (SSO) in a high availability (HA) application. (choose two)
- A . To automatically authenticate users on a new server following a server crash
- B . To redirect the user to a new server during a server quiesce (pause)
- C . To allow the movement of stateful data between application servers
- D . To allow for cookie persistence on the browser
You are working on an insurance claims application that receives claims through email. The company receives 500 emails per hour. the insurance company promises a 24-hour response time to receives and verify the clain. After the claim is verified. The system automatically responds with email containing the claim ID.
The application is developed in the Pega cloud environment. The production environment is currently running on premises.
What is your recommendation to ensure that insurance company can meet the 24-hour response time requirement for claims submitted by email?
- A . Recommend the insurance company change its policy to allow for a broader processing window.
- B . Recommend the insurance company use an advanced agent to verify claims and respond.
- C . Recommend the insurance company use an email lister with concurrent threats.
- D . Recommend the insurance company use an MDB listener instead of an email listener.