Pass Pegasystems PEGAPCSA85V1 PDF Dumps Recently Updated 89 Questions [Q37-Q58]

Share

Pass Pegasystems PEGAPCSA85V1 PDF Dumps | Recently Updated 89 Questions

Updated Test Engine to Practice PEGAPCSA85V1 Dumps & Practice Exam

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

Answer: B

 

NEW QUESTION 38
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. Specify a skin in the harness rule.
  • C. Use the Live Ul tool to select the skin rule.
  • D. Specify a skin in the application rule.

Answer: D

 

NEW QUESTION 39
Which two conditions do you test with a unit test? (Choose Two)

  • A. A data page populates without any errors.
  • B. An application displays user views for 20 users within three seconds.
  • C. An application is successfully migrated to a test system.
  • D. A property value is set correctly by a data transform.

Answer: C,D

 

NEW QUESTION 40
Select the corresponding user interface (UI) action set component for each behavior in the Answer area.

Answer:

Explanation:

 

NEW QUESTION 41
Which two dependencies do you directly enforce with a Wait step? (Choose Two)

  • A. Pausing a case until a predetermined time expires
  • B. Pausing a case until another case reaches a specified status
  • C. Pausing a case until a user submits a specified value
  • D. Pausing a case until a new child case is created

Answer: A,B

 

NEW QUESTION 42
You are configuring an external data source using the Integration Designer. You have the REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source. What other information do you need to configure the external data source?

  • A. The data views using the external data source
  • B. The name of the database where the source data is stored
  • C. A plan for mapping the data and REST response fields
  • D. A backup endpoint URL if the configured URL refuses to connect

Answer: D

 

NEW QUESTION 43
A customer views a product available in multiple color options. The customer must select only one color for each product.
Which Ul control allows a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options?

  • A. Check box
  • B. Radio buttons
  • C. Text input
  • D. Drop-down

Answer: B

 

NEW QUESTION 44
Which two configurations do you use to validate the minimum age of a new potential customer in the CollectAccountlnformation assignment step? (Choose Two)

  • A. Create and Edit Validate rule to check the customer age.
  • B. Reference the Edit Validate rule on the CollectAccountlnformation flow action.
  • C. Reference the Validate rule on the CollectAccountlnformation assignment.
  • D. Reference the Edit validate rule on the CollectAccountlnformation assignment.
  • E. Reference the Validate rule on the CollectAccountlnformation flow action.
  • F. Create a Validate rule to check the customer age.

Answer: E,F

 

NEW QUESTION 45
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 a case-wide optional action.
  • B. A user view for requesting information to the Select Account Type assignment.
  • C. Add an optional action to the stage that contains the Select Account Type assignment.
  • D. Add a router to the Select Account Type assignment.

Answer: C

 

NEW QUESTION 46
A requirement states: The date of birth submitted for first grade students must be at least five years before September 1 of the current year.
Which three validation methods, when applied in combination, satisfy the requirement? (Choose Three)

  • A. Validation rule
  • B. Calendar control
  • C. Date data type
  • D. When rule
  • E. Edit validate rule

Answer: B,C,E

 

NEW QUESTION 47
Which two conditions do you test with a unit test? (Choose two.)

  • A. An application displays user views for 20 users within three seconds.
  • B. A property value is set correctly by a data transform.
  • C. A data page populates without any errors.
  • D. An application is successfully migrated to a test system.

Answer: A,C

 

NEW QUESTION 48
A hotel booking application allows customers to change rooms after making a reservation. The status of each room in each hotel is stored on a data page sourced from a database table. Which two configuration options do you use to update the database table when a customer changes rooms? (Choose two.)

  • A. A savable data page containing the room information
  • B. An editable data page containing the room information
  • C. A When rule to trigger the database update
  • D. A data transform to copy updates to the data page

Answer: A,B

 

NEW QUESTION 49
An online retailer creates a case type that processes and manages customer orders. The checkout process has four steps:
1. Review Order: The customer reviews the items in order of add-to-cart selection and can adjust the quantity of each item and delete items to calculate and display the order total.
2. Select Shipping Option: The customer selects a shipping option to determine and display the shipping charge for their order.
3. Enter Delivery Address: The customer enters their delivery address to determine the sales tax, if applicable, and the application displays the calculated sales tax.
4. Enter Payment Information: The customer selects a payment option and confirms the grand total of the order.
For each calculation, identify the appropriate chaining option to maximize the performance.

Answer:

Explanation:

 

NEW QUESTION 50
A requirement states: Loan applicants must enter their annual salary. If the salary is above the qualifying threshold, the application is automatically approved. If the salary is below the threshold, the applicant must identify a cosigner.
Select the two configuration options that follow best practices to meet the requirement. (Choose Two)

  • A. Create an assignment step for a loan officer to review the applicant's annual salary and determine if a cosigner is necessary.
  • B. Design a user view with an annual salary field. Create an optional action to collect information about the cosigner and assign the action to the appropriate stage.
  • C. Design a user view with an annual salary field and a section for cosigner information. Use a Visible When condition to display the cosigner section when the salary is below the threshold.
  • D. Use a collect information step with an annual salary field. Use a decision shape to determine whether to advance to a step to enter cosigner information or complete the process.

Answer: B,D

 

NEW QUESTION 51
While testing a form, you need to verify the contents of a data page in memory. Which tool do you use to view the current contents of the data page?

  • A. The Data Explorer
  • B. Live Ul
  • C. The Clipboard tool
  • D. Case Designer

Answer: C

 

NEW QUESTION 52
How do you route an assignment so that any available member of the department can perform the task?

  • A. Route the assignment to a work queue.
  • B. Route the assignment to the admin user ID.
  • C. Route the assignment to a work list.
  • D. Route the assignment separately to all members.

Answer: A

 

NEW QUESTION 53
Using the following Refund case life cycle, how do you design this case to skip the Item Return stage if the item will not be returned?

  • A. Add an Item Retention alternate stage and define a process for retention of item.
  • B. Add a condition to skip the Item Return stage when a return is not necessary.
  • C. Add a decision in the Item Return process to change the stage when a return is not necessary.
  • D. Replace the Wait step in the Item Return stage with a Change Stage step.

Answer: B

 

NEW QUESTION 54
On a service level, the passed deadline interval is measured from________________.

  • A. when the assignment is ready for a user
  • B. when a user begins the assignment
  • C. the end of the deadline interval
  • D. the end of the goal interval

Answer: C

 

NEW QUESTION 55
A home loan application requires approvals from the Legal team manager and the Finance team manager. The Legal team manager must approve before the Finance team manager.
How do you configure this requirement?

  • A. Route an assignment to a work queue where both roles have access.
  • B. Create an approval process for each manager in parallel.
  • C. Apply business logic to route a single assignment in the correct order.
  • D. Create an approval step with cascading approval.

Answer: D

 

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

Answer: C,D

 

NEW QUESTION 57
A moving company provides customers with a tool that recommends a moving vehicle based on the number of bedrooms in their current living space and whether they are planning to move heavy furniture like bed frames, mattresses, or couches. Based on the customer inputs, a decision table presents the customer with a recommendation.
Which two configurations, when applied in combination, apply to the decision table?

  • A. Create rows for the recommended moving vehicle.
  • B. Create two rows, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
  • C. Create a column for the recommended moving vehicle.
  • D. Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture.

Answer: A,B

 

NEW QUESTION 58
......

Pegasystems PEGAPCSA85V1 Dumps Cover Real Exam Questions: https://examcollection.actualcollection.com/PEGAPCSA85V1-exam-questions.html