DumpExams is an authorized company offering valid and latest dump exams & dumps VCE materials. Our dump exams & dumps VCE materials are high-quality; our passing rate is higher than others.

[Dec-2021] The Best CLSA PEGAPCLSA85V1 Professional Exam Questions [Q37-Q59]

Share

[Dec-2021] The Best CLSA PEGAPCLSA85V1 Professional Exam Questions

Try 100% Updated PEGAPCLSA85V1 Exam Questions [2021]

NEW QUESTION 37
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 38
The SLA and the customer's system administrator are reviewing scenarios that do not require an application server restart. Select three scenarios from this list. (choose three)

  • A. When the deploying new rules
  • B. When the prlogging.xml file is modified
  • C. When deploying rule only hotflxes
  • D. When changing the prweb web.xml file
  • E. When changing the system name

Answer: A,B,C

 

NEW QUESTION 39
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after
3:00 p.m. every day with an out-of-memory error. Which two alerts typically precede this condition?(choose two)

  • A. PEGA0001 - HTTP interaction time exceeds limit
  • B. PEGA00017 - Cache exceeds limit
  • C. PEGA0004 -Quantity of data received by database query exceeds limit
  • D. PEGA0002 - Connect operation time exceeds limit

Answer: A,B

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 40
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:00 P.M. and 4:00 P.M. AH 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 AES.
  • B. Review Performance Alerts and Exceptions in PDC.
  • C. Review Alerts and Exceptions using PLA.
  • D. Review a Production Tracer Log using SMA.

Answer: B,C

 

NEW QUESTION 41
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 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
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 44
BigCo receives complaints from existing customers and new prospects that BigCo representatives contact them with irrelevant offers and products.
Which two Pega solutions do you suggest to help solve this problem? (Choose Two)

  • A. Pega Marketing
  • B. Customer Decision Hub
  • C. Pega Customer Service
  • D. Robotic Process Automation

Answer: A,B

 

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

Answer:

Explanation:

Explanation
D,B,C,A,E

 

NEW QUESTION 46
You imported a rule-admin-product (RAP) file that contains new features into a user acceptance testing(UAT) environment. Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.

  • A. Create an ad hoc test suite. Run the test suite using the post-import process.
  • B. Create a smoke test suite. Run the test suite using the pre-import process.
  • C. Create an integration test suite. Run the test suite using the Execute Test REST service
  • D. Create a regression test suite. Run the test suite using the automation server.

Answer: D

 

NEW QUESTION 47
Select the recommended option for extending the data model provided by a pega industry framework.

  • A. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
  • B. Redefine the data model.
  • C. Specialize the data model as little as possible.
  • D. Hide the data model with a custom data model.

Answer: C

 

NEW QUESTION 48
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 49
The application contains a property named claimid. You want to business users to reuse this property in any new case types they create. How do you define the claimid property?

  • A. As a final rule
  • B. As a case level property
  • C. As a relevant record
  • D. As an enterprise class level property

Answer: C

 

NEW QUESTION 50
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 (ailed.
Which two techniques help you troubleshoot the problem? (Choose Two)

  • A. Review Performance Alerts and Exceptions in AES.
  • B. Review Performance Alerts and Exceptions in PDC
  • C. Review a Production Tracer Log using SMA-
  • D. Review Alerts and Exceptions using PLA.

Answer: B,D

 

NEW QUESTION 51
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. Leverage the rule check-in approval process to review the new team member's changes first.
  • B. Run Tracer on each rule the new team members check in to identify an failures in rule execution.
  • C. Use Pega Log Analyzer to identify exceptions associated with the new team members.
  • D. Have new team members create and run Pega automated unit tests against their rules.

Answer: A,C

 

NEW QUESTION 52
How do you begin your research to diagnose the cause of the reported performance issue?

  • A. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
  • B. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
  • C. Observe the cluster and node status on the Enterprise Health Console.
  • D. Look at the performance profile and DB Trace out put from each node.

Answer: C

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 53
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)

  • A. Review application environment sizing.
  • B. Dedicated a node to background processing.
  • C. Minimize the usage of robotic automations.
  • D. Remove embedded dashboard reports from the manager portal.
  • E. Review selection criteria of agent activities.

Answer: A,B,E

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 54
A case can be withdrawn using a local action. You want to restrict the ability to withdraw a case to the user who created the case or any work group manager of the user. Select three rule types used in combination to achieve this functionality. (choose three)

  • A. Access When
  • B. Access Control Policy
  • C. Access Deny
  • D. Privilege
  • E. Access of Role to Object

Answer: C,D,E

 

NEW QUESTION 55
XYZ, Inc. is multinational software interested in deploying a worldwide application as soon as possible. The application currently does not have requirements that depend on its user's geographical region. An outside consultant suggested that the application initially be generated with a framework and implementation layer.
Which three questions do you ask to validate the outside consultant's recommendation? (Choose Three)

  • A. How many languages and locales must the application eventually support?
  • B. Is there a reason why this decision cannot be made at a later time?
  • C. Can the framework layer instead consist of multiple built-on applications?
  • D. Is there an intent to market the framework layer to other companies?
  • E. What is the name of the first division or region that uses the application?

Answer: B,C,D

 

NEW QUESTION 56
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 57
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?

  • A. Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator's worklist. Assignments are opened accordingly.
  • B. Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.
  • C. Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.
  • D. Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.

Answer: A

 

NEW QUESTION 58
You are designing an accessible Pega application for French and English-language users who require assistive technologies.
The application must be able to run from desktop, tablet, and mobile phone browsers.
Also, several screens require the ability to save changes and refresh the screen.

  • A. Create a new custom burton control that uses an image and uses a fixed width.
  • B. Create a new autogenerated button control and alter its caption to support a shortcut key.
  • C. Create a new custom text label control set as required and uses relative widths.
  • D. Create a new autogenerated link control with a shortcut key and limit its obsolute width.

Answer: B

 

NEW QUESTION 59
......

PEGAPCLSA85V1 Exam Questions Get Updated [2021] with Correct Answers: https://www.dumpexams.com/PEGAPCLSA85V1-real-answers.html

Pass PEGAPCLSA85V1 Exam - Real Questions & Answers: https://drive.google.com/open?id=1R2y8z00PXSV32zO9uDO-O1GDA7ZopXz0