Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple70

Pass the Pegasystems Certified Lead System Architect (CLSA) PEGACPLSA23V1 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam PEGACPLSA23V1 Premium Access

View all detail and faqs for the PEGACPLSA23V1 exam


440 Students Passed

87% Average Score

96% Same Questions
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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.

Questions # 2:

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.

Questions # 3:

You are a Pega developer working on an insurance application. The application needs to manage different types of insurance policies such as car insurance, home insurance, and life insurance. Each type of insurance policy has some common attributes (policy number, policyholder name, and premium amount), but also has some unique attributes (such as vehicle details for car insurance, property details for home insurance, and beneficiary details for life insurance). Which one of the following approaches to handling this scenario would be most appropriate in a Pega application?

Options:

A.

Create a single class for all types of insurance policies and dynamically add or remove attributes as needed.

B.

Create a single class for all types of insurance policies and define all possible attributes.

C.

Create a base class for the insurance policy for the common attributes, and then create derived classes for each type of insurance policy with their unique attributes.

D.

Create a separate class for each type of insurance policy and then define the common attributes in the new class.

Questions # 4:

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.

Questions # 5:

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.

Questions # 6:

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.

Questions # 7:

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.

Questions # 8:

Which two benefits does the Search and Reporting Service offer over embedded Elasticsearch? (Choose Two)

Options:

A.

Eliminates issues with potential loss of data indices when Util nodes crash.

B.

Improved row-level security.

C.

Independent release cycles for Pega Platform updates.

D.

Helps in connecting with any full-text search engines.

Questions # 9:

As a Lead System Architect, the primary objective is to adhere to the low-code application development methodology and support citizen developers. Relevant records are a feature in App Studio that can help facilitate this process. Which two of the following options outline the benefits of relevant records? (Choose Two)

Options:

A.

Relevant records control the run-time availability of rules, which consequently decreases the time consumed during the rule performance.

B.

Relevant records regulate design-time prompting and filtering across various areas of App Studio, which reduces the time spent searching through unrelated records in cases.

C.

Users can achieve efficient resource management by promoting a rule from a built-on application, which enables its reuse in another class.

D.

Users can promote instances from a built-on application for reuse in another application for effective data or case instance management.

Questions # 10:

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.

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.