[Jan 19, 2022] Get New PEGAPCSA86V1 Certification Practice Test Questions Exam Dumps [Q15-Q30]

Share

[Jan 19, 2022] Get New PEGAPCSA86V1 Certification Practice Test Questions Exam Dumps

Real PEGAPCSA86V1 Exam Dumps Questions Valid PEGAPCSA86V1 Dumps PDF

NEW QUESTION 15
In an application for configuring hardware equipment for new employees, the manager chooses a laptop model from a drop-down list. The list of available laptop models is maintained in an external system and may change over time .
Which of the following do you use as the data source for this drop-down list?

  • A. A local list
  • B. A data transform
  • C. A data page
  • D. A data table

Answer: C

 

NEW QUESTION 16
DRAG DROP
Select each task on the left and drag it to the corresponding Application Development Studio on the right, where the task can be completed.

Answer:

Explanation:

 

NEW QUESTION 17
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. Summarize the Employee Name and Manager Name columns.
  • C. Group the Employee Name column.
  • D. Summarize the Employee Name column.

Answer: D

 

NEW QUESTION 18
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. Create an access group for local warehouse managers.
  • D. Enable rule checkout for the local warehouse managers.

Answer: A,C

 

NEW QUESTION 19
You are implementing a Ul form collecting job applicant information. Users must provide
values to certain fields before submitting the form.
Which configuration adds asterisks to indicate the mandatory fields on the form?

  • A. Use a Validate rule to verify the mandatory fields have a value
  • B. Use an Edit Validate rule to verify if each of the mandatory properties has a value
  • C. Configure the mandatory fields as Required in the section rule
  • D. Use multiple Validate rules for each mandatory field

Answer: C

 

NEW QUESTION 20
You are developing a case type to process visa applications. As part of the process, applicants need to schedule an interview with the console. A child case is created for the interview process and assessment. Following the interview, it typically takes 48 hours for the to reach a decision. For the visa case to proceed to applicant notification, the interview case needs to be resolved .
How do you configure a case to achieve the required behavior?

  • A. Add a Create step creates the interview child case, Following the step, add a Wait step that pauses the parent case unit 48 have elapsed.
  • B. Add a Create step creates the interview child case. Following the step, add a Wait step that pauses the parent case unit the interview case reaches a status of Resolved and after 48 hours have elapsed.
  • C. Add a Create step creates the interview child case, There is no need to add a wait step.
  • D. Add a Create step creates the interview child case. Following the step, add a Wait step that pauses the parent case unit the interview case status of Resolved.

Answer: D

 

NEW QUESTION 21
What are the minimum components of a user interface (Ul) action set?

  • A. Two actions and one event
  • B. One action and one event
  • C. One action, one event, and one condition
  • D. One action and one condition

Answer: D

 

NEW QUESTION 22
You are developing a case type to process visa applications. As part of the process, applicants
need to schedule an interview with the consulate. A child Interview case is created for the interview
process and assessment.
Following the interview, it typically takes 48 hours for the consulate to reach a decision. For the visa case to proceed to applicant notification, the Interview case needs to be resolved.
How do you configure a case type to achieve the required behavior?

  • A. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the interview case reaches a status of Resolved and after 48 hours have elapsed.
  • B. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until 48 hours have elapsed.
  • C. Add a Create Case step that creates the Interview child case. There is no need to add a Wait step.
  • D. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved.

Answer: D

 

NEW QUESTION 23
A customer refund case type requires that an auditor receives an email notification if the refund is greater than twice the price of the item.
Which recipient role do you select to configure this requirement?

  • A. Configure the email to go to an interested person.
  • B. Configure the email to go to an owner.
  • C. Configure the email to go to a customer.
  • D. Configure the email to go to a work queue.

Answer: D

 

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

  • A. A general manager must approve catering proposals that exceed EUR5000.
  • 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 risk officer wants to adjust the income threshold for automobile loans.

Answer: D

 

NEW QUESTION 25
A bookseller maintains a database of more than 10,000 book titles. You have been asked to configure a form that a allow users to select a book by title .
How do you configure the form?

  • A. Add an autocomplete control and source the data from the clipboard work page.
  • B. Add a drop-down control arid source the data from the property value used in the control.
  • C. Add a drop-down control and Source the data using a data page. C Add an autocomplete control and Source the data using a data page.

Answer: A

 

NEW QUESTION 26
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel itinerary.
Which configuration displays a check box to allow users to select travel insurance only if the itinerary includes a flight?

  • A. A declare expression configured for forward chaining
  • B. An action set applied to the check box
  • C. A visible when condition applied to the check box
  • D. A validate rule applied to the flow action

Answer: C

 

NEW QUESTION 27
An online shopping application allows customers to select the item quantity of different goods and add items to the shopping cart. In the shopping cart, the application displays the price for each item type, indicates the quantity of each item type, calculate the total item prices, and calculate the total cost for all items in the shopping cart. The application pulls the price of each item type from a data page that references an external inventory management system. Select two unit tests useful in developing the shopping cart page. (Choose Two)

  • A. Verify the data page has the correct item prices.
  • B. Verify the price fields are displayed in the correct format.
  • C. Verify the data transform copies the correct value from the data page to the shopping cart page.
  • D. Verify the order total cost property is accurately calculated.

Answer: A,D

 

NEW QUESTION 28
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 AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
  • 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 or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
  • 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 29
You want your application to have consistent styling across portals. You want the background color of all buttons in your application to be blue. You want the background color of the buttons to be easily updated in case corporate branding changes .
Which attribute do you modify to set the background color?

  • A. The background mixin
  • B. The buttons format
  • C. The application skin
  • D. The controls format

Answer: B

 

NEW QUESTION 30
......

PEGAPCSA86V1 Exam Dumps - PDF Questions and Testing Engine: https://endexam.2pass4sure.com/Pega-CSA/PEGAPCSA86V1-actual-exam-braindumps.html