Pegasystems PEGACPSA23V1 Certified Pega System Architect Online Training
Pegasystems PEGACPSA23V1 Online Training
The questions for PEGACPSA23V1 were last updated at Jul 22,2025.
- Exam Code: PEGACPSA23V1
- Exam Name: Certified Pega System Architect
- Certification Provider: Pegasystems
- Latest update: Jul 22,2025
Which two statements about data records are true? (Choose Two)
- A . Data records define permissible values for data fields.
- B . Data records are displayed in a searchable text field by default.
- C . Data records require external storage.
- D . Data records are displayed in a drop-down list by default.
In a hotel reservation application, a form displays a list of hotels with available rooms based on the check-in and check-out dates entered by users.
How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
- A . Display the hotel in an embedded section with a visible when condition.
- B . Configure edit validates on the date fields to refresh the section when the date values change.
- C . Configure action sets on the date fields to refresh the section when the date values change.
- D . Configure an action set on the hotel list display to refresh the section when the hotel list changes.
Employees submit time-off requests that must be approved by their manager. If the requested time off is extended beyond three weeks, the manager, director, and a member of human resources (HR) must approve the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Create a decision table and evaluate all rows.
- B . Use a cascading approval with an authority matrix.
- C . Use a cascading approval with a reporting structure.
- D . Configure custom approvals in the reporting structure.
Which requirement demonstrates the need configure correspondence?
- A . Phone a customer for additional information about the case
- B . Case worker receives a mobile push notification to approve an insurance claim
- C . Assign a new insurance claim to a case worker to process
- D . Email the case worker when the insurance claim is routed to their worklist
Which source do you select for a data page that contains the details of single record for a data type?
- A . Report definition
- B . Data transform
- C . Connector
- D . Lookup
Timesheets require the following approvals:
Regular 40 hours -> Supervisor of employee
Any overtime -> Manager of Supervisor
Worked on weekend -> VP Finance
Negative time-off balance -> HR Director
Which two conditions require an authority matrix? (Choose two.)
- A . Worked on weekend -> VP Finance
- B . Negative time-off balance -> HR Director
- C . Any overtime -> Manager of Supervisor
- D . Regular 40 hours -> Supervisor of Employee
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 . Order Total
- B . pxCreateDate
- C . Customer ID and Order Total
- D . pxCreateDate and Order Total
Which two data requirements ensure valid data? (Choose Two)
- A . The data fits the business logic.
- B . The data is organized in a data type.
- C . The data is locally sourced.
- D . The data is the correct type.
Which two statements about Configuration sets are true? (Choose two.)
- A . Used if a Dynamic System Setting does not meet the requirements
- B . Used to organize Configuration settings with a common element
- C . Configured by modifying the Data-Configuration-Settings class
- D . Enables the business to control application behavior
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
- A . Do nothing. The pre-processing data transform is only called once for each assignment.
- B . Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- C . Configure the data transform as post-processing instead of pre-processing.
- D . Add logic to the pre-processing data transform to test if values were already initiated.