Pass4Future also provide interactive practice exam software for preparing Pegasystems Certified Pega Senior System Architect 23 (PEGACPSSA23V1) Exam effectively. You are welcome to explore sample free Pegasystems PEGACPSSA23V1 Exam questions below and also try Pegasystems PEGACPSSA23V1 Exam practice test software.
Do you know that you can access more real Pegasystems PEGACPSSA23V1 exam questions via Premium Access? ()
Offline support requires which two configurations? (Choose two.)
Answer : A, B
For offline support, it's necessary to have the access groups configured to allow offline access to users so that the correct rules and data can be synchronized to the user's device. In addition, the case types must be configured to function properly in an offline environment, ensuring that users can create, update, and submit cases without a network connection. Reference: Pega Mobile Client Developer Guide.
Which two configurations can you use to include access groups into your Product rule? (Choose two.)
Answer : B, C
To include access groups in your Product rule, you can add the access groups to the application record, which incorporates all the necessary rules for the application. Additionally, you can add the access group directly to the Product rule in the 'Individual instances to include' section, which allows you to specify individual rules and data instances that the Product rule should include. Reference: Pega Platform Help - Creating a Product rule.
Your application contains the following versions of a service level named AuthorizeClaim.

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?
Answer : C
Withdrawing the circumstanced rules in the AccountOpen class is the correct action to stop using a circumstanced rule. This allows the non-circumstanced (or base) rule to be used instead without affecting other circumstanced versions of the rule for different case types. Reference: Pega Platform Help - Withdrawing a rule.
Which two statements are valid regarding Pega Web Mashups? (Choose two.)
Answer : A, D
Pega Web Mashups enable the embedding of Pega applications within external web pages. A mashup is initialized by calling a flow or a harness from a Pega application, allowing users to interact with Pega case management from other applications or portals. Users can also view their worklist in the external portal and select items to take action on, extending the capabilities of Pega applications to external platforms. Reference: Pega Platform Help - Pega Web Mashup.
A form must support accessibility.
How do you enable a user to specify a date?
Answer : C
To support accessibility, it's recommended to use a calendar control that displays an entire month. This allows users who rely on screen readers or keyboard navigation to select a date without the need for precise mouse control or having to manually input the date, which can be error-prone. Reference: Pega User Interface Design Guide - Accessibility.