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

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

As a Lead System Architect tasked with enhancing a hotel room booking application, your objective is to streamline the booking process by identifying high-value customers. To accomplish this, you have decided to segment customers based on the total revenue generated from their bookings, considering that customers can have multiple bookings. The revenue is calculated by summing the amounts of all bookings made by each customer. Customers will be categorized as follows: Silver: Total booking amount is less than $500. Gold: Total booking amount ranges from $500 to $2000. Platinum: Total booking amount exceeds $2000. You want to use SQL functions for efficient customer categorization. Which SQL function code correctly determines the customer categories?

Options:

A.

CASE WHEN {1} < 500 THEN 'Silver' WHEN {1} BETWEEN 500 AND 2000 THEN 'Gold' ELSE 'Platinum' END


B.

IF {1} < 500 THEN 'Silver' ELSE IF {1} >= 2000 THEN 'Platinum' ELSE 'Gold' END


C.

IF {1} < 500 THEN 'Silver' ELSE IF {1} BETWEEN 500 AND 2000 THEN 'Gold' ELSE 'Platinum' END


D.

SELECT CASE WHEN {1} < 500 THEN 'Silver' WHEN {1} BETWEEN 500 AND 2000 THEN 'Gold' ELSE 'Platinum' END


Expert Solution
Questions # 12:

A financial institution uses a Pega application to manage customer data, including sensitive personal information. Under regulations such as the General Data Protection Regulation, customers have the right to access, modify, or delete their personal data. The institution implements client-based access control (CBAC) in Pega Platform to comply with these regulations. Which statement best describes CBAC?

Options:

A.

CBAC automates user authentication and login processes in Pega applications.


B.

CBAC helps to ensure data encryption for sensitive personal information in the Pega database.


C.

CBAC focuses on tracking and processing requests to view, update, or remove personal customer data across applications.


D.

CBAC influences authorization considerations for lead system architects during Pega application design.


Expert Solution
Questions # 13:

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.


Expert Solution
Questions # 14:

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.


Expert Solution
Questions # 15:

What is the best approach for implementing limited-availability-and-concurrency design patterns?

Options:

A.

Manage the limited resources by using the lock on the instance (data or case); once locked, Pega Platform automatically manages the concurrency.


B.

Use a data instance approach to represent each incoming request for consuming limited available resources. Handle requests with flags to manage resource locks and availability. Processing techniques in Pega Platform manage concurrency.


C.

Create a case instance for each request that represents consuming limited available resources. Case management features in Pega Platform automatically manage locks and concurrency.


D.

Circumstance the rule resolution algorithm to fit the requirements of the business use case; Pega Platform automatically manages the limited availability and concurrency.


Expert Solution
Questions # 16:

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.


Expert Solution
Questions # 17:

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.


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


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions