Latest PEGAPCSSA86V1 Study Guides 2022 - With Test Engine PDF
Get New PEGAPCSSA86V1 Practice Test Questions Answers
NEW QUESTION 100
You are tasked with configuring the Get Next Work functionality for an application. The requirement states that the workbaskets a user is associated with must be checked first, and all eligible assignments must be consolidated into a single list before being filtered and sorted .
Which two of the following options do you select on an Operator ID record to configure the Get Next Work functionality to meet this requirement? (Choose Two)
- A. Operator is available to receive work
- B. Merge workbaskets
- C. This is an unattended operator
- D. Get from workbaskets first
Answer: B,D
NEW QUESTION 101
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
* SelfService:01-01
* TGB-HR:01-01
* TGB:01-01
A rule with an Apply to : class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest .
The four instances of ConfirmationRequest in the rules cache are shown in the following table.
Which is chosen during rule resolution?
- A. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)
- B. TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
- C. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
- D. TGB .ConfirmationRequest (TGB:01-01-02)
Answer: D
NEW QUESTION 102
When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform...?
- A. Establish a private tunnel from the host to Pega Platform.
- B. Enable authentication policies on Pega Platform.
- C. Ensure the host is configured to support HTTPS.
- D. Add a host URL in the Pega application.
Answer: B
NEW QUESTION 103
In which two situations do you use the PegaRULES Log Analyzer to analyze application performance? (Choose two.)
- A. After the application is deployed to a production system
- B. During User Acceptance Testing
- C. Before migrating an application to a testing system
- D. Throughout the application development life cycle
Answer: A,D
NEW QUESTION 104
Why would the Mark as relevant record menu option be grayed out for a rule?
- A. The rule has a moderate or severe guardrail warning.
- B. The rule is saved to a locked ruleset.
- C. The rule cannot be marked as a relevant record.
- D. The rule has already been marked as a relevant record.
Answer: D
NEW QUESTION 105
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review.
Which two steps do you perform to implement this requirement? (Choose two.)
- A. Configure a data transform to apply the Open-Review status on the appropriate assignments.
- B. Apply the Open-Review status to the appropriate assignments.
- C. Add Open-Review as an allowed status on the case type record.
- D. Create a field value record for the Open-Review status.
Answer: B,C
NEW QUESTION 106
A claims application contains two organizational and two application rulesets. The organizational rulesets MyCo and MyCoInt are configured as Ruleset Validation, where the prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-ProcessCommander. The two application rulesets Claims and ClaimsInt are configured as Application Validation .
Which of the following statements is false?
- A. Rules in MyCo can reference rules in MyCoInt
- B. Rules in MyCo can reference rules in Claims
- C. Rules in ClaimsInt can reference rules in Claims
- D. Rules in Claims can reference rules in MyCo
Answer: B
NEW QUESTION 107
The purpose of a Circumstance Template is to __________.
- A. define the values used in a circumstance
- B. define the properties used in a circumstance
- C. provide a template for business users to change circumstances when completing a task
- D. provide a list of all potential circumstances in one place
Answer: B
NEW QUESTION 108
Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.
Which approach solves this performance issue?
- A. Fetch only the targeted data from the database each time data is needed so access is faster.
- B. Access data page with a predefined key so that, once loaded, data access is faster.
- C. Change snapshot data access method to reference pattern data access method.
- D. Move to local installation because network traffic in cloud deployment is often slow.
Answer: C
NEW QUESTION 109
Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases .
Which two approaches could you use to modify the duplicate case search process so that it
produces fewer invalid duplicates? (Choose Two)
- A. Add a Persist Case step after the Duplicate Search step.
- B. Do not use a must match condition.
- C. Adjust the threshold value.
- D. Adjust the condition weights.
Answer: C,D
NEW QUESTION 110
How do you test UI forms for suitability for users with visual disabilities such as Deuteranopia (red-green confusion) or Tritanopia (yellow-blue confusion)?
- A. Use a screen reader.
- B. Enable the Live UI tool.
- C. Use the Accessibility Inspector.
- D. Unit test section rules.
Answer: C
NEW QUESTION 111
Select two benefits of using Global Resource Settings. (Choose Two)
- A. Global Resource Settings allow you to manage settings without needing to unlock rulesets.
- B. Global Resource Settings improves the performance for integration with the external system.
- C. Global Resource Settings allow you to define settings for all your different environments in one location.
- D. Global Resource Settings allow you to manage settings in one place.
Answer: A,D
NEW QUESTION 112
You purchasing application is a decision table with vendor discount codes. You want to delegate the decision table.
Which ruleset do you save the decision table to allow delegation?
- A. Integration
- B. Application
- C. Production
- D. Organization
Answer: C
NEW QUESTION 113
A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
In order to allow the three physicians to review the orders in parallel, how would you configure the process?
- A. Add a cascading approvals shape that is called by the evaluation subprocess.
- B. Add a Split For Each shape, add a list of physicians, and call the evaluation process.
- C. Add a Split Join shape, add a list of physicians, and call the surgical procedure request process.
- D. Add a Split Join shape, add a list of physicians, and call the evaluation process.
Answer: C
NEW QUESTION 114
The following example, the HomeIns, HomeInsInt, and Customer rulesets are configured for application validation. MyCo and MyCoInt are configured ruleset validation.
MyCo lists MyCoInt and Customer as its prerequisites, and the prerequisite for MyCoInt is Pega-ProcessCommander.
Which of the following statements is correct?
- A. Rules in MyCo can reference rules in HomeInsInt.
- B. Rules in MyCoInt can reference rules in Customer.
- C. Rules in MyCo can reference rules in HomeIns.
- D. Rules in Customer can reference rules in HomeIns.
Answer: D
NEW QUESTION 115
Identify three true statements about accessing databases through external classes (Choose Three)
- A. External classes cannot belong to a class group.
- B. External classes do not contain the pzinsKey property.
- C. External classes contain a BLOB for faster processing.
- D. External classes map Pega properties to database columns.
- E. External classes require a Pega-generated composite key.
Answer: A,B,D
NEW QUESTION 116
Sourcing a data page directly from a UI control is an example of which pattern?
- A. Snapshot pattern
- B. Alias pattern
- C. Reference pattern
- D. System of Record (SoR) pattern
Answer: C
NEW QUESTION 117
You are working on an update to an application which only affects some rules for a certain case type. The customer has requested that a patch update the application.
How do you create the new ruleset version?
- A. Use the Lock & Roll functionality to lock the current ruleset and increment the ruleset version.
- B. Create a branched ruleset, then copy the affected rules into the new branched ruleset.
- C. Use the Ruleset Maintenance wizard to skim the relevant rulesets to copy the highest version of existing rules to the new version.
- D. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant rulesets to the new version.
Answer: A
NEW QUESTION 118
The purpose of a Circumstance Definition is to _________.
- A. define the values used in a circumstance
- B. define the list of all circumstance values for a rule
- C. define the properties used in a circumstance
- D. define the values available to an end user in the application
Answer: A
NEW QUESTION 119
While running an application, a user notes that a system exception occurred.
Which log do you review to identify the issue?
- A. Pega
- B. Alert
- C. AlertSecurity
- D. BIX
Answer: A
NEW QUESTION 120
Which tool do you use to identify missing alternate text for an image?
- A. Accessibility Inspector
- B. Live UI
- C. Tracer
- D. Clipboard tool
Answer: A
NEW QUESTION 121
An application contains a case type named Time Off. HR requests a report that returns the ID and name of any employee for whom an open Time Off case exists.
The ID and Name properties are defined for the class Data-Employee-, and an ID property is also defined for the Time Off class. The ID property points to records in Data-Employeep-.
Select the approach you use to create this report.
- A. Create reports in both classes, and set the Employee report as a subreport of the TimeOff report.
- B. Create a report in the TimeOff class, with a class join to the Employee class.
- C. Create reports in both classes, and set the TimeOff report as a subreport of the Employee report.
- D. Create a report in the Employee class, with a class join to the TimeOff Class.
Answer: D
NEW QUESTION 122
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options satisfy the business outcome? (Choose two.)
- A. Configure a class join on the report definition to join operator information to each case.
- B. Add the operator ID to the report definition as a parameter.
- C. Use an association rule to join operator information to each case.
- D. Specify both classes in the Pages & Classes tab on the report definition.
Answer: A,C
NEW QUESTION 123
You are configuring duplicate case search logic in a case type.
How do you ensure that resolved cases are not evaluated as potential duplicates?
- A. Add a weighted condition where the case status of potential duplicates does not contain "Resolved".
- B. Add a basic condition where that case status of the current case does not contain "Resolved".
- C. Add a basic condition where the case status of potential duplicates does not contain "Resolved".
- D. Add a weighted condition where the case status of the current case does not contain "Resolved".
Answer: C
NEW QUESTION 124
You create a product rule to generate an application archive file for export .
Which two actions do you perform before creating the archive file? (Choose Two)
- A. Check in the rules that are in the application's rulesets.
- B. Create a new version of the application.
- C. Associate application data instances with application rulesets.
- D. Unlock the application rulesets.
Answer: A,C
NEW QUESTION 125
......
PEGAPCSSA86V1 Dumps and Exam Test Engine: https://testking.testpassed.com/PEGAPCSSA86V1-pass-rate.html