Pegasystems PEGAPCLSA85V1 Lead System Architect (LSA) Pega Architecture Exam 85V1 Online Training
Pegasystems PEGAPCLSA85V1 Online Training
The questions for PEGAPCLSA85V1 were last updated at Feb 08,2025.
- Exam Code: PEGAPCLSA85V1
- Exam Name: Lead System Architect (LSA) Pega Architecture Exam 85V1
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
DRAG DROP
The following figure depicts a hierarchy of applications that are built on other applications.
Specifically, the productionapp application is built on applications customerapp and employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use. All applications are built on the same version of PegaRUUS.
![](https://www.exam4training.com/wp-content/uploads/2023/10/image005-426.jpg)
BiyCo has two development projects currently in progress developed by independent teams. One team builds the Quoting application. Another team builds the Policy Administration application. Development takes place on different servers with separate rulebases.
The Quoting application is built on the Policy Administration application.
The Policy Administration application requires enhancements to support other areas of the business.
The Quoting team is notified when the Policy Administration application is versioned. The Quoting team responds by importing a HAP containing the new version.
Select the two best practices to minimize potential development conflicts and work with the most current version of the Policy Administration application. (Choose Two)
- A . Periodically rebase the Policy Administration application.
- B . Switch between applications when modifying rules.
- C . Perform branch reviews when merging brandies.
- D . Share rulesets between both applications.
You oversee a medium-size development team, and some of the team members are new to pega.
What are the most efficient ways to ensure that the rules the team creates adhere to best practices? (choose two)
- A . Have new team members create and run Pega automated unit tests against their rules.
- B . Use Pega Log Analyzer to identify exceptions associated with the new team members.
- C . Run Tracer on each rule the new team members check in to identify an failures in rule execution.
- D . Leverage the rule check-in approval process to review the new team member’s changes first.
You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly «ift<rr 3:00 P.M. every day with an out-of-memory error.
What is the likely cause of the out of-memory error?
- A . At 3:00 P.M., managers view multiple reports displaying open assignments and cases so they can plan work for the following day.
- B . At 3:00 P.M., a robotic process automation runs every day. The mapping of results to each case type horn the automation is CPU intensive.
- C . At 3:00 P.M., a job scheduler is mistakenly configured to run on a single Web Tier node that pulls an increasingly large number of records onto a clipboard page each day.
- D . At 3:00 P.M., a shift change occurs and several users login and display the" work list and dashboard.
A
Explanation:
Six weeks after you deliver your application to production, your users report that the application slows down in the afternoon- The application is almost completely unresponsive for some users shortly after 3:00 P.M. Other users do not experience this problem until later in the day.
You do not have access to the Production environment, but you do have access to AES.
The production environment has three nodes and a load balancer.
You need to resolve this issue because a new division of the organization will start using the application next month.
An application is being constructed In multiple phases for a growing company that has over 1000 employees. During the initial development stages, it is determined a button on a section has to be made conditionally visible based on a group of actors.
What should the conditional visibility be based on to minimize the amount of future maintenance?
- A . Privilege
- B . AccessGroup
- C . Role
- D . Work group
DRAG DROP
BigCo is planning an update to JVM settings on all production nodes at the of the month.
The production application supports high availability.
To ensure that users can continue working without distribution while the JVM changes are in process, select and move all of the following tasks to the Task List Order column arrange then correct order.
![](https://www.exam4training.com/wp-content/uploads/2023/10/image007-344.jpg)
Select the primary reason for developing a set of unit lest cases and automated testing Suites in a continuous integration and continuous deployment (CI/CD) model.
- A . Automated testing reduces costs by reducing the need to hire and I rain testing resources.
- B . Automated testing accelerates the deployment of rules from the development environment to target environments.
- C . Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
- D . Automated testing allows for orchestration between automation server and the Execute Test REST service.
XYZ Corporation wants to ensure that every attempt by a developer to check a rule into a certain ruleset version is reviewed before that rule is allowed to be checked in. The rule should be automatically sent back to the developer without being checked in if all warnings are not justified and the fields on the history tab are not complete.
How do you address this requirement?
- A . Prior to the first assignment in the ApproveRuleCheckin flow, add a decision shape where one output connector is equivalent to the submitting the SendBack flow action.
- B . Implement a CheckForCustomWarnings activity for each rule included in the requirement. The activity issues a warning whenever the requirement’s history tab criteria are not met.
- C . Override the FindReviewers decision tree to invoke a when rule that evaluates the criteria, if the when rule returns true, the decision tree returns SendBack.
- D . Override the SendBack Flow Action adding a pre-ctivity that transfers the assignment to
the create operator if the rule’s criteria are not met.
What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over tune? (Choose Two)
- A . Add indexes to all columns.
- B . Purge workparty UlU index tables periodically.
- C . Schedule scripts to maintain frequently fragmented tables.
- D . Purge and/or archive records based on the company’s record retention policy.
Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)
- A . A test ruleset is placed at the top of an application’s ruleset stack.
- B . A test case uses limited assertions.
- C . A test case groups relevant asseitions together.
- D . A test case is not necessary when an error message is the expected result.
- E . A test case focuses on a single area of functionality.