Pegasystems PEGACPLSA23V1 Certified Pega Lead System Architecture (LSA) Exam 23 Online Training
Pegasystems PEGACPLSA23V1 Online Training
The questions for PEGACPLSA23V1 were last updated at Mar 12,2025.
- Exam Code: PEGACPLSA23V1
- Exam Name: Certified Pega Lead System Architecture (LSA) Exam 23
- Certification Provider: Pegasystems
- Latest update: Mar 12,2025
The initial behavior of the case type is always the same. But the case type must ultimately change based on the type of data instance that it is associated with. The data instance’s type is not known when the case is created.
How do you implement this scenario?
- A . For each data instance type, create a subflow. Use a Decision shape to select the appropriate subflow shape.
- B . For each data instance type create a subcase. Use a Decision shape to select the appropriate create case flow shape.
- C . Circumstance every rule in the case life-cycle beyond the point that the data instance’s type is determined.
- D . Use pattern inheritance with the case type class for each data instance type. Define type-specific behavior in each specialized class.
Which three of the following requestor types can process cases? (Choose Three)
- A . App
- B . Portal
- C . Batch
- D . Batch
When designing reports for performance, what technique can help reduce query execution time?
- A . Including multiple complex SQL functions in the queries.
- B . Storing pre-aggregated data in the reporting database.
- C . Using a higher level of normalization in the database schema.
- D . Running reports during peak business hours to improve response time.
A linked property can be best thought of as ___________?
- A . A reference to an external entity that is stored in a system of record
- B . A pointer between two pages or properties
- C . A property that can be referenced from any context at any time
- D . A property that represents a PRPC-managed object
- E . Another term for a reference property
In which three of the following ways can an application be specialized? (Choose Three)
- A . Through ruleset overriding
- B . By using decision rules
- C . Through class inheritance
- D . By using branching
- E . By circumstancing
Which one of the following statements is true about accessibility features?
- A . Pega Platform™ requires developers to enable accessibility features for individual access groups by adding the PegaWAI ruleset.
- B . Pega Infinity™ applications need to remove the PegaWAI ruleset, if present, from the list of production rulesets when upgarding from the previous versions.
- C . Accessibility Inspector can identify whether a screen reader is improperly configured for interaction with a form.
- D . Accessibility Inspector is available in App Studio only.
Which two of the following security risks can be identified by the Rule security analyzer? (Choose Two)
- A . Properties with incorrect type
- B . Vulnerabilities in stream rules
- C . Custom-written Java code
- D . Unsecured rulesets and unlocked ruleset versions
What does the Rule Coverage report provide in a Pega application?
- A . A list of all Rules that did not run during a test run.
- B . A list of all users of the application.
- C . A list of all temporary data stored in the application.
- D . A list of all temporary data stored in the application.
Which tasks are part of continuous integration and continuous delivery? (Select all that apply)
- A . Running automated tests whenever new code is committed.
- B . Manually deploying code to the production environment.
- C . Automating the build process for application packages.
- D . Creating a release plan and schedule for each deployment.
- E . Conducting user acceptance testing (UAT) before each deployment.
A case is routed to a work queue after creation in a Fraud application. The fraud analyst picks up the work using GetNextWork functionality. If the fraud analyst cannot complete the assignment, the analyst clicks Cancel so another fraud analyst can work on the assignment.
Which item can be configured to implement the above requirement?
- A . GetNextWorkCriteria
- B . Assign-Workbasket.GetNextWork
- C . MoveToWorklist
- D . GetNextWork_MoveAssignmentToWorklist