Latest PEGAPCSA86V1 Study Guides 2022 - With Test Engine PDF [Q42-Q64]

Share

Latest PEGAPCSA86V1 Study Guides 2022 - With Test Engine PDF

Get New PEGAPCSA86V1 Practice Test Questions Answers

NEW QUESTION 42
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 a data transform. When the user enters the form, the data transform determines the sum of the work, vacation, and sick time properties.
  • B. Use procedural processing. When the value of any work, vacation, or sick time changes and the user submits the form, the total hours change.
  • C. Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change.
  • D. Use a When rule. When the value of any work, vacation, or sick time changes, the total hours change.

Answer: C

 

NEW QUESTION 43
With Pega's Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?

  • A. Create a rule for the variation and add the rule to the common layer of the application.
  • B. Create a rule for the variation and add the rule to the layer for the region.
  • C. Create a rule for the variation and add it to a secondary common application layer.
  • D. Create a rule for the variation and replace the existing HR time off rule in the application common layer.

Answer: C

 

NEW QUESTION 44
DRAG DROP
Select each Flow Shape on the left and drag it to the correct Use Case on the right.

Answer:

Explanation:

 

NEW QUESTION 45
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 limes and remove courier services that fail to meet delivery metrics .
Which two options are required increase managers to update courier service records in production? (Choose Two)

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

Answer: A,B

 

NEW QUESTION 46
A restaurant has a case type that allows customer to book the dining room for events. Customers provide basic information including party size and indicate whether they want the restaurant to cater the event.
If the catering is not requires are given a rental rate quote.
If customers indicate that want the restaurant to cater the event, they must provide menu preferences and schedule an appointment to do menu before they are given a quote.
Which two options would you use to configure the case type to achieve the requested behavior? (Choose Two.)

  • A. Create a check box for customer to indicate whether they want the restaurant to cater the event. Add a decision shape that evaluates whether the customer checks the box.
  • B. Create a check box for customer to indicate whether they want the restaurant to cater the event. Create a selection with the menu preferences and scheduling feature that has a Visible when condition.
  • C. Create a process for customers to indicate menu preference and schedule the menu testing appointment. Add the process as a case-wide optional action.
  • D. Create a process for providing menu preferences and scheduling the menu appointment. Create a parallel process for providing the customer with the rental rete quote.

Answer: A,B

 

NEW QUESTION 47
You are designing a form for an online bookstore to display new arrivals. In the form, the book cover pictures are displayed in a row, like words in a sentence. Once the row reaches the full width of the screen, it wraps around to begin a new row .
Which layout do you use to display the book cover pictures?

  • A. Screen layout
  • B. Column layout
  • C. Repeating layout
  • D. Dynamic layout

Answer: D

 

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. Use the purchase requests column to group the cost centers.
  • D. Summarize the regional cost centers by count.

Answer: B

 

NEW QUESTION 49
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. Add a When condition to the room selection step.
  • C. Apply a Disable when condition to the total cost field.
  • D. Configure a Validate rule for the room selection step.

Answer: A

 

NEW QUESTION 50
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 51
You are designing a medical claim case type and haw the following requirement: Method claims must be resolved within 5 days. To meet this requirement you need to set the_________. the service level to 5 days.

  • A. deadline
  • B. urgency
  • C. passed deadline
  • D. goal

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
You have been asked to create a pie chart that shows the number of employees in each regional office, and the name of the manager in each office. A list report contains columns for Employee Name, Manager Name, and Office .
How do you configure the list report to create the pie chart?

  • A. Group the Employee Name and Office columns.
  • B. Group the Employee Name column.
  • C. Summarize the Employee Name and Manager Name columns.
  • D. Summarize the Employee Name column.

Answer: D

 

NEW QUESTION 54
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date.
A manager requests that the report show only those customers who meet the following conditions:
* The customer is on a monthly billing cycle
* The credit card is either MoreCash or Vista
* The credit card expires within 60 days
Which set of filtering conditions returns a report with the desired data?

  • A. Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
  • B. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
  • C. Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
  • D. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days

Answer: B

 

NEW QUESTION 55
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix.

If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?

  • A. Work Item Urgency = 0, Prefix = MC-W
  • B. Work Item Urgency = 20, Prefix = "A-"
  • C. Work Item Urgency = 10, Prefix = MC-"
  • D. Work Item Urgency = 10, Prefix = [no value]

Answer: C

 

NEW QUESTION 56
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. Validate rule
  • B. Edit Validate rule
  • C. Text data type
  • D. Min/Max characters

Answer: B

 

NEW QUESTION 57
A survey is sent to a customer via email .
How do you configure a solution to ensure the email includes the case ID for the survey?

  • A. Delegate a business rule so representatives can customize the email content as needed on a case-by case basis.
  • B. Create a required field for the case ID that must be entered by a user during the case process prior to sending the survey.
  • C. Create a process using the Send Email step allowing representatives to quickly add the case ID to the email.
  • D. Use the Insert Property feature of a Send Email step to add the case ID when composing the message dialog.

Answer: D

 

NEW QUESTION 58
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. Items of loss
  • B. Claim
  • C. Customer
  • D. Fraud investigation

Answer: B,D

 

NEW QUESTION 59
A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base .
What approach maximizes reuse and maintainability?

  • A. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.
  • B. Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.
  • C. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
  • D. Place the updated rules into a new ruleset and include the new ruleset in a new application.

Answer: A

 

NEW QUESTION 60
A car insurance quote request requires a view for potential customers to enter information to process the request.
What are the primary considerations to make before you configure fields in the view?

  • A. The fields users need to see, where data is sourced from, and how users enter values
  • B. The fields users need to see, how users enter values, and if the fields are required
  • C. The fields users need to see, if the field is required, and if the fields include a date type
  • D. The fields users need to see, if the field is required, and where data is sourced from

Answer: B

 

NEW QUESTION 61
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. Enable rule checkout for the local warehouse managers.
  • C. Define an approval process for adding and removing courier services.
  • D. Create an access group for local warehouse managers.

Answer: A,D

 

NEW QUESTION 62
What is the relationship between pyWorkPage and case data?

  • A. pyWorkPage stores all the data generated while creating and processing a case.
  • B. pyWorkPage timestamps all the data generated while creating and processing a case.
  • C. pyWorkPage stores all the data pages generated when a case resolves.

Answer: A

 

NEW QUESTION 63
A requirement states: The tax identification number must contain 10 digits .
How do you configure the field to support this requirement?

  • A. Use an edit validate rule that validates the tax identification number pattern.
  • B. Set the minimum and maximum values to "10" in a text field-
  • C. Configure a validate rule to test the tax identification number pattern.
  • D. Use a decimal property type and make the field required.

Answer: A

 

NEW QUESTION 64
......

PEGAPCSA86V1 Dumps and Exam Test Engine: https://www.test4cram.com/PEGAPCSA86V1_real-exam-dumps.html