Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

PEGACPLSA23V1 Certified Pega Lead System Architecture (LSA) Exam 23 Questions and Answers

Questions 4

Which three of the following options come under security administration events while auditing your Pega application? (Choose Three)

Options:

A.

Changes to security authentication policies.

B.

Changes to dynamic system settings.

C.

Changes to attribute-based access control policies and policy conditions.

D.

Changes to operator records.

E.

Changes to report definition filters.

Buy Now
Questions 5

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)

Options:

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.

Buy Now
Questions 6

An application design team led by a Lead System Architect is considering the divide-and-conquer approach for most business use cases. Which two of the following reasons are benefits behind the team’s decision to use the divide-and-conquer design pattern? (Choose Two)

Options:

A.

The divide-and-conquer approach enables easy project management with Agile Workbench.

B.

The divide-and-conquer approach means that parallel development can occur so that each team can focus on specific units of work, which helps ensure better use of resources. This streamlined collaboration enhances productivity and accelerates project completion.

C.

The divide-and-conquer approach breaks down complex problems into smaller, independently solvable units. It is the easiest way to solve most of the business use cases.

D.

The divide-and-conquer approach enables efficient organization of parallel development and quality assurance teams. As a result, the team can perform quick fixes for bugs and there are fewer escalations.

Buy Now
Questions 7

Lead System Architects must enforce unit testing of code while developing Pega applications. Which of the following is considered the most important benefit of unit testing in Pega Platform?

Options:

A.

Unit testing helps to identify memory allocation issues early in the development process and also helps to ensure the quality of the code.

B.

Unit testing helps to identify performance issues early in the development process and also helps to ensure the quality of the code.

C.

Unit testing helps identify functionality and code issues early in the development process and also helps ensure the quality of the code.

D.

Unit testing helps to identify which unit test rules are best fit for the application and also helps to ensure the quality of the code.

Buy Now
Questions 8

In Pega applications, the Center-out business architecture is a fine-tuned software architecture that you use to deliver customer and business outcomes. The Center-out approach gives meaningful results quickly and sustains the architecture in the future by avoiding the mistakes of the top-down and bottom-up approaches. Which two of the following statements are true about the Center-out business architecture? (Choose Two)

Options:

A.

The Pega DX API maintains the principle of separation of concern and keeps front-end channels and back-end logic out of sync.

B.

The Pega DX API keeps your front-end channels and back-end logic in sync, not in silos.

C.

The Pega Live Data visualization layer automatically extracts the data that you need to customer data schema.

D.

You can get every step in your Microjourney right by using the case management feature to manage, automate, and improve work.

Buy Now
Questions 9

The test coverage report in Pega Platform helps to determine the number of rules covered during a test cycle. It is viewable at the application and user level. Which of the following statements describes the difference between these two levels?

Options:

A.

The application level focuses on rules created at the application ruleset level, while the user level focuses on rules created in branch rulesets.

B.

The application level includes the details of testing performed by all users in that session, while the user level pertains only to the user who initiated the testing session.

C.

The application level encompasses details of testing conducted with APIs, while the user level is specific to testing that the user performs.

D.

The application level includes rules created at the enterprise application layer, while the user level involves rules created at the implementation layer.

Buy Now
Questions 10

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)

Options:

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 to the 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.

Buy Now
Questions 11

As a Lead System Architect, you are developing a solution for enrolling students into culinary arts training sessions that includes two distinct specializations: Baking and Confectionery. Unique rules and business logic govern each specialization. Which of the following specialization techniques is considered most appropriate in this Pega implementation?

Options:

A.

Build separate classes for Culinary, Baking, and Confectionery, and position all three classes at the same hierarchical level, with common rules in a work pool class and specialized rules in their respective classes. This approach to class specialization helps define the scope and applicability of rules.

B.

Include all Culinary rules in the Culinary class, and then organize separate rulesets for Baking and Confectionery to differentiate the rules specific to each culinary specialization.

C.

Create a Culinary application that includes all general rules, followed by the creation of Baking and Confectionery as top-level applications that are built on the foundational Culinary application. Specializing at the application level makes managing their releases more manageable.

D.

Create distinct subclasses for both Baking and Confectionery under the primary Culinary class. Place common and specialized rules within the Culinary class in their respective subclasses. Using class specialization enables you to define rule scope and applicability.

Buy Now
Questions 12

ABC is an insurance company that provides quotes to its customers. Customers submit insurance quote requests through the ABC company website. The insurance workflow exposes a web embed to the ABC company website; the web embed uses custom bearer authentication. What are the primary uses of a custom bearer token? (Choose Two)

Options:

A.

To authorize the level of access that a user has to a resource.

B.

To encrypt data sent over the network.

C.

To authenticate a user for multiple requests over a period of time.

D.

To authenticate a user for a single request.

Buy Now
Questions 13

In a flight schedule management application, the initiation of a scheduled flight case triggers both pre-flight check and flight catering service processes. These processes require access to flight information, such as flight number, cabin class, number of seats, departure date and time, while also maintaining process-specific data elements. Which one of the following options best describes the optimal data model for meeting this requirement?

Options:

A.

Set Schedule Flight as the parent case type, with the triggered processes as child case types. Store flight data within the Schedule Flight case. This data will then be propagated to the child cases upon their creation.

B.

Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data in the travel management enterprise layer and create data classes specific to each child case type, inheriting directly from the travel management enterprise layer.

C.

Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data within the Schedule Flight class and develop data classes specific to each child case type.

D.

Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data within the work pool class, allowing all three case types to inherit properties from the work pool class.

Buy Now
Questions 14

Dynamic class references (DCR) are one approach to creating a data model in a Pega implementation. Which one of the following best describes the DCR approach?

Options:

A.

Associating objects with classes at runtime based on user input or certain conditions, allowing for flexibility in the structure of the data model.

B.

Linking different classes together in a data model to establish relationships and associations between various entities.

C.

Dynamically adjusting the attributes of a class without modifying its structure, facilitating agile data management.

D.

Referencing classes that are predefined and unchangeable, ensuring consistency and reliability in the data model.

Buy Now
Questions 15

In a hospital's patient management Pega application, patient details are gathered during the initial consultation process. This information must be accessible and current for all subsequent appointments and treatments. Keeping patient information updated is crucial to effective planning and implementation of treatment. Which one of the following options would you select as a solution?

Options:

A.

A portal to collect patient data. Pre-load the patient's information into the system for each subsequent appointment and treatment, based on the outcomes of the initial consultation.

B.

A portal for updating patient data, using the snapshot data access pattern to access patient information for appointments and treatment processes.

C.

A portal to collect patient data and store the data with Consultation cases. Use data propagation features to transfer patient information to each subsequent appointment or treatment as they are scheduled.

D.

A portal for updating patient data, utilizing the System of Record (SOR) data access pattern to access patient information for appointments and treatment processes.

Buy Now
Questions 16

The ABC trip planner company offers a variety of services, for example, hotel bookings, flight bookings, and train bookings, all on a single platform. All the services offered have their invoice processing managed by a dedicated team of accounting specialists from the XYZ financial accounting organization. Every booking made by a customer creates a "Booking" case, which manages the booking of the required service. An "Invoice" case is also created for the verification and validation of all payments to the various stakeholders involved. For security reasons, the Invoice case contains limited information and cannot be a child case of Booking. Both are siblings that update each other. Which one of the following is the best possible solution to implement this requirement?

Options:

A.

Have a data object that connects both the sibling cases. Use a Job Scheduler that runs every one minute to query records from the data object and update the sibling case as required. Use system context to gain access to the sibling case.

B.

Have a data object that connects both the sibling cases. Use a Job Scheduler that runs every one minute to query records from the data object and update the sibling case as required.

C.

Have a data object that connects both the sibling cases. Use a queue processor (Dedicated/Standard) to process the record for status updates. Update the security context while queuing with the appropriate access group to gain access to the sibling case.

D.

Have a data object that connects both the sibling cases. Use a queue processor (Dedicated/Standard) to process the record for status updates. Use the current operator access group context while queuing to update the case.

Buy Now
Questions 17

ABC organization has a case management application where users handle customer complaints. Each complaint case contains various details, including the following attributes: Case title: A brief description of the complaint. Creation date: The date when the complaint was registered. Complaint name: The name of the person who filed the complaint. Complaint details: A more detailed description of the issue. ABC wants to allow certain users (for example, managers and supervisors) to gain insights into complaint cases even if they do not have full read access. What is the primary purpose of the ABAC Discover policy in the case management application?

Options:

A.

To reveal sensitive details about complaint cases to managers and supervisors.

B.

To restrict access to complaint cases for all users.

C.

To prevent any user from accessing the case dashboard.

D.

To allow managers and supervisors to view essential case information.

Buy Now
Questions 18

The ABC organization has a financial application built on Pega Platform™. ABC wants to extend this application to other regions in a short period of time, by deploying a large development team. As it is a very sensitive application, ABC wants to have a proper review process to ensure delivery of quality code by the team. What are the two approaches that can help ensure that proper quality check-in gates are in place to achieve this requirement? (Choose Two)

Options:

A.

Dedicate a separate ruleset for each team.

B.

Implement rule changes in separate ruleset versions.

C.

Reject the code deployment to higher environments if the compliance score does not meet the Center of Excellence-specified threshold value.

D.

Implement a rule check-in approval process.

Buy Now
Exam Code: PEGACPLSA23V1
Exam Name: Certified Pega Lead System Architecture (LSA) Exam 23
Last Update: Apr 30, 2026
Questions: 60

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now PEGACPLSA23V1 testing engine

PDF (Q&A)

$43.57  $124.49
buy now PEGACPLSA23V1 pdf