Pegasystems PEGACPLSA23V1 Certified Pega Lead System Architecture (LSA) Exam 23 Online Training
Pegasystems PEGACPLSA23V1 Online Training
The questions for PEGACPLSA23V1 were last updated at Sep 07,2025.
- Exam Code: PEGACPLSA23V1
- Exam Name: Certified Pega Lead System Architecture (LSA) Exam 23
- Certification Provider: Pegasystems
- Latest update: Sep 07,2025
A customer service representative (CSR) needs to launch multiple applications to manually update information to keep dam synchronized across systems. The applications are built in different technologies, decreasing the CSR’s efficiency in handling customer requests.
The client has a requirement to launch all applications from the PLCJA Customer service application. The client requires that data Mows to and from the Pega Customer Service application to the other applications used by the CSR.
Changes made in any one of the systems is reflected in other relevant systems. This results in the CSR handling customer requests more efficiently and spending less time manually updating dependent applications.
Which Pega capability do you recommend to support this requirement?
- A . Use SQL connectors to update the data.
- B . Use Robotic Process Automation.
- C . Use SOAP/REST services to update the information.
- D . Use Robotic Desktop Automation.
Consider a scenario in which an insurance company publishes policies and regulations based on many different types of vehicles and has its workflow defined accordingly. The company plans to add more vehicle types in the future.
Which approach best suits this scenario?
- A . Class specialization
- B . Application specialization
- C . Ruleset specialization
- D . Circumstancing
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
What are the are two main goals of the Lead System Architect mission? (Choose Two)
- A . Solidify techniques for advanced Rule configuration.
- B . Learn how asynchronous integration works.
- C . Evaluate identified design options to form a recommended solution.
- D . Identify design options for particular situations.
If the flow pauses at an Assignment named pzStageProblems, what is the best possible action to take? (Choose One)
- A . Cancel the Assignment or change the Stage.
- B . Restart the Stage or cancel the Assignment.
- C . Cancel the Assignment or reassign the Assignment.
- D . Change the Stage or restart Stage.
Your organization uses a large number of business intelligence (BI) reports.
Which two approaches are good solutions when you develop a reporting strategy?
- A . Elasticsearch
- B . Data archive
- C . BIX
- D . Data warehouse
What are two ways to minimize or avoid data integrity issues?
- A . Do not persist values that are derivable, such as counts and categorizations, and that are subject to change.
- B . Follow the single source of truth principle (SSOT).
- C . Avoid using properties that represent a version or as-of-date.
- D . Store critical data within multiple tables to prevent data loss.
You want a group of users to view certain properties in a case without being able to open the case.
Which one of the following solutions do you implement?
- A . Role-based access control Read action
- B . Role-based access control privilege
- C . Attribute-based access control Discover action
- D . Attribute-based access control Property Read action
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications.
Choose two options that would contribute to viable solutions. (Choose Two)
- A . Use Pega API RCST services to update Case and Work Party data in a reports database.
- B . Configure a reports database for the Class Group and Index WorkPartyUri Data Admm DB-Table records.
- C . Define additional database indexes for the Class Group and related Work Party tables.
- D . Use BIX to export Case and related Work Party data to a data warehouse.
Multiple case types within the Booking application’s case hierarchy can produce FSG-Data-Pricing records, BookEvent and VehicleParking, for example. To generate a customer’s invoice, the Booking team needs to collect every Pricing record related to a given BookEvent case.
Which of the following approaches should be used as part of solution?
- A . Define an FSG-Booking-Work-BookEvent Report Definition that defines a JOIN to FSG-Booking-Work-BookEvent aliased as “CHILD”. The JOIN compares pyOrigOrg values. The Query tab’s filter condition compares CHILD.pzInsKey to the pxCoveredInsKeys ValueList which generates an ((A = B) or (A = C) or…) clause.
- B . Define an SQL Function named isInCaseHierachy() that takes two parameters, one being the passed-in pyID of the parent case, the other being the Reference property within the FSG-Data-Pricing record Pricing record.
- C . Define an FSG-Booking-Work subreport that uses Do Not JOIN rows. The main FSG-Booking-Work-BookEvent Report Definition declares a ParentKey parameter which is passed to the subreport. The subreport filters on pxCoveredInsKey = param.ParentKey. Main report filters on pzInsKey = SUBRPT.pxCoveredInsKey which generates an IN clause. The main report OR’s that filter with pzInsKey = param.ParentKey
- D . Define an FSG-Booking-Data-CaseHierarchy class. Within each row of that class, both the pyID of the BookEvent case and the pyID of a BookEvent child case are persisted. That generated table is joined to FSG-Data-Pricing’s Reference property.