PEGAPCLSA85V1 Lead System Architect (LSA) Pega Architecture Exam 85V1 exam is a hot Pegasystems certification exam, Exam4Training offers you the latest free online PEGAPCLSA85V1 dumps to practice. You can get online training in the following questions, all these questions are verified by Pegasystems experts. If this exam changed, we will share new update questions.
Using the information shown in the case structure below, which option is always true?
A . Resolution of the Event Booking case requires the Parking case to be resolved. B . Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly. C . The Weather case can be instantiated without a parent Event Booking case. D . The Parking class must inherit from the Event Booking class.
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.
Customer information is captured in an application. Corporate policy states that private information be secured and only visible to a limited users.
Which configuration do you recommend? A . Use a visible when rule for the properties displaying sensitive information. B . Create an access control policy restricting access to the sensitive information. C . Configure an access deny rule restricting access to the sensitive information. D . Move sensitive information to separate sections and apply a privilege to the sections.
You are working on an insurance claims application that receives claims through email. The company receives 500 emails per hour. the insurance company promises a 24-hour response time to receives and verify the clain. After the claim is verified. The system automatically responds with email containing the claim ID.
The application is developed in the Pega cloud environment. The production environment is currently running on premises.
What is your recommendation to ensure that insurance company can meet the 24-hour response time requirement for claims submitted by email? A . Recommend the insurance company change its policy to allow for a broader processing window. B . Recommend the insurance company use an advanced agent to verify claims and respond. C . Recommend the insurance company use an email lister with concurrent threats. D . Recommend the insurance company use an MDB listener instead of an email listener.
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.
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.
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
What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose A . Case-specific rulesets make it easier to rebase ruleset versions. B . Each branch ruleset can be associated to case-specific user stories. C . The ruleset can be added to the ruleset stack for multiple applications. D . The case type might be converted to a component application in the future.
While configuring GetNextWork, overriding the System Settings rule GetNextWork__WorkBasketUrgencyThreshold imposes a minimum cutoff value for assignment urgency.
Which statement accurately depicts the system behavior when the GetNextWork_WorkBaseketUrgencyThreshold setting is overridden? A . The override ignores other criteria in GetNextWork. B . The override causes the application to revisit workbaskets for assignments with lower urgency. C . The override causes a search of only those assignments with the urgency higher than the threshold value. D . The override causes a search of all assignments in a work queue that equal or exceed the set urgency threshold.
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.