PEGAPCSA87V1 Self-Study Guide for Becoming an Pega Certified System Architect (PCSA) 87V1 Expert [Q64-Q85]

Share

PEGAPCSA87V1 Self-Study Guide for Becoming an Pega Certified System Architect (PCSA) 87V1 Expert

PEGAPCSA87V1 Study Guide Realistic Verified PEGAPCSA87V1 Dumps

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

Answer: B

 

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

Answer: C

 

NEW QUESTION 66
Which of these options are typically configured on a dynamic layout? (Choose Two)

  • A. Number of columns in each row
  • B. Label Positioning
  • C. Alignment of field values
  • D. Align columns and rows to present data in a spreadsheet

Answer: A,B

 

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

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

Answer: C

 

NEW QUESTION 68
You are asked to build a report listing customer order cases with an Order Total value over USD10000 sorted by Creation date (pxCreateDate). The report should display the following three fields: Case ID (pylD), Customer ID, and Order Total. Which property or property combination should you optimize to improve performance?

  • A. Customer ID and Order Total
  • B. pxCreateDate and Order Total
  • C. Order Total
  • D. pxCreateDate

Answer: A

 

NEW QUESTION 69
A case type for voiceover requests includes two tasks: Edit Script and Record Script. Your team has been asked to route Edit Script tasks to editors and Record Script tasks to actors.
Which approach fulfills this requirement?

  • A. Create two new work queues, one for editors and one for actors.
  • B. Create one new work queue and split the tasks by type.
  • C. Create two new work groups in Dev Studio that reference one work queue.
  • D. Create one work group for both personas and route to the work group.

Answer: A

 

NEW QUESTION 70
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 simulates user loads to test mobile app performance
  • C. pega mobile preview simulates the application user interface for various mobile devices
  • D. pega mobile preview models a typical user interaction to scenario test a mobile app

Answer: C

 

NEW QUESTION 71
University admission application cases automatically advance in the case life cycle if the application standardized test scores are above a certain threshold.
The threshold is determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose Two.)

  • A. Configure a process with a decision shape that continues if the TestThreshold Configuration setting is than the application's test score.
  • B. Configure a testThreshold Configuration setting that calculates the national average for the test score threshold.
  • C. Configure a TestThreshold Configuration setting with the national average for the test score threshold.
  • D. Configure a process with a decision shape that continues if the TestThreshold configuration setting is less than the applicant's test score.

Answer: C,D

 

NEW QUESTION 72
Which two statement are true about insights? (Choose two.)

  • A. You can transform data queries into sharable visualizations.
  • B. You can search for an select the fields that you want to include in an insight.
  • C. You can edit application data directly in an insight.
  • D. You can transform sharable visualizations into data queries.

Answer: A,C

 

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

  • A. To create the dependent property after case creation
  • B. To display the destination value as the location value
  • C. To execute a flow action
  • D. To set default values for a case
  • E. To copy the first and last name properties into a single property value

Answer: B,D,E

 

NEW QUESTION 74
Select each Application Design Requirement on the left and drag it to the appropriate Design Approach on the right Application design requirement
1. Display only relevant fields for a given task
2. Help the user perform an expected task
3. Record the justification for an action taken on case
4. Alert the user of a pending assignment

  • A. Intent Driver Ul
  • B. Assignment Instruction
  • C. Audit Note
    * 1-b,2-a,3-d,4-c
    * 1-a,2-b,3-d,4-c
    * 1-b,2-c,3-d,4-a
    * 1-c,2-d,3-b,4-a
  • D. Assignment Notification

Answer: C

 

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

Answer:

Explanation:

Explanation
Diagram Description automatically generated

 

NEW QUESTION 76
You have been asked to create a pie chart that shows the number of cases each manager has created. A list report contains columns for manager name, case ID, and office. How do you configure the list report in order to create the pie chart?

  • A. Summarize the manager name column.
  • B. Group the manager name column.
  • C. Summarize the case ID column
  • D. Group the case ID column.

Answer: A

 

NEW QUESTION 77
How do you enable field-level auditing for properties?

  • A. Enable field-level auditing for the case type.
  • B. Add a field validation to the case workflow.
  • C. Enable the auditing feature on the property rule forms.
  • D. Add an auditing optional action to the case workflow.

Answer: A

 

NEW QUESTION 78
To process an employee retirement package, the system requires approvals from the supervising manager, and the ...
How do you implement the requirements so that each approver can work independently?

  • A. Create three parallel processes with approval steps.
  • B. Route the assignment to a work queue to which all three roles have access.
  • C. Create an approval step with cascading approval.
  • D. Create business logic to route the assignment to the different approvers.

Answer: C

 

NEW QUESTION 79
In a hiring application:
* An employee interviews the candidate.
* The Human Resources (HR) team creates and send s the officer letter.
* The Information Technology (IT) team assigns the workstation.
* The facilities team assigns the work desk.
To meet these requirements, what persona do you create?

  • A. Employee, HR, IT Facilities
  • B. Employee, HR, Facilities
  • C. HR, IT, Facilities
  • D. Employee, IT, Facilities

Answer: D

 

NEW QUESTION 80
To qualify for an instant loan, an applicant must be older than 21 and have a monthly income of atleast USD2000. How do you enforce these restrictions?

  • A. Use two Validate rules: one for age and one for income.
  • B. Configure the Ul controls to only accept values greater than 21 for age and USD2000 for income.
  • C. Use a single Validate rule with two conditions: one for age and one for income.
  • D. Use two Edit Validate rules: one for age and one for income.

Answer: C

 

NEW QUESTION 81
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 Wait step that pauses the parent case until the application schedules the interview.
  • B. Following the Create Case step, add a services-level agreement (SLA) that escalates the parent case after
    48 hours.
  • C. Following the Create Case step, add an Interview step that is automatically resolved after 48 hours.
  • D. Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status.

Answer: D

 

NEW QUESTION 82
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 name of the database where the source data is stored
  • B. A backup endpoint URL if the configured URL refuses to connect
  • C. A plan for mapping the data and REST response fields
  • D. The data views using the external data source

Answer: C

 

NEW QUESTION 83
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: C

 

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

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

Answer: B,C,E

 

NEW QUESTION 85
......

Valid PEGAPCSA87V1 Exam Dumps Ensure you a HIGH SCORE: https://passleader.testpassking.com/PEGAPCSA87V1-exam-testking-pass.html