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

Page: 1 / 14
Total 141 questions
Question 1

Which two methods allow you to identify the Pega Platform application type? (Choose Two)



Answer : B, C

The application type can often be identified by viewing the Application layers widget for the ruleset stack, which gives an overview of how the application is structured, and by viewing the Application definition rule, which provides detailed information about the application's setup and its components. Reference: Pega Platform Help - Application Layers.


Question 2

You want to allow users to use an application on a mobile device, even if the device is not connected to a network.

Which configuration option supports this requirement?



Answer : D

To support offline use of applications on mobile devices, you should source UI elements such as drop-down lists using data pages, which can be configured to be available offline. This allows the application to use locally cached data to populate the UI elements even when the device is not connected to a network. Reference: Pega Mobile Developer Guide on offline capabilities.


Question 3

Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)



Answer : B, D

To prevent horizontal scrolling on mobile devices, setting the importance of columns allows for the most critical information to be shown first, potentially hiding less important columns on smaller screens. Using percentage widths for layouts ensures that the layout adapts to the screen width, which can also help prevent horizontal scrolling. Reference: Pega UI design best practices for mobile devices.


Question 4

Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)



Answer : A, B

The cache manifest in a mobile app facilitates the use of the app while offline by allowing the download of rules and static resources. This ensures that users can access the app's functionality and interface elements even when they do not have an internet connection. Reference: Pega Mobile Client Developer Guide.


Question 5

A company with multiple applications spanning different business units wants to send a standard confirmation email to customers whenever a case is created.

Which is the appropriate layer of the Enterprise Class Structure (ECS) for the email correspondence?



Answer : B

In Pega's Enterprise Class Structure (ECS), standard functionalities that are shared across multiple applications within an organization, such as sending a confirmation email, should be placed at the Organization layer. This allows for reusability and standardization across various implementations within the organization. Reference: Pega best practices for class design and ECS.


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