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
Which three best practices can protect against cross-site scripting (XSS) attacks? (Choose Three)
- A . PrivateAPI methods for XSS filtering.
- B . Filter HTML and XML outputs.
- C . PublicAPI methods for XSS filtering.
- D . Write custom JavaScript.
- E . Filter all inputs.
Which two tools and/or methods support continuous integration practices? (Choose Two)
- A . Performing Ul regression testing
- B . Leveraging release toggles
- C . Using an automation server to invoke unit test suites
- D . Configuring pre and post import steps
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:0 P.M. and 4:00 P.M. All attempts to reproduce the problem in the Development, QA, and Staging environments have failed.
Which two techniques help you troubleshoot the problem? (Choose Two)
- A . Review Performance Alerts and Exceptions in PDC
- B . Review a Production Tracer Log using SMA
- C . Review Alerts and Exceptions using PLA.
- D . Review Performance Alerts and Exceptions in AES.
What is the role of a "Case Designer" in the context of designing Pega applications? (Select all that apply)
- A . Responsible for creating user interfaces and user experience design.
- B . In charge of developing and maintaining application backend logic.
- C . Involved in defining case hierarchy and relationships between case types.
- D . Coordinates with stakeholders to gather business requirements.
An HR application has an employee absentee report that is generated and sent to the respective managers on the following day based on the reporting structure.
Which of the following approaches best suits the requirement?
- A . Generate a report and use data pages to load the data and filter on the reporting manager for their direct reports.
- B . Generate a report based on the filters that are available as drop-down lists.
- C . Build separate reports with the proper filter conditions.
- D . Create appropriate reports by using subreports.
A shipping case needs to wait a specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.
Identify the two requirements for which a wait shape is the simpler approach. (Choose Two)
- A . Manually step past the waiting point prior to the designated time.
- B . Adjust the case urgency when the assignment is created
- C . Automatically bypass locking when the assignment is created.
- D . Present a custom UI form to the user while waiting to expire.
What feature of Pega Platform allows you to build and execute microservices-based applications?
- A . Pega Process Fabric
- B . Pega Mobile
- C . Pega Intelligent Virtual Assistant
- D . Pega Predictive Analytics
In the context of a DevOps Release pipeline, a user typically performs what three activities? (Choose Three)
- A . Collaborating and sharing rule modifications with fellow developers.
- B . Ensuring that existing features continue to operate as anticipated.
- C . Conducting unit tests.
- D . Approving the software and initiating its deployment to the production environment.
- E . Verifying that changes do not interfere with the work of other developers.
- F . Evaluating new functionalities.
When should you consider incorporating other Pega products besides Pega Platform in your application design?
- A . When your organization is using legacy systems that cannot be integrated with Pega Platform.
- B . When your application requires advanced AI capabilities beyond Pega’s built-in features.
- C . Pega Platform is sufficient for all application requirements; no other products are needed.
- D . Only when deploying applications to the cloud.
Which two of the following reasons are the main difference between push routing and pull routing? (Choose Two)
- A . Push routing is initiated during the context of case processing, and pull routing is initiated outside the context of case processing.
- B . The behavior of push routing is configured in Rule-System-Settings , but pull routing is not.
- C . Push routing activity names begin with the word To , and pull routing activity names begin with either Get or Find.
- D . The security type value for push routing activities is Route, while the security type value for pull routing activities is Activity.