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

Pegasystems PEGACPLSA23V1 - Certified Pega Lead System Architecture (LSA) Exam 23

Page: 2 / 2
Total 60 questions

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)

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.

A claims adjuster is working through a backlog of cases using a newly updated Pega insurance application. The adjuster is tasked with entering detailed information into a digital claims form for each case. However, as they proceed from one input field to another, they encounter noticeable delays in data rendering, and occasionally, the application becomes unresponsive, significantly slowing down their workflow. Given this situation, which two of the following are likely causes for the poor user experience observed by the claims adjuster? (Choose Two)

A.

The Use single page option is active for the data pages that are responsible for rendering the claims form, which might affect performance.

B.

The application retrieves a larger set of data from the system of record than is necessary for the claims form.

C.

The Reload once per interaction option is not active for data pages at the requestor and thread levels, which leads to unnecessary data reloads.

D.

The application pauses to wait for data fetched through integrations instead of processing these data fetches in the background.

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)

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.

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)

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

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.

A multinational corporation operates several warehouses around the world. Due to varying regional regulations, market demands, and operational hours, the specifics of each warehouse, including its manager, location, and working hours, differ significantly. To streamline logistics and inventory management, employees must identify and interact with their nearest warehouse as part of their operational duties. Oversight of warehouse listings is maintained by a centralized logistics management team. What is the most suitable strategy for managing the warehouse details?

A.

Adopt a data-instance-last design pattern for handling requests related to warehouse management, with tasks assigned to the logistics management team.

B.

Integrate a work queue widget into the logistics management team’s dashboard that assigns them the responsibility of updating and managing warehouse information.

C.

Employ a data-instance-first design pattern and provide a user interface for the logistics team to oversee warehouse details, with responsibilities allocated to the logistics management team.

D.

Construct a dedicated portal for warehouse management, accessible only to the logistics management team, and implement a data-instance-only design pattern.

What are the primary uses of the Rule Security Analyzer in Pega Platform? (Choose Two)

A.

To optimize rule performance.

B.

To enforce coding standards.

C.

To identify rules that are not compliant with security guidelines.

D.

To identify potential security vulnerabilities in rules.

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.

Data pages offer a "Do not reload when" option for optimizing data retrieval. Which two of the following scenarios make appropriate use of this feature? (Choose Two)

A.

A data page tracks real-time seat availability for a theater. Because seat bookings stop once the show starts, set it to not reload after the show begins until it ends.

B.

A data page maintains reservation details for a hotel. To optimize performance, set it to not reload after check-in time ends, because no new reservations are taken overnight unless you have approval from the manager of the hotel.

C.

A data page pulls live traffic updates for a delivery service's routing system. Because traffic patterns stabilize late at night, set it to not reload from late evening until early morning.

D.

A data page holds the daily menu for a cafeteria that doesn't change the menu once the kitchen opens. To avoid unnecessary updates, set it to not reload after the kitchen begins its operations until the next day.