Pegasystems PEGACPSSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PEGACPSSA23V1
- Prüfungsname: Certified Pega Senior System Architect '23 Exam
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 26.04.2025
An application contains the class group MyCo-HR-SelfService-Work.
There are two classes derived from Work- class:
If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?
- A . Instances of MyCo-HR-SeifService-Work-TimeOffana‘ MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
- B . Instances of all Work- derived classes
- C . Instances of MyCo-HR-SelfService-Work
- D . Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review.
Which two steps do you perform to implement this requirement? (Choose Two)
- A . Configure a data transform to apply the Open-Review status on the appropriate assignments.
- B . Add Open-Review as an allowed status on the case type record.
- C . Create a field value record for the Open-Review status.
- D . Apply the Open-Review status to the appropriate assignments.
Items selected by a user need to be copied to a page list property when the user submits the form.
How do you copy the items?
- A . Add a data transform to the flow action as a post-processing action.
- B . Add a data transform to the flow action as a pre-processing action.
- C . Create a declare expression with the page list property as the target.
- D . Create a validate rule to copy the selected items.
There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator’s access group has access to all ruleset versions.
On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?
- A . SelfService:01-01-03 (Circumstance: None, Base Rule checked)
- B . SelfService:01-01-01 (Circumstance: .Country=Algeria)
- C . SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020)
- D . SelfService:01-01-01 (No Circumstance)
- E . SelfService:01-01-05 (No Circumstance)
You are asked to create a custom status named Open-Review. This status is to be applied to
assignments in one application.
How do you satisfy the request?
- A . Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group.
- B . Add the Open-Review status to the Application record for the application.
- C . Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.
- D . Create a Field Value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application.
Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)
- A . Leverage the standard authentication service IACAuthentication and update the authentication activities.
- B . Add an access group for the application rules that need to be accessed from the external system.
- C . Configure a node-level data page to hold security access information about the external system.
- D . Configure the application permissions by specifying a list of trusted domains in the application 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?
- A . Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
- B . Make the circumstanced rules in the AccountOpen class unavailable.
- C . Withdraw the circumstanced rules in the AccountOpen class.
- D . Block the circumstanced rules in the AccountOpen class.
You are integrating two Pega Web Mashups into a client’s mortgage loan financing page.
What do you configure to successfully embed both mashups?
- A . Load both mashups simultaneously.
- B . Define identical URLs for each mashup.
- C . Identify unique names for each mashup.
- D . Run the mashups on the same thread.
Which statement is true about services?
- A . Services require a REST connector to function.
- B . Services return all data in XML format.
- C . Services may process outbound requests.
- D . Services may use a listener that runs in the background.
Offline support requires which two configurations? (Choose two.)
- A . Access groups set up to allow offline access to users.
- B . Appropriate case types configured for offline processing.
- C . An authorization activity to manage offline permissions.
- D . A set of privileges to run sections in an offline environment.