Download Pegasystems PEGAPCLSA86V2 Mock Test Study Material
PEGAPCLSA86V2 Questions Prepare with Learning Information
NEW QUESTION 81
- A. When the SLA's goal is reached, have an escalation Activity adjust the claim urgency in proportion to the average time to resolve ClaimUnit cases.
- B. Increase subcase urgency based on ClaimUnit type prior to the workbasket assignment. Specialize the Service Level Rule by ClaimUnit case type.
- C. Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialist the service Level Rule by ClaimUnity case type.
- D. Store the average time to complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this value for ordering the results.
Answer: A
NEW QUESTION 82
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 case level property
- B. As a final rule
- C. As a relevant record
- D. As an enterprise class level property
Answer: C
NEW QUESTION 83
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. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
- C. Look at the performance profile and DB Trace out put from each node.
- D. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
Answer: A
NEW QUESTION 84
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:
1 - Select the external authentication check box on the operator form.
2 - create the authentication activity.
3 - Upload the Browser requestor type. Specify the new access group.
4 - Create an access group with a new releset specified under the Advanced tab.
5 - Create a ruleset to hold all the rules.
NEW QUESTION 85
an application provides the user with written instructions for completing a form. How do you ensure that the instuction can be localized without updating the application?
- A. create a paragraph rule for the instruction text.
- B. add the section to the translation package using the localization wizard.
- C. create a filed value rule for the instruction text.
- D. cricumstance the section that describes the form for each language.
Answer: C
NEW QUESTION 86
APP Studio created a data type in the Organization layer for Quote data called BCO-Data-Quote.
How do you help users find rules from this data class when working in APP Studio?
- A. Use a Data Reference to configure the rules that you need from the BCO Data Quote class.
- B. Copy the fields in the data class to the BCO-QT Work- class so all subclasses can see the Quote rules.
- C. Select each rule you want to reuse in the application as a relevant record.
- D. Create a BCO-QI-Data-Quote class that inherits from BCO Data-Quote.
Answer: C
NEW QUESTION 87
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 a regression test suite. Run the test suite using the automation server.
- B. Create an integration test suite. Run the test suite using the Execute Test REST service
- C. Create an ad hoc test suite. Run the test suite using the post-import process.
- D. Create a smoke test suite. Run the test suite using the pre-import process.
Answer: A
NEW QUESTION 88
How do you configure an application to monitor changes made to delegated Decision Table in a production environment?
- A. use Designer studio> system> Refactor-rules>compare rule
- B. Define an Advanced agent that scans History-Rule instances on a daily basis
- C. check Audit the use of this flow action on the Rule check in flow action
- D. check Enable Auditing on the Rule-Declare-Decision Table RuleForm harness
Answer: C
NEW QUESTION 89
Select and move the three option that are required to enable to access to the client clipboard in a mobile app to the configuration column and place them in the correct order
Answer:
Explanation:
1 - Configure a case type for offline use.
2 - Set the logging level to debug on Pega Platform.
3 - Rebuild the modile app.
NEW QUESTION 90
Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)
- A. Data pages
- B. Activities
- C. Connectors
- D. Data transforms
- E. Reports
Answer: A,B,C
NEW QUESTION 91
DRAG DROP
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:
NEW QUESTION 92
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. 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.
- 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. 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.
Answer: B
NEW QUESTION 93
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. Remove embedded dashboard reports from the manager portal.
- D. Review application environment sizing.
- E. Dedicated a node to background processing.
Answer: A,D,E
NEW QUESTION 94
Client XYZ Corp implemented Pega Customer Service.
A customer service representative (CSR) needs to launch multiple applications to manually update information to keep dam synchronized across systems. The applications are built in different technologies, decreasing the CSR's efficiency in handling customer requests. The client has a requirement to launch all applications from the PLCJA Customer service application. The client requires that data Mows to and from the Pega Customer Service application to the other applications used by the CSR. Changes made in any one of the systems is reflected in other relevant systems. This results in the CSR handling customer requests more efficiently and spending less time manually updating dependent applications.
Which Pega capability do you recommend to support this requirement?
- A. Use Robotic Process Automation.
- B. Use Robotic Desktop Automation.
- C. Use SQL connectors to update the data.
- D. Use SOAP/REST services to update the information.
Answer: A
NEW QUESTION 95
The clipboard contains a list of details for all companies on the NASDAQ stock Exchange select the requirement that indicates you use a page list instead of a page group.
- A. the list must be sorted by company stock ticker.
- B. Each element in the list of companies must contain a list of accounts.
- C. company details must be referenced using the company stock triker.
- D. A DATA transform must iterate over the list.
Answer: A
NEW QUESTION 96
How do you improve performance during synchronization for users of an offline-enable mobile app.
- A. Declare large data pages in the data page whitel
- B. Configure optimistic locking on offline-enabled cases.
- C. Restrict the number of offline-enable access group
- D. Use only node-scope data pages for reference data
Answer: A
NEW QUESTION 97
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. AccessGroup
- C. Privilege
- D. Work group
Answer: A
NEW QUESTION 98
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. All pages within the .Loans field group must be the same class, either MyCo-Data-Loan-Aiito or MyCo-Oata-Loan Mortqage
- B. A rule In MyCo-DataLoan-Mortgage can only be referenced through -Loans if also defined In MyCo Data-Loan.
- C. 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.
- D. An auto loan application can extend MyCo-Data-LoarvAuto without affecting a sum performed against .Loans C). Amount
- 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: B,C,D
NEW QUESTION 99
Which of the following Skin rule customizations help satisfy the states requirements?
- A. In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.
- B. In the Skin rule, configure the importance field for each column included in a repeating layout.
- C. In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.
- D. In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.
Answer: B
NEW QUESTION 100
APP Studio created a data type in the Organization layer for Quote data called BCO-Data Quote. How do you help users find rules from this data class when working in APP Studio?
- A. Use a Data Reference to configure the rules that you need from the BCO-Data-Quote class.
- B. Select each rule you want to reuse in the application as a relevant record.
- C. Copy the fields In the data class to the BCO QT Work- class so all subclasses can see the Quote rules.
- D. Create a BCO-QI -Data-Quote class that inherits from BCO Data-Quote.
Answer: B
NEW QUESTION 101
DRAG DROP
XYZ Inc.'s COE wants case life cycle developers to use a field group named "Claim" regardless of the application being developed.
Select and move the three tasks that the COE performs for this requirement to the Task List column and place them in the correct order. (Choose Three)
Answer:
Explanation:
NEW QUESTION 102
BigCo receives complaints from existing customers and new prospects that BiyCo repi irrelevant offers and products.
Which two Pega solutions do you suggest to help solve this problem? (Choose Two)
- A. Customer Decision Hub
- B. Robotic Process Automation
- C. Pega Customer Service
- D. Pega Marketing
Answer: A,D
NEW QUESTION 103
......
Most Reliable Pegasystems PEGAPCLSA86V2 Training Materials: https://www.updatedumps.com/Pegasystems/PEGAPCLSA86V2-updated-exam-dumps.html
Practice Material for PEGAPCLSA86V2 Exam Question Preparation: https://drive.google.com/open?id=1netaBHtMA24BFC5M2C1_W7QESmgSmOLY