Pegasystems PEGACPSA23V1 Exam Questions
Certified Pega System Architect 23 (Page 4 )

Updated On: 12-Apr-2026

A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base.
What approach maximizes reuse and maintainability?

  1. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
  2. Place the updated rules into a new ruleset and include the new ruleset in a new application.
  3. Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.
  4. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.

Answer(s): D

Explanation:

In a scenario where the development team plans to enhance functionality of an existing application and wants to pilot the enhancements to a small group of users first, maintaining high reuse and maintainability is crucial. The most effective approach is:
D . Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application: This method leverages Pega's versioning and application structure to facilitate controlled access to new features. By creating a new minor version of the ruleset for the updated UI rules, the changes are neatly encapsulated, making them easy to manage and deploy. Including this new ruleset version in a new version of the application allows for specific user groups to be targeted for the pilot without disrupting the main user base. This approach maximizes reuse by building on existing rulesets and maintainability by clearly segregating enhancements for easy management and rollback if necessary. Options A, B, and C do not offer the same level of granularity and control over the deployment and access to the enhanced functionalities, making D the most suitable choice for achieving the objectives of reuse and maintainability while piloting new features.


Reference:

Pega's best practices for application development stress the importance of effective ruleset and application version management for facilitating controlled rollouts and ensuring the maintainability of applications as they evolve.



A disrupted transaction case records account information using a page property. Account information is recorded at the time the case is created and does not update when the case is further processed. Account information is stored in an external system and accessed by a data page.
How do you configure the account information page?

  1. Select refer to a data page on the page property
  2. Configure the page property to refer to a keyed data page
  3. Define a reference property that refers to the data page
  4. Select copy from a data page on the page property

Answer(s): D

Explanation:

For a scenario where account information is recorded at the time the case is created and does not update when the case is further processed, while also being stored in an external system and accessed by a data page, the appropriate configuration is:
D . Select copy from a data page on the page property: This configuration ensures that when the case is created, the account information is fetched from the external system via the data page and then copied to the page property on the case. This copy is static and remains unchanged regardless of any updates to the external system or the data page after the case creation. This approach meets the requirement of capturing account information at case creation that remains constant throughout the case lifecycle.
Option A, B, and C involve referencing the data page directly in various ways, which would not fulfill the requirement for the account information to remain static after the case is created, as any updates to the data page would be reflected in the case.


Reference:

Pega documentation on data pages and properties provides insights into different methods for using data within applications, including the distinctions between referencing and copying data, and the implications for data consistency and 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?

  1. Do nothing. The pre-processing data transform is only called once for each assignment.
  2. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  3. Configure the data transform as post-processing instead of pre-processing.
  4. Add logic to the pre-processing data transform to test if values were already initiated.

Answer(s): D

Explanation:

In situations where a flow action calls a pre-processing data transform to initiate values and there are several flow actions available for the assignment, ensuring that values are only initiated once for each flow action requires a strategic approach:
D . Add logic to the pre-processing data transform to test if values were already initiated: This solution involves incorporating a check within the data transform itself to determine whether the initiation of values has already occurred. If the check



A form listing nearby restaurants has four columns:
Restaurant name Restaurant location Thumbnail image of the seating area Make reservation (check box) You want to ensure that users have the information they need to make a reservation regardless of screen size.
When viewed on a small screen, you do not need to display the images.
What three configuration steps do you take to support this requirement? (Choose Three)

  1. Set the importance of the image column to Secondary.
  2. Set the importance of the Make reservation column to Primary.
  3. Set the importance of the image column to Other.
  4. Set the importance of the Restaurant name and Make reservation columns to Primary.
  5. Set the importance of the Restaurant location and Make reservation columns to Secondary.
  6. Set the importance of the Restaurant name column to Primary.

Answer(s): A,D,E

Explanation:

In order to adapt a form listing nearby restaurants for varying screen sizes while ensuring that users have the necessary information to make a reservation, the configuration of column importance plays a crucial role in responsive design. The importance level determines which columns are displayed or hidden depending on the available screen size, ensuring an optimal user experience across devices. A . Set the importance of the image column to Secondary: This step ensures that the thumbnail images of the seating area are deemed less critical for smaller screens. By setting their importance to

Secondary, these images will not be displayed on small screens, where space is limited, prioritizing more critical information.
D . Set the importance of the Restaurant name and Make reservation columns to Primary: The restaurant name and the option to make a reservation are essential pieces of information for users. Setting these columns to Primary ensures that they remain visible across all screen sizes, including small screens, allowing users to identify restaurants and make reservations without needing to see the images.
E . Set the importance of the Restaurant location and Make reservation columns to Secondary contains a slight mistake in its formulation since it mentions the Make reservation column which should remain Primary according to the correct answer D. The correct approach should be to set the Restaurant location column's importance to Secondary, allowing it to be hidden on smaller screens if necessary. However, since the primary action is making a reservation, the Restaurant name and Make reservation columns must have the highest visibility priority. Thus, the Restaurant location's importance is somewhat less critical but still valuable when screen space allows. In responsive design within Pega applications, setting column importance helps tailor the display of information to the device's screen size, enhancing usability. By correctly configuring the importance of each column, developers can ensure that users have access to essential information and functionalities, such as making a reservation, regardless of how they access the form.


Reference:

Pega's official documentation on responsive UI design and table configuration provides guidelines on setting the importance of columns to adjust the display of information according to screen size, ensuring an optimal viewing experience across devices.



A form must support accessibility. How do you enable a user to specify a date?

  1. Configure a text box to allow date entry.
  2. Use a calendar control that displays an entire year.
  3. Use a calendar control that displays an entire month.
  4. Provide separate controls for month, day, and year.

Answer(s): C

Explanation:

To ensure a form supports accessibility, especially when enabling a user to specify a date, using an interface that is intuitive and easy to navigate is key. Among the provided options, a calendar control that displays an entire month is the most accessible and user-friendly method for date selection. C . Use a calendar control that displays an entire month: This method provides a visual and interactive way for users to select a date, offering both keyboard navigation and screen reader support, making it accessible to users with a wide range of disabilities, including visual impairments. A month view gives users an overview of the dates, allowing for easy selection without requiring manual date entry, which can be prone to errors and less accessible for some users. Configuring a text box for date entry (A) may not be as accessible because it relies on users correctly typing the date, which can be challenging for some people. Using a calendar control that displays an entire year (B) can be overwhelming and less practical for date selection. Providing separate controls for month, day, and year (D) could increase complexity and potentially decrease accessibility due to the need to navigate between multiple controls.


Reference:

Pega's documentation on UI components and accessibility standards discusses the benefits of using calendar controls for date inputs, emphasizing the importance of accessible design in application development.



A government application provides field placeholder values to help users enter the correct dat

  1. The Design Lead has asked you to increase the font size on all field placeholder value components to help visually impaired users.
    Which configuration applies the font styling requirement on the field placeholder values in the application?
  2. Update the existing Default theme text entry
  3. Run a case type that uses the component and change the font on the view
  4. Add a new theme text entry to the application theme
  5. Upload a new application theme

Answer(s): C

Explanation:

To increase the font size on all field placeholder value components specifically to aid visually impaired users, applying global styling changes is the most effective approach. Among the options provided, adding a new theme text entry to the application theme allows for targeted styling adjustments to be applied broadly across the application. C . Add a new theme text entry to the application theme: This approach allows for the customization of specific UI elements, such as field placeholder values, at the application level. By adding a new text entry with increased font size to the application theme, all instances of field placeholder values throughout the application will inherit this styling, ensuring a consistent and accessible user experience for visually impaired users.
Updating the existing Default theme text entry (A) could affect more elements than intended. Running a case type and changing the font on the view (B) only applies changes locally and lacks scalability. Uploading a new application theme (D) could be an option but is less direct and more complex than simply adding a new text entry specifically for placeholder values.


Reference:

Pega's guidelines on theming and styling offer insights into how themes control the look and feel of applications, including how to effectively apply accessibility enhancements through theme customization.



A home loan application requires approvals from the Legal team manager and the Finance team manager. The Legal team manager must approve before the Finance team manager. How do you configure this requirement?

  1. Create an approval process for each manager in parallel.
  2. Apply business logic to route a single assignment in the correct order.
  3. Create an approval step with cascading approval.
  4. Route an assignment to a work queue where both roles have access.

Answer(s): C

Explanation:

For a home loan application that requires sequential approvals from the Legal team manager followed by the Finance team manager, setting up a process that enforces this order is crucial. The most straightforward and effective method to configure this requirement is through cascading approval.
C . Create an approval step with cascading approval: This option involves setting up a single approval step in the case workflow that automatically moves from the first required approval (Legal team manager) to the second (Finance team manager) once the initial approval is granted. Cascading approvals enforce the necessary sequence while streamlining the process, ensuring that the case progresses in the correct order without manual intervention or complex routing logic. Creating parallel approval processes (A) does not enforce the required sequence. Applying business logic to route a single assignment in the correct order (B) could potentially meet the requirement but may involve more complex configurations compared to cascading approval. Routing an assignment to a work queue where both roles have access (D) does not ensure the approvals occur in the specified sequence.


Reference:

Pega's workflow configuration documentation provides detailed explanations on setting up approval processes, including cascading approvals, to meet specific business logic and sequence requirements efficiently.



A hotel booking application allows customers to change rooms after making a reservation. Each room's status in each hotel is stored on a data page sourced from an external database table.
Which two configuration options, when applied in combination, do you use to update the database table when a customer changes rooms? (Choose Two)

  1. A savable data page that contains the room information
  2. A when rule to trigger the database update
  3. A data transform to copy updates to the data page
  4. An editable data page that contains the room information

Answer(s): A,C

Explanation:

In a hotel booking application where room status updates need to be reflected in an external database, the combination of a savable data page and a data transform is a powerful configuration for facilitating updates.
A . A savable data page that contains the room information: This allows for the updated room information to be saved back to the source system, in this case, an external database. Savable data pages are designed for this purpose, providing a mechanism to push changes made in the application back to the external data source efficiently.
C . A data transform to copy updates to the data page: Before saving the updates, a data transform can be used to apply any necessary changes or format



Viewing page 4 of 33
Viewing questions 25 - 32 out of 256 questions



Post your Comments and Discuss Pegasystems PEGACPSA23V1 exam dumps with other Community members:

PEGACPSA23V1 Exam Discussions & Posts

AI Tutor AI Tutor 👋 I’m here to help!