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
An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications.
How do you satisfy this requirement?
- A . Package the claims management application as a SDK mobile app
- B . Configure a service to creat claim cases when called from the native mobile app
- C . configure the native mobile app to creat a claim case using the page API
- D . Embed the claims management application in the native mobile app using a pega web Mashup gadget
Customer information is captured in an application. Corporate policy states that private information be secured and only visible to a limited users.
Which configuration do you recommend?
- A . Use a visible when rule for the properties displaying sensitive information.
- B . Create an access control policy restricting access to the sensitive information.
- C . Configure an access deny rule restricting access to the sensitive information.
- D . Move sensitive information to separate sections and apply a privilege to the sections.
Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.
How do you achieve this requirement?
- A . Define operator override setting in enterprise authentication system
- B . Create a separate role for Admin Executives
- C . Use Exclude Operators options in Security Policies landing page
- D . Define Access Control Policy to exclude Admin Executives
you need to formet required fields with red labels. you configure a custom style in the skin rule.
how do you apply the custom style?
- A . reference the skin rule in the dynamic layout with the required field labels
- B . reference the skin in the required field labels.
- C . reference the custom style as a parameter in a dynamic layout.
- D . reference the custom style in the required field labels
CORRECT TEXT
In the Answer Area, determine where data is stored for each design option.
![](https://www.exam4training.com/wp-content/uploads/2023/10/image004-472.jpg)
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?
- A . Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.
- B . Modify the user portal to only display team members for which the operator has been
designated an alternate. Clicking on an operator displays that operator’s worklist. Assignments are opened accordingly. - C . Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.
- D . Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.
The SLA and the customer’s system administrator are reviewing scenarios that do not require an application server restart. Select three scenarios from this list. (choose three)
- A . When deploying rule only hotflxes
- B . When changing the prweb web.xml file
- C . When changing the system name
- D . When the deploying new rules
- E . When the prlogging.xml file is modified
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)
- A . Dedicated a node to background processing.
- B . Review application environment sizing.
- C . Remove embedded dashboard reports from the manager portal.
- D . Minimize the usage of robotic automations.
- E . Review selection criteria of agent activities.
A,B,E
Explanation:
Six weeks after you deliver your application to production, you users report that the application slows down in the afternoon. The application is almost completely unresponsive for some users shortly after 3:00 P.M. Other users do not experience this problem until later in the day.
You do not have access to the Production environment, but you do have access to AES.
The production environment has three nodes and a load balancer.
You need to resolve this issue because a new division of the organization will start using the application next month.
A pega application has cases that represent customer accounts each with many members.
When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes.
Which two elements are valid design choices? (choose two)
- A . Use the optimistic locking option on the case types.
- B . Create a Registration subcase configured to run in offline mode.
- C . Leverage the default object lock contention requeuing capability.
- D . Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
You are audit a property named. Generic Code. The label on the form is named suggested generic substitute. when the field value changes, you want the history details to show as the name of the label.
you also want to record the name of the property
How do you ensure that the entry shows both the label and the property name?
- A . On the pyTracksecurtiyChanges data tranform, in the source field, enter "suggested
generic substitue
(. GenricCode)" - B . on the pyTracksecurtiyChanges declare trigger activity, enter GenericCode as a parameter name and
"suggested generic substitute" as a perameter description - C . on the work management landing page> Filed level Auditing tab in the source filed enter GenericCode. in the Description filed enter "suggested generic substitute"
- D . on the work management landing page > Filed level Auditing tab,, in the source filed enter "suggested
generic substituite(. GeneriCode)"