[Q34-Q58] Try 100% Updated PEGAPCLSA85V1 Exam Questions [2021]

Share

Try 100% Updated PEGAPCLSA85V1 Exam Questions [2021]

Pass PEGAPCLSA85V1 Exam - Real Questions & Answers

NEW QUESTION 34
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 Declare Constraint rule.
  • B. Configure an Edit Input rule.
  • C. Configure an Edit Validate rule.
  • D. Configure a Custom Control.

Answer: B,C

 

NEW QUESTION 35
One of the important requirements of Pega Web Mashup is to ensure that the same-origin policy is following.
From the following options, select two valid configurations. (Choose TWO)

  • A. Configuration A
  • B. Configuration C
  • C. Configuration B
  • D. Configuration D

Answer: A,B

 

NEW QUESTION 36
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. Schedule scripts to maintain frequently fragmented tables.
  • B. Purge workparty UlU index tables periodically.
  • C. Purge and/or archive records based on the company's record retention policy.
  • D. Add indexes to all columns.

Answer: A,C

 

NEW QUESTION 37
A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture?

  • A. Pega Customer Service is the customer interaction system of record.
  • B. Pega Customer Set vice is the customer and account enterprise service bus.
  • C. Pega Customer Service is the billing and reporting system of record.
  • D. Pega Customer Service is the new customer onboarding system.

Answer: B

 

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

Answer: C

 

NEW QUESTION 39
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)

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

Answer: B,D,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 40
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. PEGA0002 - Connect operation time exceeds limit
  • D. PEGA0004 -Quantity of data received by database query 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 41
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. 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.
  • D. 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.

Answer: C

 

NEW QUESTION 42
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 changing the prweb web.xml file
  • B. When changing the system name
  • C. When the deploying new rules
  • D. When deploying rule only hotflxes
  • E. When the prlogging.xml file is modified

Answer: C,D,E

 

NEW QUESTION 43
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. 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.
  • B. 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.
  • C. 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.
  • 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 44
What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose

  • A. The case type might be converted to a component application in the future.
  • 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. Case-specific rulesets make it easier to rebase ruleset versions.

Answer: A,C

 

NEW QUESTION 45
In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.
Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)

  • A. Use Case Designer data propagation to copy the data to the subcases to populate the page contents.
  • B. Use the Snapshot data access pattern to populate the page contents.
  • C. Use the Load-DataPage method to initiate the population of the page contents.
  • D. Use the system of Record (SOR) data access pattern to populate the page contents.

Answer: A,B

 

NEW QUESTION 46
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. Observe the cluster and node status on the Enterprise Health Console.
  • B. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
  • C. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
  • D. Look at the performance profile and DB Trace output from each node.

Answer: A

 

NEW QUESTION 47
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. Role
  • B. Work group
  • C. Privilege
  • D. AccessGroup

Answer: D

 

NEW QUESTION 48
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 causes a search of all assignments in a work queue that equal or exceed the set urgency threshold.
  • B. The override ignores other criteria in GetNextWork.
  • C. The override causes a search of only those assignments with the urgency higher than the threshold value.
  • D. The override causes the application to revisit workbaskets for assignments with lower urgency.

Answer: A

 

NEW QUESTION 49
An application consisting of a single case requires sending correspondence at a designated time with minimal delay. The existing solution uses an assignment to pause the case until an SLA invokes the escalation activity that sends the correspondence. Occasionally there is a delay in sending the correspondence.
Which two factors contribute to the delay? (Choose Two)

  • A. The number of queued SI A objects
  • B. Correspondence rule configuration
  • C. Error handling for locked items
  • D. Multiple open assignments on the same case

Answer: A,D

 

NEW QUESTION 50
Select the option in which you would define Content Security Policies.

  • A. To prevent the browser to load content from untrusted sources
  • B. To define security for case attachments
  • C. To restrict what data a user can view in a case the user can open
  • D. To configure security for the content management integration

Answer: A

 

NEW QUESTION 51
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. Use the optimistic locking option on the case types.
  • B. Create a Registration subcase configured to run in offline mode.
  • C. Leverage the default object lock contention requeuing capability.
  • D. Override DetermineLockString to use .AccountID instead of .pyID as the lock string.

Answer: B,C

 

NEW QUESTION 52
In the answer area, select the configuration for back-to=back processing on the follow action form so that getnextwork processing does not occur.

  • A. Look for the assignment to perform.
  • B. For each also consider assignments in workbaskets
  • C. If not found, look for assignment in flows on the parent case
  • D. If not found, look for other assignment in flows on this case

Answer: A

 

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

Answer: A,B,D

 

NEW QUESTION 54
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 summary report that leverages sub reports for each month.
  • 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 Declare index to record case data to a separate table.

Answer: C

 

NEW QUESTION 55
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. Share rulesets between both applications.
  • D. Perform branch reviews when merging brandies.

Answer: C,D

 

NEW QUESTION 56
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 57
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. Leverage database replication to communicate case creation.
  • B. Implement Federated Case Management.
  • C. Synchronize case creation with RFST services.
  • D. Implement a parent case across multiple products.

Answer: B

 

NEW QUESTION 58
......

PEGAPCLSA85V1 Exam Questions Get Updated [2021] with Correct Answers: https://www.ipassleader.com/Pegasystems/PEGAPCLSA85V1-practice-exam-dumps.html

Free Pegasystems PEGAPCLSA85V1 Test Practice Test Questions Exam Dumps: https://drive.google.com/open?id=1RZYLZjNreUbZrRfgRZbOrnBJUIpNNrfu