Exam Title: Certified Pega Lead System Architecture (LSA) Exam 23
Last update: Nov 27 ,2025
Question 1
[Integration] U+ Bank has a customer service application that processes customer complaints. Now, after three years in production, the operations manager needs historical reports on resolved cases. The reports should be sent in near real-time. The data warehouse has exposed a REST API to receive the data, and the reports are then generated from the data warehouse. Which two of the following options could you use to create an ideal design solution for posting the data to the data warehouse? (Choose Two)
A.
Read data with data flows, which source data by using a dataset and then output the data to a utility that synchronously posts the data to the data warehouse. For in-flight cases, on resolution of the case, configure the system to post the data to the data warehouse over REST.
B.
Prepare an extract rule and extract the data of already-resolved cases, and then load it into the data warehouse for reporting. For in-flight cases, on resolution of a case, configure the system to post the data to the data warehouse over REST.
C.
Read data with data flows, which source data by using a dataset and then output the data to a utility that posts the data to the queue processor, which then posts the data tothe data warehouse over REST. For in-flight cases, on resolution of a case, reuse a queue processor that you created.
D.
Run a one-time utility that browses all the resolved-cases data, and then asynchronously posts the data to the data warehouse. For in-flight cases, on resolution of a case, configure the system to synchronously post the data to the data warehouse over REST.
Answer:
B,C
A
0
B
0
C
0
D
0
Comments
Question 2
[Work Delegation and Asynchronous Processing] Which two statements are true about asynchronous processing? (Choose Two)
A.
Job schedulers can have associates with more than one node type.
B.
Queue processors can have associates with more than one node type.
C.
Job schedulers use a Kafka-distributed streaming service to achieve maximum throughput.
D.
The replication factor of the queue processor ensures reliability and fault tolerance.
Answer:
B,D
A
0
B
0
C
0
D
0
Comments
Question 3
[Work Delegation and Asynchronous Processing] Hospital XYZ wants to analyze patient data and identify those at high risk of readmission. The hospital has patient data stored in an Electronic Health Record (EHR) system, and a separate system for hospital admission records. Which two of the following are key advantages of using a Data Flow over a Queue Processor for analyzing patient data in this scenario? (Choose Two)
A.
Data Flow can directly access data from multiple systems.
B.
Data Flow can handle larger volumes of data.
C.
Data Flow can prioritize tasks based on urgency.
D.
Data Flow can process data in real-time.
Answer:
A,B
A
0
B
0
C
0
D
0
Comments
Question 4
[Integration] Every day at 1 AM, all the ATM transactions at ABC Bank from the previous day are shared with the head office of the bank. All ATM machines perform this data sharing. ABC Bank uses this information to validate transactions and balance all the ledgers. If any discrepancy is identified, a dispute resolution flow initiates to investigate the root cause and resolve the dispute. ABC Bank has 1 million ATMs for which transactions need to be analyzed for discrepancies. Which one of the following is the optimal solution for gathering the transaction information from all the ATMs?
A.
The ATM machines generate an Excel file of all the transactions and place it in a NAS directory. Pega workflow processes the files using an Advanced agent.
B.
The ATM machines generate an Excel file of all the transactions and place it in a NAS directory. Pega workflow processes the files using a Queue Processor.
C.
The ATM machines generate an Excel file of all the transactions and place it in a NAS directory. Pega workflow processes the files using a Job Scheduler.
D.
The ATM machines generate an Excel file of all the transactions and place it in a NAS directory. Pega workflow processes the files using a Data Set of type File, and feeds the files into a Data Flow.
Answer:
D
A
0
B
0
C
0
D
0
Comments
Question 5
[Pega Platform Architecture] A healthcare company wants to migrate its patient management system to a more secure and scalable environment. After evaluating different options, the company decides to host their application on a Pega-managed cloud environment, expecting it to meet its growing data security and compliance needs while ensuring uninterrupted access to patient records. In this context, which three of the following responsibilities does Pega assume in managing the healthcare company’s application in the Pega Cloud environment? (Choose Three)
A.
Monitor network and ensure system-level access control to safeguard patient information and system integrity.
B.
Install Pega Platform and any additional Pega applications to which the healthcare company subscribes.
C.
Securely store the healthcare company’s data in a cloud repository, which helps ensure data privacy and compliance with healthcare regulations.
D.
Oversee compliance, conduct security monitoring, and respond to security events to protect against potential breaches or threats.
E.
Set up the necessary authentication and authorization mechanisms to control access to sensitive patient data.
Answer:
A,C,D
A
0
B
0
C
0
D
0
E
0
Comments
Question 6
[Pega Platform Architecture] As a Lead System Architect, it is crucial to understand the technical landscape of an organization. Which are two benefits that you can derive from this understanding? (Choose Two)
A.
It accelerates the development process of applications on Pega Platform.
B.
It facilitates the creation of necessary interfaces for interaction with other systems in an organization’s environment.
C.
It assists with designing user interfaces with accessibility features.
D.
It enables the development of applications based on the Center-out business architecture.
Answer:
A,B
A
0
B
0
C
0
D
0
Comments
Question 7
[Troubleshooting and Maintenance] As a Lead System Architect at a multinational corporation, you are tasked with addressing significant user-reported delays in a critical application. Suspecting that the delays are due to database-related issues that have arisen suddenly, you aim to identify and resolve the problem methodically. Which two options do you recommend to isolate the issue and enhance performance? (Choose Two)
A.
Reduce the thresholds for query-time alerts to more easily identify complex queries that might be causing delays.
B.
Raise the threshold for blob-size alerts to aid in the detection of large case instances that might impact performance.
C.
Analyze the periods during which the database experiences the highest usage, because this method assists in pinpointing the specific times to search for alerts or other issues in the log files.
D.
Configure the system to write Pega logs to the database server to gain insights into the events occurring within the application that might contribute to the delays.
Answer:
A,C
A
0
B
0
C
0
D
0
Comments
Question 8
[Pega Platform Architecture] A multinational financial institution is contemplating the deployment of a high-availability architecture for its online banking platform to guarantee seamless service for its clientele. The institution acknowledges the potential financial repercussions and reputational harm linked with application downtime. Which principle should the institution prioritize in the design of its high- availability system to mitigate the risk of a single point of failure?
A.
Apply regular data backups by scheduling the job scheduler that runs every five minutes on each node.
B.
Avoid common cause failures by establishing a single administrative access group for all Pega implementations.
C.
Implement reliable failover to ensure service continuity by enabling the system to transition from a failed node to a backup node without data loss.
D.
Ensure the detectability of failures by consistently using application health monitoring tools.
Answer:
C
A
0
B
0
C
0
D
0
Comments
Question 9
[Application Design] In the design of Pega enterprise applications, the Lead System Architect must prioritize Microjourneys according to Pega Express best practices. Which two of the following statements accurately describe the concept of Microjourneys in Pega implementations? (Choose Two)
A.
Microjourneys constitute a segment of the overall customer journey that accomplishes all or a subset of the necessary business outcomes.
B.
Microjourneys represent the life cycles, or units of work, that yield a significant outcome for customers and users.
C.
Microjourneys are the life cycles, or units of work, that yield a significant reusable asset for citizen developers to improvise the functionality.
D.
Microjourneys are data objects in the overall customer journey that achieve all or a subset of the required data manipulations.
Answer:
A,B
A
0
B
0
C
0
D
0
Comments
Question 10
[Application Design] In the context of software system design and architecture, which two of the following statements accurately describe the Center-out business architecture approach used in Pega applications? (Choose Two)
A.
The Center-out approach avoids the mistakes of the top-down and bottom-up approaches to deliver customer and business outcomes quickly and sustain the architecture into the future.
B.
The Center-out approach focuses on designing applications specific to channels of interaction, which often leads to the implementation of the same presentation layer logic multiple times.
C.
The Center-out approach focuses on Microjourney objectives, identifies when engagement with a channel is needed to complete a step, and determines what data isnecessary to complete a step or updates on the completion of a step.
D.
The Center-out approach designs product-centric implementations, and each system has its own view of the data used by its applications.