[Aug 10, 2023] Get Unlimited Access to PEGAPCSA87V1 Certification Exam Cert Guide [Q40-Q61]

Share

[Aug 10, 2023] Get Unlimited Access to PEGAPCSA87V1 Certification Exam Cert Guide

Reliable Study Materials for PEGAPCSA87V1 Exam Success For Sure


The PEGAPCSA87V1 certification exam consists of 53 multiple-choice questions that must be completed within 90 minutes. PEGAPCSA87V1 exam is available in English and is conducted online through the Pega Academy. PEGAPCSA87V1 exam is designed to evaluate the candidate's knowledge and understanding of Pega Platform, including application design, integration, testing, and deployment.


The PEGAPCSA87V1 exam is intended for system architects, developers, and technical staff who work with Pega systems. Candidates who pass the exam are awarded the Pega Certified System Architect (PCSA) certification, which is globally recognized and highly valued in the industry.

 

NEW QUESTION # 40
A requirement states: A customer can update an address at any point during case processing by performing the following steps.
1. The customer submits the new address.
2. The application verifies that the address matches postal service requirements.
3. The customer then approves the corrected address. How do you configure this requirement?

  • A. Add an alternate stage to the case life cycle to change the address.
  • B. Add a button to each assignment to present the customer with a form to submit a new address.
  • C. Add a case-wide optional process to the case workflow to perform the address change.
  • D. Add a case-wide optional action to the workflow for the address submission.

Answer: C


NEW QUESTION # 41
Which two statements about data objects are true? (Choose Two)

  • A. A draft data object references a data type.
  • B. Data objects can reuse assets from an existing data object through inheritance.
  • C. A data object created in App Studio creates a data type in Dev Studio.
  • D. Data objects are sourced from an external system of record.

Answer: B,C


NEW QUESTION # 42
The page .Product contains data retrieved from an external system of record using a data. How do you ensure
.Product always contains the most current data from the data page?

  • A. Select Refer to a data page on .Product.
  • B. Select Copy data from a data page on .Product.
  • C. Configure .Product to refer to a keyed data page.
  • D. Define a reference property that refers to the data page.

Answer: A


NEW QUESTION # 43
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 the Clipboard tool to set a value for the standardized test score field.
  • B. Use a declare expression to set a value for the standardized test score field.
  • C. Use Live Ul to see how the case processes and if an error occurs.
  • D. Use the Run Rule window to create a unit test to evaluate the flow rule.

Answer: D


NEW QUESTION # 44
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.
Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)

  • A. Configure the first step to instantiate the case type as a temporary case.
  • B. Add a persist case shape after the first step.
  • C. Configure the starting flow to instantiate the case type as a temporary case.
  • D. Apply a when condition to the first step to persist only cases requiring updates.

Answer: A,D


NEW QUESTION # 45
Match each use case to the appropriate configuration.

Answer:

Explanation:
Graphical user interface, text, application Description automatically generated


NEW QUESTION # 46
When applying for a credit limit increase, customers with standard credit cards must provide information in an Employment Information process. Requests from customers with Platinum credit cards automatically skip this process.
What task do you perform to implement this requirement?

  • A. Add a validation condition to the card type for continued processing.
  • B. Add an Approve/Reject step to test the card type.
  • C. Add a card type true/false field to a user view.
  • D. Add a custom condition to start the process by testing the card type.

Answer: D


NEW QUESTION # 47
A developer configures a button with the action set as shown in the following image.

Answer:

Explanation:

Explanation
Text, letter Description automatically generated


NEW QUESTION # 48
You configure an application to allow users to download a mobile app. When users select one of the three supported platforms (Android, iOS, or Windows Mobile), the application opens a new window pointing to the appropriate app store. How do you configure this behavior?

  • A. Add one button and configure three action sets. In each action set, specify a click event and add an action that opens the vendor's URL in a window.
  • B. Add a button for each platform and configure an action set for each button. In each action set, specify a click event and add an action that opens the vendor's URL in a window.
  • C. Add one button and configure one action set. In the action set, specify a click event with three actions to open each vendor URL in a window. Apply a when rule to each action to determine the correct URL.
  • D. Add three check boxes and one button. For each check box, configure an action set with a click event to set the value of the URL. For the button, configure an action set with a click event to open the URL in a window.

Answer: B


NEW QUESTION # 49
Sales managers must be able to approve sales quote proposals by email and from a mobile device. How do you implement this requirement?

  • A. Add an Approve/Reject step and enable email notifications on the case type.
  • B. Add an Approve/Reject step and a Send Email step.
  • C. Add an Approve/Reject step with mobile approval enabled and a Send Email step.
  • D. Add an Approve/Reject step and enable email and mobile approval.

Answer: C


NEW QUESTION # 50
In which situation do you configure branched rulesets?

  • A. A team needs to work on the next version of an application while preparing to migrate the current version.
  • B. Multiple teams need to work on the same application version
  • C. One team creates a new patch for an application while another team creates a new major version of the application
  • D. You need to delegate rules to process owners from the business

Answer: B


NEW QUESTION # 51
Which three use cases demonstrate the Pega dynamic Ul behavior? (Choose Three)

  • A. Automatically calculate order total when users change quantities.
  • B. Display a message upon form submission that a date field must be in the future.
  • C. Unmask a password field when users click an icon.
  • D. Display a shipping address section when users select the Different than billing address check box.
  • E. Display partner information fields when a screen loads for married applicants.

Answer: C,D,E


NEW QUESTION # 52
You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?

  • A. Add a weighted condition where the work status of potential duplicates does not contain "Resolved"
  • B. Add a weighted condition that evaluates the work status of current and existing cases where work status equals "Resolved" and has a weight of "0"
  • C. Add a must match condition where the work status of potential duplicates does not contain "Resolved".
  • D. Add a must match condition where the work status of the current case does not contain "Resolved"

Answer: A


NEW QUESTION # 53
Choose two scenarios that you configure using procedural processing. (Choose Two)

  • A. A prescription order page with a list of available prescriptions sent from the customer's health care provider. When the user opts to fill one or more prescriptions, the cost summary updates.
  • B. A flight booking page where customers can adjust the location and date of the departure and return flights. The ticket prices recalculate after the customer chooses the "recalculate price" option.
  • C. A purchase order request page with a summary of items. The order total price updates after the customer changes a quantity.
  • D. A restaurant reservation page in which the user chooses a reservation and the system returns the number of available tables.

Answer: A,D


NEW QUESTION # 54
In the Answer Area, choose the correct test type for each test characteristic.

Answer:

Explanation:

Explanation
Unit Test
Scenario Test
Unit Test


NEW QUESTION # 55
Which two statements demonstrate the role of a report? (Choose Two)

  • A. Reports are used to update data in a database.
  • B. Reports are used to select items from a list while working in an assignment.
  • C. Reports are used to assess process performance.
  • D. Reports are used to source a list of selectable items while working in an assignment

Answer: B,C


NEW QUESTION # 56
An application allows consultants to enter hours worked on a project on a weekly basis.
Consultant hours need approval by the manager and the project supervisor. The approvals can occur in any order Which approval configuration meets this requirement?

  • A. Configure a parallel process for each of the required approvals
  • B. Add an optional action for each approval in the appropriate stage
  • C. Configure a single cascading approval based on an authority matrix
  • D. Add the manager approval to an alternate stage in the case life cycle

Answer: A


NEW QUESTION # 57
Users can access an apartment hunting application from different devices with different screen sizes.
A screen displays the photos of available properties. By default, the photos are displayed in three columns.
When the screen width is less than 800 pixels, the photos should be displayed in two columns. How do you implement the screen for this requirement?

  • A. Use a column layout with a responsive breakpoint at 800 pixels to hide the left column.
  • B. Circumstance the section rule to display different number of columns at different screen sizes.
  • C. Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid tripleto inline-grid double format.
  • D. Circumstance the layout to display different number of columns at different screen sizes.

Answer: C


NEW QUESTION # 58
Which studio do you use to configure a service level agreement (SLA) with a passed deadline?

  • A. Prediction Studio
  • B. Dev Studio
  • C. App Studio
  • D. Admin Studio

Answer: B


NEW QUESTION # 59
Which configuration informs a user by email when an assignment is added to the user's worklist?

  • A. Configure a service level to send a notification to the assigned user.
  • B. Configure the case type to send assignment notifications to assigned users.
  • C. Add a Send Email step to the process after the assignment to notify the assigned user.
  • D. Add a Send Notification step to the process after the assignment to notify the assigned user.

Answer: A


NEW QUESTION # 60
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 # 61
......

New Pegasystems PEGAPCSA87V1 Dumps & Questions: https://guidetorrent.dumpstorrent.com/PEGAPCSA87V1-exam-prep.html