Pegasystems PEGACPLSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: PEGACPLSA23V1
- Prüfungsname: Certified Pega Lead System Architecture (LSA) Exam 23
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 27.04.2025
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.
Which two of the following options are the benefits of using test automation in Pega Platform™?
(Choose Two)
- A . Test automation reduces the time and effort required to perform regression testing.
- B . Test automation requires extensive coding knowledge to create and manage test Cases.
- C . Test automation allows for the creation of test Cases directly from user stories.
- D . Test automation applies to testing only web-based applications.
What is the purpose of data virtualization in a Pega application?
(Select all that apply)
- A . To improve data processing speed and reduce latency.
- B . To create virtual copies of data tables for enhanced security.
- C . To centralize data access and minimize data duplication.
- D . To enable access to data from external sources without physical replication.
When evaluating and determining the appropriate background processing design option, which factor should be considered most crucial?
- A . The number of background tasks required to be processed.
- B . The overall complexity of the application’s data model.
- C . The frequency and timing requirements of the background tasks.
- D . The availability of the system’s hardware resources.
Which two of the following statements are true with respect to queue processor?
(Choose Two)
- A . The node that is associated to queue processor must be a Stream node type.
- B . The partition count for a queue processor cannot be modified.
- C . The node that is associated with the queue processor can be the Stream node type.
- D . The partition count for a queue processor can be modified.
Which one of the following items does the system store and distribute from the Docker registry?
- A . Docker images
- B . Files
- C . Libraries
- D . Codes
Which of the following steps are required to implement Policy Override capability?
(Choose Two)
- A . Define a Declare Trigger rule to track and respond to the business exceptions
- B . Define a Declare Case Match rule with a business exception condition
- C . Define a Declare OnChange rule to track a property and a business exception condition
- D . Define a flow rule to support the Policy Override review
- E . Customize the Policy Override agent activity to support the Policy Override review
Which one of the following statements is true about data classes?
- A . Persisting a derived value, such as a date-dependent historical price, is acceptable for performance reasons provided that it is reproducible.
- B . A reference data class must not possess a BLOB column.
- C . Reference data must be embedded within a case’s BLOB.
- D . Every data class should be defined at the Enterprise layer under Org-Data-, then extended to higher layers.
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 are the benefits of using an industry foundation data model in Pega application development?
(Select all that apply)
- A . Accelerating application development by providing prebuilt data structures.
- B . Ensuring data consistency and adherence to industry-specific regulations.
- C . Eliminating the need for any custom data modeling in the application.
- D . Reducing the application’s performance overhead and resource utilization.