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
Which one of the following statements is true regarding service-level agreements (SLAs) and Wait shapes?
- A . An SLA is a special type of advanced agent.
- B . Wait shapes completely replace SLA functionality.
- C . An SLA can be used to replace a custom agent in some situations.
- D . Wait shape escalation activity can advance the case in a flow.
Which three of the following application rule properties can you use within an Access when rule to restrict access between applications hosted in the same database and applications sharing the same work and assignment table?
(Choose Three)
- A . pyOwningDivision
- B . pyOrigDivision
- C . pyOrigOrg
- D . pyOwningOrganization
- E . pyOrigOrgUnit
- F . pyOwningUnit
What is the purpose of Pega Mobile in the context of application development?
- A . To enable users to access Pega applications from mobile devices.
- B . To create mobile-specific applications that do not rely on the Pega Platform.
- C . To enhance application performance by offloading certain tasks to mobile devices.
- D . Pega Mobile is not a valid product in the Pega ecosystem.
Table a contains customer information. Table B contains complaints submitted by customers. Table C contains positive feedback submitted by customer.
You are tasked to write a report that list all rows in Table A where, per customer, the number of rows in Table B related to Table A are greater than the number of rows in Table C related to table A.
Which method creates the report that executes with the best performance?
- A . Define two subreports: one that counts rows in Table B relative to Table A, and on that counts the rows in table C relative to Table A. Only include rows in the main. Report against table A where the table B count is greater that the Table C count.
- B . Join table A to Table B and C using include all rows in this class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
- C . Join table A to Table B and C using include all rows in join class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
- D . Define two subreports, one where table B users “Do not Join“, and one where Table C users “Do not Join“, In the main report count the rows from each subpreport, then only include rows where the count from the Table B subreport than the count from the Table C subreport.
In which one of the following places do you configure authentication timeout in Pega Platform™?
- A . prconfig.xml
- B . prlogging.xml
- C . web.xml
- D . Advanced tab of the access group
When App Studio is used, in which schema is a data type table created?
- A . PegaDATA schema
- B . ClientData schema
- C . CustomerData schema
- D . PegaRULES schema
XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set. to simplify report creation for managers, you create________________________
- A . numerous sample reports showing how to join the classes
- B . association rules for the classes in this set
- C . a template report with every class join predefined
- D . a declare trigger that restricts report class joins to this set
What does a release pipeline typically consist of?
(Select all that apply)
- A . Automated testing stages to validate code changes.
- B . Manual testing stages for specific critical components.
- C . Continuous integration tasks to build and test code changes.
- D . Deployment stages for pushing changes to different environments.
- E . Staging environments for final production testing.
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
What is the purpose of Admin Studio in the Pega ecosystem?
- A . It provides tools for application administrators to manage and monitor system performance.
- B . It offers a collaborative space for business users and developers to work together.
- C . Admin Studio allows users to design and automate business processes.
- D . It facilitates mobile application development within the Pega Platform.