Latest Dec-2023 Pegasystems PEGAPCSA87V1 Dumps Updated 251 Questions [Q65-Q85]

Share

Latest Dec-2023 Pegasystems PEGAPCSA87V1 Dumps Updated 251 Questions

PDF Download Free of PEGAPCSA87V1 Valid Practice Test Questions


The Pega Certified System Architect (PCSA) 87V1 certification exam is intended for individuals who have a strong background in software development and programming. Candidates who wish to take the exam are required to have a minimum of six months of experience working with Pega technology, as well as a solid understanding of object-oriented programming concepts and design patterns.

 

NEW QUESTION # 65
In which three situations can you use a data transform? (Choose Three)

  • A. To copy the first and last name properties into a single property value
  • B. To set the destination location as the arrival location
  • C. To set the default arrival date to five days in the future
  • D. To perform an action that allows the user to update a reservation
  • E. To create a new property after case creation

Answer: A,C,D


NEW QUESTION # 66
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 a drop-down control and Source the data using a data page.
  • B. Add an autocomplete control and Source the data using a data page.
  • C. Add an autocomplete control and source the data from the clipboard work page.
  • D. Add a drop-down control arid source the data from the property value used in the control.

Answer: B


NEW QUESTION # 67
A travel authorization requires approvals from the requestor's manager, division VP, and possibly an accountant based on the total amount. Which configuration satisfies this use case?

  • A. Cascading approval using the reporting manager
  • B. Cascading approval using an authority matrix
  • C. Cascading approval using the workgroup manager
  • D. Cascading approval using when rules to identify the assigned user

Answer: B


NEW QUESTION # 68
Several Development teams work on different enhancements.
The release date for each enhancement is uncertain. Which two options allow each team to keep its work separate? (Choose Two)

  • A. Set up a branch ruleset for each team
  • B. Create a new application for each team
  • C. Create a production ruleset for each team.
  • D. Create a new ruleset version for each team.

Answer: A,D


NEW QUESTION # 69
Consider the following scenario:
A customer files a fraud complaint. The complaint is investigated by a customer service agent.
* The customer service agent may request additional information from the customer.
* The merchant is notified and given 15 days to dispute the fraud claim.
* If the fraud claim is approved, an affidavit is sent to the customer and a refund is posted totheiraccount. How do you name the step where the agent investigates the claim for fraud?

  • A. Investigate Fraud
  • B. Claim Investigation
  • C. Investigate Claim
  • D. Fraud Claim

Answer: A


NEW QUESTION # 70
A requirement states: When a business guest checks out of a hotel, the guest must complete a hotel review to receive a corporate discount. Select the case type relationship that satisfies the requirement.

  • A. Configure checkout request as a child case of hotel review.
  • B. Configure hotel review as a child case of the checkout request.
  • C. Configure hotel review as a spin-off case of the checkout request.
  • D. Configure both checkout request and hotel review as top-level cases.

Answer: B


NEW QUESTION # 71
You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?

  • A. Create a field value record named Open-Review for. pyStatusWork with the Apply To class set to the class group.
  • B. Create a field value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application
  • C. Circumstance the existing Open field value record on the application name and update the status value to Open-Review.
  • D. Add the Open-Review status to the Application record for the application.

Answer: A


NEW QUESTION # 72
You have created a new report that contains a list of employees, hire dates, and managers. You have been asked to display each manager in a row. Beneath each manager row, you must list the manager's employees and their hire dates. How do you support this request?

  • A. Summarize the manager column
  • B. Sort the manager column
  • C. Filter the manager column
  • D. Group the manager column

Answer: D


NEW QUESTION # 73
Users must provide values to certain fields before submitting a job application 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. Configure the mandatory fields as Always Required on the form at runtime.
  • C. Use an Edit Validate rule to verify if each of the mandatory properties has a value.
  • D. Configure a Disable when condition on the mandatory fields at runtime.

Answer: B


NEW QUESTION # 74
Which scenario requires you to make updates in Dev Studio?

  • A. A customer representative can approve or reject a claim.
  • B. A task is reassigned when it reaches a service-level agreement goal.
  • C. A new confirmation view displays a read-only text property.
  • D. An email correspondence is added to the case type.

Answer: B


NEW QUESTION # 75
You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process.
Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.
After you create the Interview child case, how to do you configure the case type to achieve the required behavior?

  • A. Following the Create Case step, add a services-level agreement (SLA) that escalates the parent case after
    48 hours.
  • B. Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status.
  • C. Following the Create Case step, add a Wait step that pauses the parent case until the application schedules the interview.
  • D. Following the Create Case step, add an Interview step that is automatically resolved after 48 hours.

Answer: B


NEW QUESTION # 76
Which statement most accurately describes the use of pega mobile preview?

  • A. pega mobile preview allows you to run a pega application on a mobile device
  • B. pega mobile preview models a typical user interaction to scenario test a mobile app
  • C. pega mobile preview simulates the application user interface for various mobile devices
  • D. pega mobile preview simulates user loads to test mobile app performance

Answer: C


NEW QUESTION # 77
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 do you use together to build the decision table? (Choose Two)

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

Answer: A,B


NEW QUESTION # 78
You configure a service level to adjust assignment urgency to 100 when the goal interval lapses.
How does assignment urgency impact the deadline and passed deadline intervals?

  • A. Urgency value continues to increment as configured.
  • B. Urgency value remains at 100, but other service level processing continues.
  • C. The user is notified that the maximum urgency has been reached.
  • D. Service level processing is halted until the assignment is completed.

Answer: B


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

Answer: C


NEW QUESTION # 80
A hotel booking application allows customers to change rooms after making a reservation. Each room's status in each hotel is stored on a data page sourced from an external database table.
Which two configuration options, when applied in combination, do you use to update the database table when a customer changes rooms? (Choose Two)

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

Answer: C,D


NEW QUESTION # 81
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.
Object Type a ACME-Products-Data-Color or ACME-Products-Work-Color or
ACME-Products-Work-ColorFeedback
Edit Mode a Readonly Or Editable Or Savable
Scope a Thread Or Requestor Or Node

  • A. List, ACME-Products-Data-Color,ReadOnly,Thread
  • B. List, ACME-Products-Data-Color,ReadOnly,Node
  • C. List, ACME-Products-Work-ColorFeedback,ReadOnly,Node
  • D. Page, ACME-Products-Data-Color,ReadOnly,Node
  • E. Page, ACME-Products-Data-Color,ReadOnly,Requestor
  • F. List, ACME-Products-Work-Color,ReadOnly,Node

Answer: B


NEW QUESTION # 82
You are developing a case type that processes scholarship applications. Scholarship applications advance based on the standardized test scores of the applicants. A decision shape directs the process flow. You want to test whether the process flows correctly, but you have not fully configured the user interface so that applicants can enter their standardized test scores.
How do you test that the process flows correctly based on the decision?

  • A. Use a declare expression to set a value for the standardized test score field.
  • B. Use the Clipboard tool to set a value for the standardized test score field.
  • C. Use the Run Rule window to create a unit test to evaluate the flow rule.
  • D. Use Live Ul to see how the case processes and if an error occurs.

Answer: C


NEW QUESTION # 83
. 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 for the asset ID field to the required format?

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

Answer: B


NEW QUESTION # 84
A data page holds product information. The data page's Reload if older Than field is set to 15 minutes. The data page is created at 06:12.At 06:20 the user requests product information. At 06:42 the user requests product information. When is the data page reloaded?

  • A. 06:20
  • B. 06:35
  • C. 6:27
  • D. 06:42

Answer: D


NEW QUESTION # 85
......

PEGAPCSA87V1 Test Engine files, PEGAPCSA87V1 Dumps PDF: https://www.dumpstorrent.com/PEGAPCSA87V1-exam-dumps-torrent.html

Latest Pegasystems PEGAPCSA87V1 PDF and Dumps (2023) Free Exam Questions Answers: https://drive.google.com/open?id=1sSBlD1Eet_uW4R3MakH8aFPdicUUE0t8