Weekend Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

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

Questions 4

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 5

Which two of the following scenarios necessitate API-based testing for Pega Infinity applications? (Choose Two)

Options:

A.

The navigation of UI screens changes frequently in the application, and the quality assurance team is having challenges navigating the different screens. Every aspect of the application is accessible through interfaces.

B.

Citizen developers seek to conduct unit tests for complex UI functionality from App Studio. Every aspect of the application is accessible through interfaces.

C.

The quality assurance team is on an annual vacation, and application testing must be completed within a tight timeframe.

D.

The user experience of the application is complex and requires a significant amount of time to navigate all screens. Every aspect of the application is accessible through interfaces.

Buy Now
Questions 6

What is the main difference between a Data Flow and a Queue Processor?

Options:

A.

Queue Processors can process a single item immediately, while Data Flows cannot.

B.

Data Flows can process data asynchronously, while Queue Processors cannot.

C.

Data Flows can be scheduled to run at specific times, while Queue Processors cannot.

D.

Queue Processors can process large volumes of data, while Data Flows cannot.

Buy Now
Questions 7

As the lead for Pega projects, you are assigned the task of creating a quarterly performance review report for an organization’s marketing department. The report should encompass various aspects of their work, such as campaign effectiveness, budget utilization, and team productivity. However, there is a request for detailed data on individual campaigns while maintaining a comprehensive summary of departmental performance. Which of the following is the best reporting design approach for this requirement?

Options:

A.

Create a report for every quarter with detailed data and then create a yearly report to show the summary of performance of campaigns.

B.

Create individual reports for each campaign to ensure detailed analysis, and then a consolidated report for a summary.

C.

Create a summary report for the marketing department to show overall performance and a drill-down report containing detailed data on each campaign.

D.

Create a report that includes all detailed campaign data within the main report to maintain a comprehensive overview of departmental performance.

Buy Now
Questions 8

Which two statements are true about asynchronous processing? (Choose Two)

Options:

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.

Buy Now
Questions 9

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)

Options:

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.

Buy Now
Questions 10

A company is implementing field-level auditing in their application. What two scenarios can affect the field-level auditing feature in an application? (Choose Two)

Options:

A.

The application has many fields to audit.

B.

The application is hosted on a high-performance server.

C.

The application has a lot of users accessing it.

D.

The application has frequent data modification fields to audit.

Buy Now
Questions 11

You are leading a team to develop a Pega application with Pega Financial Industry Foundation. You are tasked with adding a mandatory waiting period in the loan process, where the status of a child process dictates the next stage. Your team is debatingwhether to use a Wait shape or a service-level agreement for this requirement. Identify two scenarios where a Wait shape is the simpler choice. (Choose Two)

Options:

A.

The Wait shape facilitates manually advancing past the waiting point before the designated time.

B.

The Wait shape in the Pega Platform provides a straightforward configuration for automatic bypass locking.

C.

The Wait shape in Pega Platform offers a straightforward configuration for waiting based on the case status.

D.

The Wait shape facilitates the assignment creation and routing based on the status of child process.

Buy Now
Questions 12

Consider a scenario where an e-commerce company is using a Job Scheduler to manage various tasks. The Job Scheduler is responsible for updating inventory, processing orders, sending order confirmation emails, and generating daily sales reports. Which two of the following are typical features of a Job Scheduler? (Choose Two)

Options:

A.

It can automatically retry failed tasks.

B.

It can run tasks in a specific order.

C.

It can automatically commit the data updates.

D.

It can run tasks in parallel.

Buy Now
Questions 13

A Pega Platform application designed for customer onboarding in a bank involves multiple subprocesses and extensive data entry and retrieval. With over 15 screens to navigate, the Quality Assurance team faces challenges in thoroughly testing the application. Each bug fix requires the team to restart testing from the beginning, adding to the difficulty. What suggestion do you adopt as a Lead System Architect to assist the team?

Options:

A.

Suggest that the team begins recording with the screen recording feature of the browser, and then replay the recording when testing the application after performing bug fixes.

B.

Encourage the team to write utilities to speed up the testing process.

C.

Advise the team to create Pega test suites to run the bulk test cases in one go and speed up the testing process.

D.

Advise the team to begin recording the testing performed using the scenario testing feature, and then replay the recording when testing the application after performing bug fixes.

Buy Now
Questions 14

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

Buy Now
Questions 15

Assume that two customers are simultaneously attempting to book tickets for the same flight, which has limited seat availability. How does the design pattern for limited availability and concurrency handle this scenario? (Choose Two)

Options:

A.

The design pattern records booking attempts for both customers. If the flight exceeds capacity, the customer goes on a waiting list. The waiting list clears after a certain period, and the customer receives notification of the results.

B.

The design pattern rejects both bookings, entering an ambiguity mode. It prompts customers to try again later. In the second attempt, it prioritizes one customer based on a first-come-first-serve basis.

C.

The design pattern allows both customers to book; however, one receives a notification about no available seats after the analysis.

D.

The design pattern prioritizes customer bookings on a first-come-first-serve basis.

Buy Now
Questions 16

As an LSA developing a Pega application for an online grocery store, you are tasked with enabling customers to navigate through various categories such as "Dairy," "Confectionery," "Frozen Food," and "Soft Drinks." Each category contains at least 10 sub-categories, with the workflow varying depending on the selected sub-category. What is the best method of populating the categories and sub-categories and retrieving the related information from the grocery store's database?

Options:

A.

Implement a data page that accepts either a Category or Sub-category as a parameter. Based on the parameter type, the required information is retrieved and displayed in the subsequent layouts.

B.

Implement a data page for Sub-categories. Load Categories by default upon startup. Populate Sub-categories after a Category is selected, using a Sub-category data page that takes the Category as a parameter.

C.

Implement data pages for Categories and Sub-categories. Populate Sub-categories after a Category is selected, using a Sub-category data page that takes the Category as a parameter.

D.

Implement a data page that takes the Sub-category as a parameter. Based on the Sub-category type, the necessary information is retrieved and shown in the subsequentpf layouts.

Buy Now
Questions 17

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 18

A software development company is planning to deploy its application for a new client. The client has unique security concerns and requires full control over their resources. Which architecture would be most suitable for this scenario, considering customization, security, and performance?

Options:

A.

Design with the multitenancy architecture.

B.

Define an architecture that uses single tenancy.

C.

Blueprint the application architecture with shared tenancy.

D.

Design with the architecture that defines isolated tenancy.

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

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now PEGACPLSA23V1 testing engine

PDF (Q&A)

$31.5  $104.99
buy now PEGACPLSA23V1 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 02 May 2025