Pegasystems PEGAPCLSA86V2 Lead System Architect (LSA) Pega Architecture Exam 86V2 Online Training
Pegasystems PEGAPCLSA86V2 Online Training
The questions for PEGAPCLSA86V2 were last updated at Feb 08,2025.
- Exam Code: PEGAPCLSA86V2
- Exam Name: Lead System Architect (LSA) Pega Architecture Exam 86V2
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
DRAG DROP
XYZ corp has requirement to send an email to every person who has used a certain service in the previous month thanking them for doing business with XYZ. Generating and sending these emails take a certain amount of time XYZ wants these email processed as quickly as possible to avoid interfering with emails sent during business hours.XYZ also wants to ensure that the thank-you email is not sent to the same person twice
![](https://www.exam4training.com/wp-content/uploads/2023/10/image011-260.jpg)
Explanation:
Graphical user interface, application
Description automatically generated
DRAG DROP
application ABC defines and creates survey cases based on a customer s profile. a second
application, ABCproxy, is hosted in a cloud environment. the ABC proxy application creates a survey proxy case on demand from application ABC. The questions contained in the survey case are transferred to the survey proxy case. customers answer questions on the survey using the ABC proxy application. the completed survey information is passed back to the survey case created by application ABC. the company wants to use REST services to accomplish this interface. select and move the three options that are needed to satisfy the requirement to the configuration columns and place.
![](https://www.exam4training.com/wp-content/uploads/2023/10/image013-248.jpg)
Explanation:
Graphical user interface, text, application
Description automatically generated
An application processes stock market trades.
Which two requirement are best implemented by an advanced agent?
- A . call a service every day at 5: 00 am to get the marker open and close time, and recird the result
- B . Excute a trade cae only after the stock reaches a certain price
- C . create a case to audit an account if the customer trade more tha usd9999in a day
- D . complete unexecuted trade when the market
Select the recommended option for extending the data model provided by a pega industry framework.
- A . Specialize the data model as little as possible.
- B . Redefine the data model.
- C . Hide the data model with a custom data model.
- D . Hide the data model with an Enterprise service Bus (ESB) dictated data model.
XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set.
to simplify report creation for managers, you create________________________
- A . numerous sample reports showing how to join the classes
- B . association rules for the classes in this set
- C . a template report with every class join predefined
- D . a declare trigger that restricts report class joins to this set
Given the following classes and properties:
myco-data-shape (abstract)
area
color
myco-data-shape-rectangle
length
width
myco-data-shape-circle
radius
a page list property .shapes is defined as being of the abstract class myco-data-shape.
select two correct statements. (choose two)
- A . a rule defined in myco-data-shape-rectangle can modify the. Color property.B. pages of shapes can contain. length and. Radius.
- B . A rule existing in myco-data-shape can be overridden in myco-data-shape-circle.
- C . pages of .Shapes can be of either myco-data-Shape-rectangle or myco-data-shape-circle, but all pages must be the same.
An application allows users to manage Account cases. You need to configure security so that users are allowed to view and update account only if they are the primary or secondary owner how do you implement this requirement?
- A . create a when rule that validate id the current user is either a primay or secondary owner of the account configure then when rule in the required conditions section on all flow actions that allow account updates.
- B . create a privilage and configure it to validate if the current user is either a primary or secondary owner of the account. Assign the privilege for read and write instances of the account class in the user’s access role.
- C . create an access when rule that validate if the current user is either a primary or secondary owner of the account. Assign the access when rule for read and write instances of the account class in the user’s vaccess role.
- D . create an access when rule that validate if the current user is either a primay or secondary owner of the ccount. Configure the access when rule on the Accouny case type to ensure authorized access
Using the information shown in the Class structure, select the correct statement.
- A . Auto must be a subcase of Parking.
- B . Instances of EventBooking and Hosted can be stored in a separate.
- C . EventBooking cannot be a subcase of Auto.
- D . Parking and Auto instances must be stored in the same table.
The clipboard contains a list of details for all companies on the NASDAQ stock Exchange
select the requirement that indicates you use a page list instead of a page group.
- A . A DATA transform must iterate over the list.
- B . company details must be referenced using the company stock triker.
- C . the list must be sorted by company stock ticker.
- D . Each element in the list of companies must contain a list of accounts.
What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over tune? (Choose Two)
- A . Add indexes to all columns.
- B . Purge workparty UlU index tables periodically.
- C . Schedule scripts to maintain frequently fragmented tables.
- D . Purge and/or archive records based on the company’s record retention policy.