Pegasystems PEGACPSA23V1 Certified Pega System Architect Online Training
Pegasystems PEGACPSA23V1 Online Training
The questions for PEGACPSA23V1 were last updated at Apr 21,2025.
- Exam Code: PEGACPSA23V1
- Exam Name: Certified Pega System Architect
- Certification Provider: Pegasystems
- Latest update: Apr 21,2025
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.
Users create Insurance Coverage Request Cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure and the type of the procedure. After entering the information, the user submits the request for a review of the patient’s insurance policy. Because multiple users enter requests, the duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements:
Ensure that users can identify duplicate requests. If a case is duplicated, it is not written to the database. Otherwise, write the case to the database.
Which two options configure the application so that users can identify duplicate requests? (Choose two)
- A . Add a duplicate search step to the case life cycle design.
- B . Configure a duplicate search decision table and add it to a Decision shape
- C . Configure weighted conditions.
- D . Configure a validation rule to validate matching cases.
You are testing an airline reservation case type that does not yet have a UI configured. You need to verify that changing the Purchase Insurance field in the Clipboard updates the TotalCost field.
In which category of the Clipboard tools would you expect to find the Purchase Insurance field?
- A . Linked Property Pages
- B . User Pages
- C . Data Pages
- D . System Pages
What is the purpose of the Test coverage tool?
- A . To determine how many rules are covered and not covered bv Peqa Platform tests.
- B . To determine which application needs to be assessed for test coverage.
- C . To identity which users have the appropriate permissions to run test suites.
- D . To create user-level test coverage reports, but not application-level coverage reports.
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 . Local system of record
- B . No system of record
- C . External system of record
With Pega’s Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?
- A . Create a rule for the variation and add the rule to the common layer of the application.
- B . Create a rule for the variation and replace the existing HR time off rule in the application common layer.
- C . Create a rule for the variation and add it to a secondary common application layer.
- D . Create a rule for the variation and add the rule to the layer for the region
In a claims application customers can file home insurance claims. Each claims contains a list of items of loss. Depending on the situation, some claims… investigated for potential fraud in parallel to the actual claim process.
Which two case types do you create to support this scenario? (Choose two.)
- A . Items of loss
- B . Customer
- C . Claim
- D . Fraud Investigation
From the employee training portal, an employee opens a new Enrollment case, submits course selections, and receives an email confirmation. There is an error in the email confirmation. You must identify the cause of the error by recording a set of interactions on the portal and testing expected behavior on the data collection fields.
What three steps, when applied in combination, achieve the required testing? (Choose Three)
- A . Add stage-entry validations on the Enrollment case fields.
- B . Create a test case for the employee portal.
- C . Add assertions on the Ul elements to verify correct data collection.(Ul Assertion)
- D . Run a new Enrollment case from the employee training portal.
- E . Add field validations on the course selection step.
In a banking application, which two options must be used together to present users with a set of balance transfer options only if they select to transfer a balance to their credit card? (Choose two)
- A . Add an action set on the layout containing the balance transfer offers to trigger a refresh
- B . Add a visible when condition on the check box for the balance transfer election
- C . Add an action set on the check box for the balance transfer election to trigger a refresh
- D . Add a visible when condition on the layout containing the balance transfer offers
What is the relationship between pyWorkPage and case data?
- A . pyWorkPage contains only the data entered by users while creating and processing a case.
- B . pyWorkPage contains all the data pages accessed while creating and processing a case.
- C . pyWorkPage contains only the data generated by the system while creating and processing a case.
- D . pyWorkPage contains all the case data generated while creating and processing a case.