PEGACPSA23V1 Free Sample Questions

Certified Pega System Architect 23 Practice Test
10/202 questions ยท Unlock full access
Q1Multiple answers

A financial services firm is using Pega to automate its fraud investigation process. A requirement states that if an investigation case remains in the 'Initial Triage' stage for more than 4 hours, its urgency must increase by 10. If it remains for more than 8 hours, it must be automatically routed to a senior investigator's work queue. Which two rule types must be configured on the Service Level Agreement (SLA) rule to meet this requirement? (Select TWO)

Q2

A healthcare organization needs to create a report listing all patient admission cases that have an associated 'High-Risk' flag. This flag is stored as a boolean property `.isHighRisk` in an embedded page `.PatientData`. The business requires that this report should only be visible to users in the 'Clinical Supervisors' access group. Where would a developer configure the visibility constraint for this report?

Q3

A mobile application for field technicians needs to function in areas with intermittent network connectivity. Technicians must be able to create new service request cases and update existing ones while offline. Which configuration is essential to ensure data entered offline is synchronized back to the server once connectivity is restored?

Q4

A developer is tasked with securing an application so that only users with the 'Manager' role can approve expense reports exceeding USD 5,000. The approval logic is implemented in a flow action. What is the most direct and maintainable way to enforce this security requirement?

Q5

A case type for processing university applications includes a multi-step process for reviewing applicant documents. To improve processing time, the university wants to allow different reviewers to work on the 'Transcript Review' and 'Essay Review' steps simultaneously. Which type of process should be configured to enable this parallel work?

Q6

True or False: In a Pega application built on the Constellation architecture, you can directly use a section rule created in Dev Studio within a view configured in App Studio.

Q7

A data page is sourced from a REST connector to fetch customer details from an external system. To improve performance, the data should be cached and only refreshed if it is more than one hour old. How should the developer configure the data page's refresh strategy?

Q8

A developer needs to ensure that a property for a Social Security Number (SSN) is always entered in the format XXX-XX-XXXX. Which rule type is the most appropriate and reusable way to enforce this specific format validation?

Q9

A retail company has an 'Order Fulfillment' case type. When an order is for a high-value item (over $1000), a child case for 'Insured Shipping' must be created. For standard items, this child case is not needed. Which automation shape in the process flow is best suited to implement this conditional case creation?

Q10

During application development, you need to set a default value for the `.OrderDate` property to the current date whenever a new 'Purchase Order' case is created. What is the recommended, guardrail-compliant approach to achieve this?