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: 1 / 2
Total 60 questions

As a Lead System Architect, you are tasked with designing an application to analyze social media posts by using Pega Platform. This application generates insights based on the social media usage by the employees within an organization. The goal is to identify the top social media influencers in the organization. Which of the following approaches is the most effective for structuring and designing the application?

A.

Establish an enterprise layer for a common data model, and then construct separate insights applications for each social media interface.

B.

Establish an enterprise layer for a common data model, then construct an insights application with a distinct interface for each social media application. The data consumed by the interface will apply in further analysis.

C.

Construct a framework for the social media platform, and then create distinct implementations for each social media interface.

D.

Construct a global framework for a common data model, and then an implementation application for the enterprise layer. On top of the enterprise layer, create distinct implementations for each social media interface.

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?

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.

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?

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.

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)

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.

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.

How can you configure a flow to resume from the point of failure after an error is resolved?

A.

By using the Resume flow option in the Actions menu.

B.

By using the Ticket shape and setting the ticket name to pyRestartFlow.

C.

By using the Subprocess shape and calling the pyRestartFlow flow.

D.

By using the Assignment shape and setting the assignment type to Resume.

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.

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?

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.

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)

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.

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?

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.