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
A reference 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 whose references are tracked for auditing purposes
- E . Another term for a linked property
Which two of the following design approaches are most closely related to the concept of application layering? (Choose Two)
- A . Liskov Substitution
- B . Template design pattern
- C . Polymorphism
- D . Open-closed principle
XYZ is an Insurance application in which CSRs update thousands of claims daily. In the UI, claim cases are displayed to the CSRs in a grid, based on filter criteria. The source for the UI grid to retrieve the cases is a list data page that sources a report definition. The report definition is configured to use Elasticsearch to improve performance.
Though Elasticsearch is configured on the report definition, the report definition fires on the database SQL query.
Which two of the following reasons explain why the report definition falls back to database SQL query, instead of using Elasticsearch? (Choose two)
- A . The report definition is configured to retrieve distinct values.
- B . The report definition is configured to retrieve duplicate values.
- C . The Report definition does not perform a join.
- D . Properties that are configured on report definitions are not included in the search results of Elasticsearch.
ABC Company is a distributor of discount wines and uses Pega Platform™ for order tracking. There are up to 100 orders per day, with up to 40 different line items in each order specifying the product and quantity. There are up to 5,000 varieties of wines that continuously change over time as new wines are added to and dropped from the list.
ABC Company want to extend the functionality of the order tracking application to determine recent hot-selling items by recording the top 10 items ordered by volume each day. This information is populated in a table and used to ease historical reporting. Select a design solution to support this.
- A . The job scheduler should leverage a report to easily retrieve and sort the number of items ordered in a day and record values in the historical table.
- B . Create an advanced agent to identify the list of orders to be processed.
- C . Use a queue processor to identify the list of orders to be processed.
- D . Create a standard agent to perform the orders to be processed.
Front Stage Group (FSG) wants to add a Suggestion Box to its customer-facing web site. The company plans to add a mashup interface that allows customers to fill a simple FSG-Data-Suggestion form. FSG analyzes the suggestions periodically.
If the same type of suggestion is displayed multiple times, FSG wants to ask certain members of its team to investigate, rating their findings on a scale of 1-10. Findings that rate higher than 7 are sent to an approval committee.
Which one of the following case design patterns is best suited to this request?
- A . Data Instance First:
- B . Data Instance After:
- C . Divide and Conquer:
- D . Limited Availability and Concurrency:
How can polymorphism be applied in data modeling in Pega applications? (Select all that apply)
- A . Defining data classes that inherit properties and behavior from multiple parent classes.
- B . Using data types to enforce strict data typing and prevent type conversion errors.
- C . Creating multiple instances of the same data class with different data values.
- D . Polymorphism is not applicable in data modeling; it is only used in rule resolution.
Which three of the following options make up the three-level data modeling approach?
- A . Logical
- B . Physical
- C . Conceptual
- D . Extensible
- E . Flexible
Identify the two correct statements regarding Localization wizard capabilities. (Choose Two)
- A . Creates field value rules for all labels used in the application.
- B . Extracts the string values from all application field values, paragraphs, and correspondence records.
- C . Generates a package for French even though Pega provides an associated language pack.
- D . Automatically sets the locale, base currency, and time zones based on the user’s language.
The production support team has identified that a queue processor is not executing. The team has yet to begin debugging and identifying the root cause.
Which two of the following statements are possible reasons for the failure of the queue processor? (Choose Two)
- A . The node that is associated with queue processor is running, but the stream node is not running.
- B . Background processing node types are not configured in the cluster.
- C . The stream node is up and running, but the node that is associated with the queue processor is not running.
- D . All the nodes in the cluster are running, and the user has a privilege to execute the activity.
What does the non-final getFlowProblemOperator activity determine in the flow error resolution process? (Choose One)
- A . The work item that the system cannot find.
- B . The Decision result to select the appropriate connector.
- C . The appropriate shape to advance in the flow.
- D . The operator to inform and the Assignment type.