Pegasystems PEGACPLSA23V1 Practice Exams
Last updated on Apr 01,2025- Exam Code: PEGACPLSA23V1
- Exam Name: Certified Pega Lead System Architecture (LSA) Exam 23
- Certification Provider: Pegasystems
- Latest update: Apr 01,2025
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months. Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.
- A . Configure an agent to record monthly case status in a separate table and report on that table.
- B . Configure an activity to generate the data in the clipboard and report using a custom section.
- C . Configure a summary report that leverages sub reports for each month.
- D . Configure a Declare index to record case data to a separate table.
A recent review of the audit polices log show that a specific IP address has made a large number of failed login attempts within a few minutes you suspect that it is an internet bot attack
Select two options you can configure to prevent the bot from accessing you application.
(Choose TWO)
- A . Enable the CAPTCHA security policy
- B . Enable an authentication lockout policy
- C . Enable a contect security policy
- D . Enable a failed login attempts security event
What are three ways that you change the Get Next Work prioritization without customizing the GetNextWork and GetNextWorkCriteria rules?
(Choose Three)
- A . Override the ToWorklist routing activity.
- B . Override one or more GetNextWork-related application settings rules.
- C . Adjust the assignment urgency.
- D . Update operator skills.
- E . Increase case urgency.
With __________________, users can quickly and easily define the data required to build the apps they need and then access that data in their running application, all without having to worry about how and where the data is stored and accessed.
- A . Live data
- B . Live UI
- C . The Clipboard tool
- D . App Studio
How can data pages be used effectively in a Pega application?
(Select all that apply)
- A . Storing frequently used data to improve performance and reduce database hits.
- B . Using data pages as a primary mechanism for writing data to the database.
- C . Utilizing parameterized data pages to dynamically fetch specific data subsets.
- D . Implementing data pages with read-only access for security reasons.
What are two valid reasons for defining a case type within a case type-specific ruleset?
(Choose TWO)
- A . Case-specific rulesets make it easier to rebase ruleset versions.
- B . Each branch ruleset can be associated to case-specific user stories.
- C . The ruleset can be added to the ruleset stack for multiple applications.
- D . The case type might be converted to a component application in the future.
Your application connects to two REST services that list details about bank offices. One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.
The other REST service uses a city name as a GET parameter and returns a datailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices.
Select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.
(choose TWO)
- A . sourcing data from both rest connectors and using the response data transform to select the correct data
- B . sourcing data from a single REST connector that is circumstanced based on the input parameter
- C . sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time
- D . sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time
What are the key considerations for maintaining data integrity in a Pega application?
(Select all that apply)
- A . Enforcing referential integrity constraints between data tables.
- B . Utilizing unique keys and indexes to prevent duplicate data entries.
- C . Implementing scheduled data backups for disaster recovery.
- D . Creating data pages with write-only access to restrict data modifications.
Which of the following statements are most accurate about case-based reasoning?
(Choose Two)
- A . Case-based reasoning relies on the forward chaining principle of a Rule-Declare- CaseMatch rule
- B . When implementing a case-based reasoning functionality, you must define an activity to directly call the Case Match rule
- C . The "Case Matching Type" of the Case Match rule determines the activity method to use to call the Case Match rule
- D . The conditions listed under the "Skip Pages that match any of these conditions" on the "Retrieval" tab of a Case Match rule are evaluated prior to the "Match conditions" defined on the "Evaluation" tab during a case-based reasoning execution
- E . The application rule that executes the case match rule is responsible for handling situations when no results are returned by the Case Match rule
As a software developer, you are tasked with implementing scenario testing for your application.
Which three of the following options are the benefits of scenario testing?
(Choose Three)
- A . Scenario testing provides a realistic context for testing, which can reveal unique issues.
- B . Scenario testing is not important to the overall application quality.
- C . Scenario testing helps with the early detection of issues.
- D . Scenario testing helps in understanding how the application behaves in different scenarios.
- E . Scenario testing is unnecessary as it does not impact the overall quality of the application.