Pegasystems PEGACPSA23V1 Certified Pega System Architect Online Training
Pegasystems PEGACPSA23V1 Online Training
The questions for PEGACPSA23V1 were last updated at Jul 18,2025.
- Exam Code: PEGACPSA23V1
- Exam Name: Certified Pega System Architect
- Certification Provider: Pegasystems
- Latest update: Jul 18,2025
Which of these options are typically configured on a dynamic layout? (Choose Two)
- A . Align columns and rows to present data in a spreadsheet
- B . Label Positioning
- C . Number of columns in each row
- D . Alignment of field values
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 . Validate rule
- B . Min/Max characters
- C . Text data type
- D . Edit Validate rule
Which statement most accurately describes the use of pega mobile preview?
- A . pega mobile preview simulates the application user interface for various mobile devices
- B . pega mobile preview allows you to run a pega application on a mobile device
- C . pega mobile preview simulates user loads to test mobile app performance
- D . pega mobile preview models a typical user interaction to scenario test a mobile app
A restaurant has a case type that allows customers to book the dining room for events. Customers provide basic information including party size and indicate whether they want the restaurant to cater the event.
If catering is not required, customers are given a rental rate quote.
If customers indicate that they want the restaurant to cater the event, they must provide menu preference and schedule and appointment to do menu testing before they are given a quote.
Which two options do you use to configure the case type to achieve the requested behavior? (Choose Two.)
- A . Create a check box for customers to indicate whether they want the restaurant to cater the event. Add a decision shape that evaluates whether the customer checks the box.
- B . Create a check box for customers to indicate whether they want the restaurant to cater the event. Configure the menu preferences and appointment date fields with a visibility condition.
- C . Create a process for providing menu preference and scheduling the menu tasting appointment. Create a parallel process for providing the customer with the rental rate quote.
- D . Create a process for customers to indicate menu preference and schedule the menu tasting appointment. Add the process as a case-wide optional action.
A company requires that patients receive status updates during processing of medical tests.
Patients are not users of the application.
You create the work party for the patient as an instance of which class?
- A . Data-Party-Person
- B . Data-Party-Operator
- C . Data-Party-Org
- D . Data-Party-Com
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Tracer tool can you use to diagnose the problem while minimizing the impact on application performance? (Choose two.)
- A . The Save function
- B . Breakpoints
- C . The Watch function
- D . The Clipboard tool
You create an application to track package deliveries. Choose three elements that are essential for this application. (Choose Three)
- A . A delivery cancellation child case
- B . A shipment tracking case type
- C . A set of fields to capture the shipping details
- D . A work party to represent the customer
- E . A user view to enter the shipping details
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability.
How do you enforce these restrictions when requesting an instant loan?
- A . Use a Validate rule to call two Edit validate rules: one for income and one for liability.
- B . Use two Edit Validate rules: one for income and one for liability.
- C . Use a single Validate rule with two conditions: one for income and one for liability.
- D . Use Ul controls to validate the entries in the income and liability fields.
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the____in the service level to 5 days.
- A . passed deadline
- B . urgency
- C . deadline
- D . goal
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 . Define a reference property that refers to the data page.
- C . Configure .Product to refer to a keyed data page.
- D . Select Copy data from a data page on .Product.