Pegasystems PEGACPLSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 11.05.2025- Prüfungscode: PEGACPLSA23V1
- Prüfungsname: Certified Pega Lead System Architecture (LSA) Exam 23
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 11.05.2025
When can problem flows be used to resolve flow issues in Pega applications?
(Select all that apply)
- A . To handle unexpected errors or exceptions during case processing.
- B . To route cases to alternate paths based on changing business requirements.
- C . To create parallel processes that run simultaneously within a case.
- D . To automatically generate reports and dashboards for case analysis.
A many-to-many relationship is defined between a Pega Platform™ version 8.8 case type and a data type within an application that is not specialized by division.
Which two of the following statements is true?
- A . A data reference property is created on the Data Model tab of the case type.
- B . A class is created under [ORG]-[APP]-Data that extends Link- .
- C . A class is created under [ORG]-[APP]-Link
- D . A class is created with an [ORG]-[APP]-Data that extends Link-.
Which one of the following approaches supports a responsive user experience in devices with different resolutions?
- A . Identify the important layout in the section and set a responsive breakpoint.
- B . Identify the primary column in the table and set the responsive breakpoint.
- C . Identify the primary device and set responsive breakpoints based on that device.
- D . Always consider mobile as the primary device and create a UI that is suitable for mobile, so that by default the UI fits all other devices
At a certain point in its life cycle, a case is required to capture the list of data instances viewed by the user, from which one data instance was selected. The data instance would be classified as reference data – values associated with a unique key that rarely, if ever, changes.
What is the best way to implement this requirement in a Pega application, taking into consideration performance and extensibility?
- A . Define a data page using the Snapshot pattern to copy the list. Define a Declare Index that creates a separate database table.
- B . Define a Link- class with two keys, one pointing to the reference data instance, the other to the case.
- C . Define a data page using the Reference pattern. Populate a field group list with the keys to the reference data instances.
- D . Define a report definition that uses the Reference pattern against a database view.
When producing queries for reporting, which SQL function would you use to calculate the average of a numeric column?
- A . AVG()
- B . COUNT()
- C . SUM()
- D . MIN()
Which three of the following requestor types can process cases?
(Choose Three)
- A . App
- B . Portal
- C . Batch
- D . Batch
Which two of the following items normally occur when you implement a custom guardrail warning?
(Choose Two)
- A . Use the @baseclass.pxAddGuardrailMessage activity.
- B . Override the @baseclass.CheckForCustomWarning activity.
- C . Use a customized Rule check-in approval process.
- D . Override the Embed-Warning.ShowWarningOnForm decision tree.
A user logs in to a shopping website that contains a malicious hidden link to pass an HTTP request to send user information to another website. Because the user is already logged in to the shopping website, the browser sends the website cookies to the other website. If the shopping website is not protected, the attack succeeds, sending the user information to another website.
What is the best approach to protecting an application from such attacks?
- A . Enable cross-site request forgery (CSRF) with the help of cookies.
- B . Create logic in the application to protect users from unsolicited requests to the server.
- C . Enable cross-site request forgery (CSRF), which protects the user from unsolicited requests to a server.
- D . Plug a third-party tool into the shopping website to protect users from unsolicited requests.
A Pega Platform™ application uses the following security configuration: the Disputes:CardManager access group has Disputes:Manager and Disputes:User access roles listed in that order. The Disputes:Manager role can only view the case but cannot create the case.The Disputes:User role can create a dispute case.
Which one of the following approaches would you use to deny case creation to the Disputes:CardManager access group?
- A . Create a conditional privilege by using an access when rule to restrict access to the Create-Stage process.
- B . Create an access when rule to conditionally allow case creation in dispute class to explicitly restrict access.
- C . Stop access checking once the Dispute:Manager role explicitly denies case creation.
- D . Create a privilege rule on the Dispute class and add the rule to the Disputes:Manager and Disputes:User access roles.
Which two of the following statements are true about component applications?
(Choose Two)
- A . Component applications do not contain case types.
- B . Component applications are designed to be used as built-on applications.
- C . Component applications cannot be self-testable.
- D . Component applications can be composed of other components.