Pegasystems PEGACPSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 12.05.2025- Prüfungscode: PEGACPSA23V1
- Prüfungsname: Certified Pega System Architect
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 12.05.2025
Creating a new rule in Pega Platform is typically done to define a new behavior or functionality in the application, which can then be reused as needed. In the given scenario, a designer is reusing a UI section every time the same behavior is needed in the application. By creating a new rule for the UI section, the designer can ensure consistent behavior and avoid duplicating effort.
For which use case do you create a new rule in a Pega Platform™ application?
- A . A developer creates a parallel process to audit changes that a service agent makes.
- B . A developer makes changes to an email message configured in the case life cycle.
- C . A designer reuses a UI section every time the same behavior is needed in the application.
- D . A business user issues a change request for the application to set the default value of a field.
You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?
- A . Circumstance the existing Open field value record on the application name and update the status value to Open-Review.
- B . Add the Open-Review status to the Application record for the application.
- C . Create a field value record named Open-Review for. pyStatusWork with the Apply To class set to the class group.
- D . Create a field value record named Open-Review for. pyStatusWork and configure an Access When record to apply the status to the correct application
How do you indicate the progress of a case toward resolution?
- A . Apply service levels to the assignment steps.
- B . Design intent-driven user interfaces.
- C . Update the case status on the appropriate steps.
- D . Configure a case notes field to capture progress information.
You are creating a case type to process job applications for a large corporation. Job applications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check.
How do you configure a case type to achieve the required behavior?
- A . Create a process for the physical assessment that is followed by a process for the background check.
- B . Create a process for the physical assessment that is parallel to the background check process.
- C . Create a process on one stage for the background check and a process on another stage for the physical assessment.
- D . Create a process for the background check and an optional process for the physical assessment.
Which piece of application content do you localize by using a Field Value rule?
- A . Labels and drop-down values on a section rule
- B . Logos or other images on a harness rule
- C . User instructions in a paragraph rule
- D . User-editable text in a correspondence rule
You need to test whether a user interface is suitable for users with visual disabilities, such as Deuteranopia (red-green confusion).
How do you perform this task?
- A . Use the Accessibility Inspector.
- B . Use a screen reader extension.
- C . Enable the Live UI tool.
- D . Unit test section rules.
A requirement states: The tax identification number must contain 10 digits.
How do you configure the field to support this requirement?
- A . Set the minimum and maximum values to "10" in a text field
- B . Use an edit validate rule that validates the tax identification number pattern.
- C . Use a decimal property type and make the field required.
- D . Configure a validate rule to test the tax identification number pattern.
Customers can log their own product support requests using an online portal. Once logged in, the portal displays the list of products purchased by the customer. The customer can initiate one or more support requests for each product.
What is the appropriate scope for a data page that sources the list of products purchased by the customer?
- A . Thread
- B . System
- C . Requestor
- D . Node
You are configuring an application to process travel reservations. The reservation case creates child cases for each booking component: flight, hotel stay, and vehicle rental.
How do you update the total cost of the reservation as users update each child case?
- A . Define a case calculation to update the reservation total with the total of each child case.
- B . Configure the Create Case shape to propagate the total cost from each child case to there servation. Create a declare expression to update the reservation total when the cost of each component changes.
- C . Add the Update Case shape to the Reservation case type to capture changes to each component cost.
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Trace tool allow you to diagnose the problem without affecting application performed? (Choose Two.)
- A . Breakpoints
- B . The Event monitor
- C . The Watch function
- D . The Clipboard tool