Pegasystems PEGACPSA23V1 Exam (page: 3)
Pegasystems Certified Pega System Architect 23
Updated on: 31-Mar-2026

Viewing Page 3 of 33

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 3 of 33



Share your comments for Pegasystems PEGACPSA23V1 exam with other users:

SPriyak 3/17/2025 11:08:37 AM

can you please provide the CBDA latest test preparation
UNITED STATES


Chandra 11/28/2024 7:17:38 AM

This is the best and only way of passing this exam as it is extremely hard. Good questions and valid dump.
INDIA


Sunak 1/25/2025 9:17:57 AM

Can I use this dumps when I am taking the exam? I mean does somebody look what tabs or windows I have opened ?
BULGARIA


Frank 2/15/2024 11:36:57 AM

Finally got a change to write this exam and pass it! Valid and accurate!
CANADA


Anonymous User 2/2/2024 6:42:12 PM

Upload this exam please!
Anonymous


Nicholas 2/2/2024 6:17:08 PM

Thank you for providing these questions. It helped me a lot with passing my exam.
Anonymous


Timi 8/19/2023 5:30:00 PM

my first attempt
UNITED KINGDOM


Blessious Phiri 8/13/2023 10:32:00 AM

very explainable
Anonymous


m7md ibrahim 5/26/2023 6:21:00 PM

i think answer of q 462 is variance analysis
Anonymous


Tehu 5/25/2023 12:25:00 PM

hi i need see questions
Anonymous


Ashfaq Nasir 1/17/2024 1:19:00 AM

best study material for exam
Anonymous


Roberto 11/27/2023 12:33:00 AM

very interesting repository
ITALY


Nale 9/18/2023 1:51:00 PM

american history 1
Anonymous


Tanvi 9/27/2023 4:02:00 AM

good level of questions
Anonymous


Boopathy 8/17/2023 1:03:00 AM

i need this dump kindly upload it
Anonymous


s_123 8/12/2023 4:28:00 PM

do we need c# coding to be az204 certified
Anonymous


Blessious Phiri 8/15/2023 3:38:00 PM

excellent topics covered
Anonymous


Manasa 12/5/2023 3:15:00 AM

are these really financial cloud questions and answers, seems these are basic admin question and answers
Anonymous


Not Robot 5/14/2023 5:33:00 PM

are these comments real
Anonymous


kriah 9/4/2023 10:44:00 PM

please upload the latest dumps
UNITED STATES


ed 12/17/2023 1:41:00 PM

a company runs its workloads on premises. the company wants to forecast the cost of running a large application on aws. which aws service or tool can the company use to obtain this information? pricing calculator ... the aws pricing calculator is primarily used for estimating future costs
UNITED STATES


Muru 12/29/2023 10:23:00 AM

looks interesting
Anonymous


Tech Lady 10/17/2023 12:36:00 PM

thanks! that’s amazing
Anonymous


Mike 8/20/2023 5:12:00 PM

the exam dumps are helping me get a solid foundation on the practical techniques and practices needed to be successful in the auditing world.
UNITED STATES


Nobody 9/18/2023 6:35:00 PM

q 14 should be dmz sever1 and notepad.exe why does note pad have a 443 connection
Anonymous


Muhammad Rawish Siddiqui 12/4/2023 12:17:00 PM

question # 108, correct answers are business growth and risk reduction.
SAUDI ARABIA


Emmah 7/29/2023 9:59:00 AM

are these valid chfi questions
KENYA


Mort 10/19/2023 7:09:00 PM

question: 162 should be dlp (b)
EUROPEAN UNION


Eknath 10/4/2023 1:21:00 AM

good exam questions
INDIA


Nizam 6/16/2023 7:29:00 AM

I have to say this is really close to real exam. Passed my exam with this.
EUROPEAN UNION


poran 11/20/2023 4:43:00 AM

good analytics question
Anonymous


Antony 11/23/2023 11:36:00 AM

this looks accurate
INDIA


Ethan 8/23/2023 12:52:00 AM

question 46, the answer should be data "virtualization" (not visualization).
Anonymous


nSiva 9/22/2023 5:58:00 AM

its useful.
UNITED STATES