Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect '23 Exam Practice Test

Page: 1 / 14
Total 141 questions
Question 1

How do you enable field-level auditing for properties?



Answer : C

Field-level auditing is enabled directly on the property rule form, where you can specify that changes to the property should be audited. This ensures that any changes to the field are tracked and recorded. Reference: Pega Platform Help - Auditing.


Question 2

A Fulfillment report needs to list the user ID of the employee who packages the items to ship in an Order case. The report provides information from the MyCo-Orders-Work-Ship and Data-Admin-Operator-ID classes.

Which two options independently satisfy the report requirements? (Choose two.)



Answer : A, D

To satisfy the report requirements, you can configure a class join on the Fulfillment report definition to join the operator information to each case. Alternatively, you can use an association rule to achieve the same effect. Both these options allow for the relevant operator information to be displayed alongside the shipping information in the report. Reference: Pega Reporting Guide - Joining Data.


Question 3

When designing reports with multiple data sources, in which two ways is an association rule different from a class join? (Choose two.)



Answer : B, C

An association rule differs from a class join in that it is a reusable rule that can be used by anyone with appropriate permissions when creating reports. This makes it available across multiple reports. Class joins, on the other hand, are specific to each report definition and are not reusable in the same way. Reference: Pega Reporting Guide - Associations vs. Joins.


Question 4

On which type of rule can you configure edit validate rules?



Answer : A

Edit validate rules are associated with properties to validate the property value when a user inputs data. Edit validate rules contain a Java function that is called to check the property value for correctness. Reference: Pega Platform Help - Edit validate rules.


Question 5

A client requests that you add a footer to the Case Manager portal. How do you satisfy this request?



Answer : A

Adding a footer to the Case Manager portal can be done by updating the skin that's applied to the portal. Skins in Pega define the look-and-feel of user interfaces, including headers, footers, and other elements. Reference: Pega Platform Help - Skins.


Question 6

Select the three Pega best practices for developing activities. (Choose Three)



Answer : A, C, E

Pega best practices recommend keeping activities short to enhance maintainability and readability. Custom Java steps should be limited to reduce complexity and potential errors. Activities should also be limited in general, with preference given to other rule types that are more declarative and less procedural, like data transforms, to improve application performance and maintainability. Reference: Pega SSA course materials on activity best practices.


Question 7

A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.

Select two possible designs for this use case. (Choose Two)



Answer : B, C

To start operations at a specific GMT time regardless of where the server is located, you would use the Queue-For-Processing method in an activity. This method adds a task to a queue to be processed either by a standard or a dedicated queue processor. A dedicated queue processor can be configured to operate on a schedule, so it can start processing at midnight GMT. Reference: Pega SSA course materials on queue processors and timed events.


Page:    1 / 14   
Total 141 questions