Get instant access to PEGAPCLSA85V1 Practice Tests 2021 Free Updated Today! [Q34-Q56]

Share

Get instant access to PEGAPCLSA85V1 Practice Tests 2021 Free Updated Today!

Welcome to download the newest PassLeader PEGAPCLSA85V1 PDF dumps ( 89  Q&As)

NEW QUESTION 34
You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly after 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., 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.
  • 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 shift change occurs and several users login and display the" work list and dashboard.
  • D. At 3:00 P.M., managers view multiple reports displaying open assignments and cases so they can plan work for the following day.

Answer: D

Explanation:
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.

 

NEW QUESTION 35
Which two actions can yon perform to improve the guardrails compliance score of an application? (Choose

  • A. Increase the percentage of unit tests and scenario tests that pass.
  • B. Achieve a higher application level test coverage percentage score.
  • C. Convert activities that only retrieve data to data transforms that invoke data pages.
  • D. Ensure keyed data classes are not mapped to pr-other where possible.

Answer: C,D

 

NEW QUESTION 36
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 use an email lister with concurrent threats.
  • B. Recommend the insurance company change its policy to allow for a broader processing window.
  • C. Recommend the insurance company use an advanced agent to verify claims and respond.
  • D. Recommend the insurance company use an MDB listener instead of an email listener.

Answer: B

 

NEW QUESTION 37
What advantage does a rule-utility-function have over a rule-obj-activity?

  • A. Ability to be directly called from a decision table
  • B. Ability to be saved multiple rulesets
  • C. Ability to be circumstanced
  • D. Ability to be used to enforce security

Answer: A

 

NEW QUESTION 38
A Pega application locally stores the same set of codes defined by and used within an external system of record. The Page application does not locally store the labels associated to these codes. During case processing, the displayed labels for this set of codes are sourced from the external system of record. On any given day, the label associated to a code may change. You are asked to implement a report definition that displays the current label associated to each code whenever the report is run.
How do you design a Pega application to meet this requirement?

  • A. Persist the most recently retrieved labels for each code in a local table. Join to that table when running the report.
  • B. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels In bulk.
  • C. Display report definition rows using a custom section. Use a Keyed-access Data Page to source label values.
  • D. Develop a SQL function that calls a stored procedure to retrieve the currently associated level for each code.

Answer: D

 

NEW QUESTION 39
XVZ Corporation would like: a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and IS years, between 5 and 10 years, and less than
5 years.
How do you implement this report using Pega?

  • A. Use a correlated subreport.
  • B. Use a Connect-SQL rule.
  • C. Use a ListView with a custom getContent Activity.
  • D. Use a SQL Function.

Answer: A

 

NEW QUESTION 40
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. Purge and/or archive records based on the company's record retention policy.
  • D. Schedule scripts to maintain frequently fragmented tables.

Answer: C,D

 

NEW QUESTION 41
You need to create custom workspaces for the manager and for the Customer service representative (CSR), Also, you are asked to display some properties in custom formats that arc not supported by Pega.
Which approach satisfies these requirements?

  • A. Level age the Case Manager and Case Worker as reference points to create new portals, if required. Use Special Components and use JSON to pass data.
  • B. Create different harnesses for each user's workspace. New portal rules are not needed. Define Specialty Components and use JSON to pass data.
  • C. Identify the functionality required for each portal. Customize the portal either by modifying the section or harness. Use Specialty Components and use XML to pass data.
  • D. Each access group can use separate portals, harnesses, and sections. Use Specialty Components and use XML to pass data.

Answer: B

 

NEW QUESTION 42
A pega application has cases that represent customer accounts each with many members.
When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes. Which two elements are valid design choices? (choose two)

  • A. Leverage the default object lock contention requeuing capability.
  • B. Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
  • C. Use the optimistic locking option on the case types.
  • D. Create a Registration subcase configured to run in offline mode.

Answer: A,D

 

NEW QUESTION 43
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. Add a privilege to the case type class that is conditionally granted when the purchase request 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. Configure conditional access in Access Manager to read and write a purchase request case when the 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: B,C

 

NEW QUESTION 44
Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.
How do you achieve this requirement?

  • A. Use Exclude Operators options in Security Policies landing page
  • B. Define Access Control Policy to exclude Admin Executives
  • C. Create a separate role for Admin Executives
  • D. Define operator override setting in enterprise authentication system

Answer: D

 

NEW QUESTION 45
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 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.
  • 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 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.

Answer: D

 

NEW QUESTION 46
You oversee a medium-size development team. Some of the team members and new to Pega and are working on features in a separate branch.
What are two ways you can ensure that the rules the team creates adhere to best practices? (Choose Two)

  • A. Run 1 rarer on each new rule in the branch that new team members check in to identify any failures in rule execution.
  • B. Use Pega Log Analyzer to locate any exceptions in the branch associated with the new team members.
  • C. Leverage the branch review feature to have senior team members validate the branch contents.
  • D. Review the branch quality to identify any rules with guardrail warnings.

Answer: C,D

 

NEW QUESTION 47
Review the following classes and properties:

A field group list is defined at the MyCo-Lending-Work work pool level. The find group list name is Loans:
the specified data type is MyCo-Data-Loan.
Which three statements are valid? (Choose Three)

  • A. An auto loan application can extend MyCo-Data-LoarvAuto without affecting a sum performed against
    .Loans C). Amount
  • B. The pxObjClass of any page in the .Loans field group list can be changed at nm time and does not need to be the same class.
  • C. All pages within the .Loans field group must be the same class, either MyCo-Data-Loan-Aiito or MyCo-Oata-Loan Mortqage
  • D. A rule In MyCo-DataLoan-Mortgage can only be referenced through -Loans if also defined In MyCo Data-Loan.
  • E. At design time, the system issues a warning since it is poor practice to define a field group with an abstract data type ctas%

Answer: A,B,D

 

NEW QUESTION 48
Select two ways for queuing an item for a queue p

  • A. Use the Queue for -agent method
  • B. Use the Queue-for-processing method
  • C. Use Utility smart shape
  • D. Use Run in Background smart shape

Answer: B,D

 

NEW QUESTION 49
Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)

  • A. A test case focuses on a single area of functionality.
  • B. A test case uses limited assertions.
  • C. A test case is not necessary when an error message is the expected result.
  • D. A test case groups relevant asseitions together.
  • E. A test ruleset is placed at the top of an application's ruleset stack.

Answer: A,B,C

 

NEW QUESTION 50
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. 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.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: D

 

NEW QUESTION 51
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. Increase the threshold for blob-size alerts.
  • B. Investigate when the database is used most heavily.
  • C. Write Pega logs to the database server.
  • D. Lower query-time-related alert thresholds.

Answer: B,D

 

NEW QUESTION 52
You manage a 30-person development team with members located across the globe.
Which Pega Cloud environment best supports the needs of your team?

  • A. Preproduction instance
  • B. Large development instance
  • C. Large sandbox
  • D. Standard sandbox

Answer: B

 

NEW QUESTION 53
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. Move sensitive information to separate sections and apply a privilege to the sections.
  • C. Create an access control policy restricting access to the sensitive information.
  • D. Configure an access deny rule restricting access to the sensitive information.

Answer: C

 

NEW QUESTION 54
Inconsistent formatting of phone numbers is causing, usability issues. You hnvo been asked to enh interface to ensure all phone numbers are automatically reformatted consistently.
Which two options incorporate best practices for applying the required formatting? (Choose Two)

  • A. Configure a Custom Control.
  • B. Configure an Edit Input rule.
  • C. Configure an Edit Validate rule.
  • D. Configure a Declare Constraint rule.

Answer: B,C

 

NEW QUESTION 55
What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over time? (Choose Two)

  • A. Add indexes to all columns.
  • B. Purge and/or archive records based on the company's record retention policy.
  • C. Schedule scripts to maintain frequently fragmented tables.
  • D. Purge workparty UUI index tables periodically.

Answer: B,C

 

NEW QUESTION 56
......

Nov-2021 Latest VerifiedDumps PEGAPCLSA85V1 Exam Dumps with PDF and Exam Engine: https://www.verifieddumps.com/PEGAPCLSA85V1-valid-exam-braindumps.html

Premium Quality Pegasystems PEGAPCLSA85V1 Online dumps: https://drive.google.com/open?id=1GAf7sEeaVypY_9g16tX1YhUF0xwj1dY-