Pegasystems PEGAPCSA84V1 Pega Certified System Architect (PCSA) 84V1 Online Training
Pegasystems PEGAPCSA84V1 Online Training
The questions for PEGAPCSA84V1 were last updated at Feb 08,2025.
- Exam Code: PEGAPCSA84V1
- Exam Name: Pega Certified System Architect (PCSA) 84V1
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
Users can select a check box to subscribe to a text messaging service. Selecting the check box displays a field for a user to enter a mobile phone number.
How do you configure the application to display a field for entering a mobile phone number only when the check box is selected?
- A . Use a when condition in a data transform to determine whether to show the mobile phone number field.
- B . Use a when condition in the flow to branch the flow based on case data.
- C . Use a circumstance on the check box property to create a rule variant that is effective when the check box is selected.
- D . Use a when condition in the UI form to determine whether to show the mobile phone number field.
In an application that sells office supplies, the Payment view displays order items and collects payment information. In the Payment section rule, the order items are grouped in a dynamic layout. You find out later that the Order Summary view must also display the order items.
How do you configure the UI so that the order items display is shared between the Payment view and Order Summary view?
- A . Convert the Payment section layout that contains order items to a section, and embed this section in the Order Summary section.
- B . Build the Order Summary section with a layout inside to group the order items, similar to the Payment section.
- C . Embed the Payment section in the Order Summary section.
- D . Reuse the Payment section in the Order Summary view and use a disable when condition to disable payment information on the Payment section rule.
You are designing a form for an online bookstore to show new arrivals.
Which layout do you use to display the book cover pictures, as shown in the image?
- A . Dynamic layout
- B . Repeating dynamic layout
- C . Column layout
- D . Screen layout
Customers on a hotel booking application can add additional amenities to their reservation. The application displays a view with the available amenities, descriptions and costs. To reduce scrolling, the content is organized into multiple areas. Each area is accessed using a drop down menu that lists each amenity.
How do you configure the user interface to improve access to the content and achieve the business requirement described?
- A . Configure a disable when condition on each field to allow access when the associated amenity is selected on the drop down control.
- B . Configure a repeating dynamic layout with an embedded section for each amenity and set the layout format to grouped.
- C . Configure a layout group to separate each amenity into individual panels and set the layout to a menu format.
- D . Configure a visible when condition on the drop down control to display each section when the associated amenity is selected.
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 the Interview case reaches a status of Resolved.
- 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 48 hours have elapsed.
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 participant role do you select to configure this requirement?
- A . Customer
- B . Interested individual
- C . Owner
- D . Work queue
Hospital staff members enter appointment details including relevant patient information, diagnoses, lab orders, and prescribed medication. This information is aggregated in the Patient visit summary view. The patient receives a copy of this view through email.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Add a Create PDF automation that references the Patient visit summary view.
- B . Add a Send Email step and enable the option to include attachments.
- C . Add a Send Email step and compose the message to reference the relevant properties.
- D . Enable email notifications on the case type.
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 . In the Employment Information process add a card type true/false field to a user view.
- B . In the Employment Information process add a custom condition to start the process by testing the card type.
- C . In the Employment Information process add an Approve/Reject step to test the card type.
- D . In the Employment Information process validate card type for continued processing.
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 a user submits a specified value
- C . Pausing a case until another case reaches a specified status
- D . Pausing a case until a new child case is created
In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level.
Where should the service level be configured?
- A . The process
- B . The stage
- C . The case type
- D . The step