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
In a SQL query, which of the following is an example of a complex SQL function?
- A . UPPER()
- B . CONCAT()
- C . DATEPART()
- D . LEN()
When a customer submits a credit card dispute, the application connects to an external service to retrieve all transaction made by the customer. The external service returns transactions ordered by date of transaction, in a descending, chronological order when a case worker reviews the dispute the application displays the 10 most recent transactions.
If the case worker does not see the disputed transaction in the list, the case worker can search for additional transaction the caseworker can filter search results on transaction date the transaction amount or the merchant name the search results display the 10 most recent transactions that satisfy the filter criteria. The case worker cannot paginate through the results.
How do you configure the response data transform to satisfy all of the requirements in the scenario?
- A . configure the data transform to copy only the first 10 matching records to a page list property
- B . configure the data transform to copy all of the records to a page list property
- C . configure the data transform to copy all of the records to the data page
- D . configure the data transform to use the first x pagination setting to copy only the first 10 results to the data page
How do you implement polymorphism when defining a data relationship field type during data modelling?
- A . Map a field type to a concrete class at design-time and allow its actual type to be determined at run-time.
- B . Map a field type to a class at design-time and allow its actual type to be determined by Pattern inheritance at run-time
- C . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.
- D . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.
Which two of the following reporting requirements entail the use of a subreport? (Choose Two)
- A . The main report outputs the total number of times that a combination of column values is found, as well as subtotals for that combination that add up to that total.
- B . An aggregated value, obtained through a join, is used to filter each main report row by comparing a value that is contained in each main report row to the aggregated value.
- C . Subreports can combine the data by using IN, HAVING, and WITH clauses.
- D . An aggregated value should appear in a main report when a join condition is true. If the join condition is always false, the displayed value should be either null or zero.
- E . Each main report row is filtered based on a whether a main report row value is either included or not included within a sequence of values
Which one of the following pieces data is not captured by Pega Predictive Diagnostic Cloud (PDC)? (Choose two)
- A . Personally Identifiable Information (PII) data
- B . Pega alert data
- C . Java Virtual Machine (JVM) Metrics
- D . SQL bind variables
Which of the following types of testing are typically included in a comprehensive testing strategy? (Select all that apply)
- A . Unit Testing
- B . Performance Testing
- C . Acceptance Testing
- D . User Interface (UI) Testing
- E . Regression Testing
Which of the following is a crucial aspect of security event logging?
- A . Logging events in a human-readable format for easier analysis.
- B . Disabling logging for non-critical events to reduce storage needs.
- C . Storing logs on the same server where the application is hosted.
- D . Keeping logs for only a few days before overwriting them.
A credit card dispute application has multiple integrations to fetch the card, customer, transaction, and account details. For any exceptions in these integration calls, the cases are routed to different work queues based on the nature of the exception. Analysts open the case from the work queue and perform the Retry/Resume problem flow.
What is the optimal way to implement this requirement?
- A . Customize the Work-.getFlowProblemOperator activity and set the parameter AssignTo to the work queues based on the exception type.
- B . Perform a save-as of the FlowProblems flow rule into your application ruleset and update the ProblemFlowWorkBasket assignment to use a decision table to return the work queue.
- C . Perform a save-as of the FlowProblems flow rule into your application ruleset and update the ProblemFlowWorkBasket assignment, Use business logic in Route To section and use a decision tree.
- D . Customize the Work-.getFlowProblemOperator activity, and set the OperatorToInform parameter to the work queues based on the exception type.
What is the primary advantage of using asynchronous processing with a Job Scheduler or Queue Processor?
- A . It reduces the need for background processing altogether.
- B . It ensures real-time processing and immediate results.
- C . It allows the system to process tasks concurrently and improves performance.
- D . It simplifies the overall design of the application.
Which of the following statements is most accurate regarding the PRPC data model?
- A . In a good design there would be no business rules or processes defined in the data classes
- B . The PRPC data model can help promote reuse via inheritance and composition
- C . The PRPC data model should be stored in a separate RuleSet from application/business rules
- D . The PRPC data model should always be modeled after the external systems with which it interfaces