NEW 2023 Certification Sample Questions PEGAPCSA86V1 Dumps & Practice Exam [Q36-Q55]

Share

NEW 2023 Certification Sample Questions PEGAPCSA86V1 Dumps & Practice Exam

PEGAPCSA86V1 Deluxe Study Guide with Online Test Engine

NEW QUESTION 36
The business process for an automobile insurance claim consists of the following phases:
* Submission: The customer contacts a customer service representative (CSR) to file the claim.
* Review: An adjuster reviews the claim, assesses the damages to each vehicle, and provides an estimate of the cost of repairs.
* Repair: A third patty performs the repairs on each vehicle, communicating with the adjuster and customer as necessary.
* Verification: After each vehicle repair, the adjuster closes the claim.
According to Pega best practices, which phase can you implement as a child case?

  • A. Submission
  • B. Verification C Repair
  • C. Review

Answer: A

 

NEW QUESTION 37
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week.
On the entry form, employees see a summary of the total hours entered.
After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee.
To configure the form where users enter hours, select the best configuration option to calculate the total hours for the week.

  • A. Use procedural processing. When the value of any work, vacation, or sick time changes and the user submits the form, the total hours change.
  • B. Use a When rule. When the value of any work, vacation, or sick time changes, the total hours change.
  • C. Use a data transform. When the user enters the form, the data transform determines the sum of the work, vacation, and sick time properties.
  • D. Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change.

Answer: D

 

NEW QUESTION 38
You are implementing a data entry screen to include an asset ID field to track company equipment. All asset IDs are eight characters in length. The first three characters are letters followed by a five-digit number .
Which validation approach restricts entries to the required format?

  • A. Text data type
  • B. Min/Max characters
  • C. Validate rule
  • D. Edit Validate rule

Answer: D

 

NEW QUESTION 39
A customer calls to apply for a new bank account. The customer service representative (CSR) needs to perform an assignment named Select Account Type. During the discussion, the customer can request written information regarding different account types. Select the case lifecycle design that satisfies this requirement.

  • A. Add an optional action to the stage that contains the Select Account Type assignment.
  • B. Add a router to the Select Account Type assignment.
  • C. Add a case-wide optional action.
  • D. A user view for requesting information to the Select Account Type assignment.

Answer: A

 

NEW QUESTION 40
Which statement best describes the business value of delegation?

  • A. Allows managers to adjust application behavior in production to meet changing business needs
  • B. Allows users to direct case processing as dictated by the circumstances of each case
  • C. Allows business users to contribute to application design by specifying requirements
  • D. Allows stakeholders to approve process improvements to drive operational efficiencies

Answer: A

 

NEW QUESTION 41
Your online shopping application serves international customers. You need to define a Data Page that holds currency exchange rates. All users accessing the application need to use the information.
The Scope of this Data Page should be set to________________.

  • A. Thread
  • B. Application
  • C. Reauestor
  • D. Node

Answer: D

 

NEW QUESTION 42
In designing your application, you want to apply consistent visual styles to all parts of the application.
How do you meet this requirement?

  • A. Apply styles to the screen layout.
  • B. Use the Live Ul tool to select the skin rule.
  • C. Specify a skin in the harness rule.
  • D. Specify a skin in the application rule.

Answer: D

 

NEW QUESTION 43
In a claims application, customers can file home insurance claims. Each claim contains a list of items of loss.
Depending on circumstances, some claims are investigated for potential fraud in parallel to the actual claim process.
Which two entities would you model as case type? (Choose two.)

  • A. Fraud investigation
  • B. Customer
  • C. Items of loss
  • D. Claim

Answer: A,D

 

NEW QUESTION 44
Which business need do you address through delegation?

  • A. A risk officer wants to adjust the income threshold for automobile loans.
  • B. A service representative must attach the appropriate form when emailing a customer.
  • C. A care supervisor wants to authorize a second opinion for an insurance claim.
  • D. A general manager must approve catering proposals that exceed EUR5000.

Answer: A

 

NEW QUESTION 45
An on-demand transportation application has a Conversation preference data type. When customers use the application to request a ride, they can specify their conversation preference: whether they would like to talk to their driver or if they would prefer silence. Company stakeholders are interested in analyzing the conversation preference data .
How is the Conversation preference data type sourced?

  • A. No system of record
  • B. External system of record
  • C. Local system of record

Answer: A

 

NEW QUESTION 46
DRAG DROP
Select each description on the left and drag it to the correct property mode on the right.

Answer:

Explanation:

 

NEW QUESTION 47
A requirement states: A customer can update an address at any point during case processing by performing the following steps.
1. The customer submits the new address.
2. The application verifies that the address matches postal service requirements.
3. The customer then approves the corrected address .
How do you configure this requirement?

  • A. Add a case-wide optional process to the case workflow to perform the address change.
  • B. Add a button to each assignment to present the customer with a form to submit a new address.
  • C. Add an alternate stage to the case life cycle to change the address.
  • D. Add a case-wide optional action to the workflow for the address submission.

Answer: A

 

NEW QUESTION 48
A list report includes columns for purchase requests and regional cost centers. A manager wants the report to show the total number of purchase requests for each of the regional cost centers.
How do you configure the report definition?

  • A. Filter the results so that the report includes only cost center and purchase requests.
  • B. Summarize the purchase requests column by count.
  • C. Summarize the regional cost centers by count.
  • D. Use the purchase requests column to group the cost centers.

Answer: B

 

NEW QUESTION 49
Which source do you select for a data page that contains the details of single record for a data type?

  • A. Lookup
  • B. Connector
  • C. Data transform
  • D. Report definition

Answer: A

 

NEW QUESTION 50
You create an application for employees to submit timesheets. Employees enter work,
vacation, and sick time for a particular week.
On the entry form, employees see a summary of the total hours entered.
After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee.
You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances.
Which configuration option is used to summarize the remaining vacation and sick time?

  • A. Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
  • B. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
  • C. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
  • D. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.

Answer: D

 

NEW QUESTION 51
A requirement for a hotel reservation case type states that as customers change their room selection, the total cost of the reservation updates .
How do you satisfy this requirement?

  • A. Define a declare expression for the total cost field.
  • B. Apply a Disable when condition to the total cost field.
  • C. Add a When condition to the room selection step.
  • D. Configure a Validate rule for the room selection step.

Answer: A

 

NEW QUESTION 52
HOTSPOT
In the Answer Area, select the appropriate correspondence configuration for each type of content.

Answer:

Explanation:

 

NEW QUESTION 53
An online retailer allows customers to select a courier service for deliveries. The list of available courier services is drawn from a data type sourced in the Pega database. The Fulfillment department wants to allow local warehouse managers to add courier services to mitigate increases in delivery times and remove courier services that fail to meet delivery metrics .
Which two options are required to allow local warehouse managers to update courier service records in production? (Choose two.)

  • A. Delegate the records for the courier service data type.
  • B. Define an approval process for adding and removing courier services.
  • C. Enable rule checkout for the local warehouse managers.
  • D. Create an access group for local warehouse managers.

Answer: A,D

 

NEW QUESTION 54
HOTSPOT
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door.
Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.

Answer:

Explanation:

 

NEW QUESTION 55
......

PEGAPCSA86V1 dumps review - Professional Quiz Study Materials: https://www.dumpstillvalid.com/PEGAPCSA86V1-prep4sure-review.html