100% Pass Top-selling PEGAPCLSA85V1 Exams - New 2021 Pegasystems Pratice Exam
CLSA Dumps PEGAPCLSA85V1 Exam for Full Questions - Exam Study Guide
NEW QUESTION 39
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.
How do you begin your research to diagnose the cause of the reported performance issue?
- A. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
- B. Look at the performance profile and DB Trace output from each node.
- C. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
- D. Observe the cluster and node status on the Enterprise Health Console.
Answer: D
NEW QUESTION 40
A purchase order application allows users in their work group to read and write purchase request cases. When the total amount exceeds usd10,000 however, only the work group manger can read and write the case. Select two configuration that satisfy the requirement.(choose two)
- A. Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.
- B. Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.
- C. Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.
- D. Use a reads access control policy with a condition that verifies the amount is less than USD10.000.
Answer: A,B
NEW QUESTION 41
Using the information shown in the case structure below, which option is always true?
- A. The Parking class must inherit from the Event Booking class.
- B. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.
- C. Resolution of the Event Booking case requires the Parking case to be resolved.
- D. The Weather case can be instantiated without a parent Event Booking case.
Answer: C
NEW QUESTION 42
Select and move the five steps required to implement single sign-on (SSO) authentication in a pega application to the SSO authentication implementation steps column. (choose five)
Answer:
Explanation:
Explanation
Text Description automatically generated
NEW QUESTION 43
When do you use the load-datapage activity method?
- A. To run a connector asynchronously
- B. To refresh a data page
- C. To queue the data page for a default agent
- D. To initiate the loading of a data page
Answer: D
NEW QUESTION 44
Select the recommended option for extending the data model provided by a pega industry framework.
- A. Hide the data model with a custom data model.
- B. Specialize the data model as little as possible.
- C. Redefine the data model.
- D. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
Answer: B
NEW QUESTION 45
In the Answer Area, drag each use case on the left to the appropriate locking strategy on the right.
Answer:
Explanation:
NEW QUESTION 46
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. Create an access control policy restricting access to the sensitive information.
- B. Configure an access deny rule restricting access to the sensitive information.
- C. Use a visible when rule for the properties displaying sensitive information.
- D. Move sensitive information to separate sections and apply a privilege to the sections.
Answer: A
NEW QUESTION 47
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 focuses on a single area of functionality.
- 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 uses limited assertions.
Answer: B,D,E
NEW QUESTION 48
Which two tools and/or methods support continuous integration practices? (Choose Two)
- A. Using an automation server to invoke unit test suites
- B. Leveraging release toggles
- C. Configuring pre and post import steps
- D. Performing Ul regression testing
Answer: A,B
NEW QUESTION 49
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.
- A. Configure a Declare index to record case data to a separate table.
- B. Configure an agent to record monthly case status in a separate table and report on that table.
- C. Configure an activity to generate the data in the clipboard and report using a custom section.
- D. Configure a summary report that leverages sub reports for each month.
Answer: C
NEW QUESTION 50
XYZ Corp users are experiencing delays in the application that you suspect is related to the database Which two options do you recommend to isolate the issue? (Choose Two)
- A. Write Pega logs to the database server.
- B. Increase the threshold for blob-size alerts.
- C. Investigate when the database is used most heavily.
- D. Lower query-time-related alert thresholds.
Answer: C,D
NEW QUESTION 51
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.

Answer:
Explanation:
Explanation
ProductionApp 01.01CustomerApp 07.01ServiceApp 01.01EmployeeApp 01.01MyEnterpriseApp 01.02 PegaRULES 07.10
NEW QUESTION 52
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.
Answer: B,D
NEW QUESTION 53
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications.
Choose two options that would contribute to viable solutions. (Choose Two)
- A. Use BIX to export Case and related Work Party data to a data warehouse.
- B. Configure a reports database for the Class Group and Index WorkPartyUri Data Admm DB-Table records.
- C. Define additional database indexes for the Class Group and related Work Party tables.
- D. Use Pega API RCST services to update Case and Work Party data in a reports database.
Answer: A,B
NEW QUESTION 54
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. Schedule scripts to maintain frequently fragmented tables.
- C. Purge workparty UlU index tables periodically.
- D. Purge and/or archive records based on the company's record retention policy.
Answer: B,D
NEW QUESTION 55
MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application.
What is your recommendation to implement the new business requirement?
- A. Implement a parent case across multiple products.
- B. Synchronize case creation with RFST services.
- C. Implement Federated Case Management.
- D. Leverage database replication to communicate case creation.
Answer: C
NEW QUESTION 56
Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)
- A. Data pages
- B. Reports
- C. Data transforms
- D. Activities
- E. Connectors
Answer: A,D,E
NEW QUESTION 57
Default application settings are shown in the image. What two edits do you make to the advanced configuration based on information in the reading passage? (choose two)
- A. Select Framework'' as the Application structure.
- B. Edit the Division name to UK'',
- C. Edit the organization name to BCO
- D. Deselect Create demonstration users'',
- E. Select Framework
Answer: A,C
Explanation:
Explanation
You are working with BigCo to create an application for insurance quoting. BigCo is a multinational corporation that has traded on the NASDAQ as BCO. BigCo headquarters is located in the UK, and the company has division for each geaographical location.
You expect the application to contain two type work: Quote and policy.
The Quote guides the sales representative through one or more quotes with the customer. Each quote must be retained by the system and visible to the sales representative and the manager. Any data capture during the quoting process must be available to the Policy case. The Policy represents the accepted insurance quote.
For the next year, BigCo intends to use the insurance quoting application only for the personal insurance business in the United Kingdom. Joe, the business architect, is working with BigCo, subject matter experts (SMEs) to understand the quoting process. Joe uses Pega Express to develop the quoting application with the SMEs.
NEW QUESTION 58
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)
- A. Review selection criteria of agent activities.
- B. Minimize the usage of robotic automations.
- C. Dedicated a node to background processing.
- D. Review application environment sizing.
- E. Remove embedded dashboard reports from the manager portal.
Answer: A,C,D
Explanation:
Explanation
Six weeks after you deliver your application to production, you 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.
NEW QUESTION 59
An end user of the application experienced a browser crash while working on a highly available system. Crash recovery is enabled. Does the user to be reauthenticated?
- A. No, if the user is directed to a different node.
- B. Yes, if the user is directed to the same node.
- C. Yes, If the authentication cookie was lost.
- D. No, if the authentication cookie was lost
Answer: C
NEW QUESTION 60
......
Authentic Best resources for PEGAPCLSA85V1 Online Practice Exam: https://www.testsimulate.com/PEGAPCLSA85V1-study-materials.html