Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect ’23 Exam Online Training
Pegasystems PEGACPSSA23V1 Online Training
The questions for PEGACPSSA23V1 were last updated at Feb 08,2025.
- Exam Code: PEGACPSSA23V1
- Exam Name: Certified Pega Senior System Architect '23 Exam
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.
Which implementation satisfies this requirement?
- A . Create a multivariate circumstanced rule and a when rule.
- B . Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.
- C . Create a single property circumstanced rule and a when rule.
- D . Create a single property circumstanced rule.
In your purchasing application, you use a decision table with vendor discount codes. You want to delegate the decision table.
In which ruleset do you save the decision table to allow delegation?
- A . Organization
- B . Integration
- C . Production
- D . Application
You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.
How do you create the new ruleset version?
- A . Use the Ruleset Maintenance wizard to skim the relevant ruleset versions to copy the highest version of existing rules to the new ruleset version.
- B . Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset versions to the new version.
- C . Use the Application Structure landing page to lock and roll the existing ruleset versions to the new version.
- D . Create a new application ruleset using the appropriate version number, then copy the highest version of existing rules into the new ruleset version.
HOTSPOT
The current version of an application lists ABC:02-02 as an application ruleset. The ruleset versions listed in the Answer Area are also present on the system.
In the Answer Area, identify the ruleset versions that the skim operation considers when you perform a major version ruleset skim on ruleset ABC.
Which two configurations can you use to include access groups into your Product rule? (Choose Two)
- A . Associate the access groups with a ruleset included in the application.
- B . Export the access groups using the Access Manager.
- C . Add the access groups to the application definition.
- D . Add the access group to the Product record in the Individual instances to include section.
Multiple teams need to update the same application version during a development cycle.
Which two actions do you perform so that the teams do not affect each other’s work? (Choose Two)
- A . Create a new ruleset version for the base application.
- B . Create branches in each team’s application.
- C . Create a separate production ruleset for each team.
- D . Create a new application for each team built on the base application.
The primary purpose of a production ruleset is to allow rules to be
- A . tested in a production environment
- B . updated in a production environment
- C . reused in multiple production environments
- D . migrated to a production environment
Which two statements are true about database tables in Pega Platform? (Choose Two)
- A . The PegaRULES database contains rules while PegaDATA contains work instances.
- B . The Database Table rule allows configuration of a connection to a specific table.
- C . The History record table contains a record of when each user logged in to the system.
- D . The report definition rule should only be used against one table for performance reasons.
What is the function of class mapping for reports?
- A . Ensure all data from one report belongs to a single Case type instance.
- B . Create a new Database table record for a Pega Platform class.
- C . Assign an ID to a class so reports can reference specific properties.
- D . Retrieve data from an associated database table.
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)
- A . Configure a class join on the report definition to join operator information to each case.
- B . Add the operator ID to the report definition as a parameter.
- C . Use an association rule to join operator information to each case.
- D . Specify both classes in the Pages & Classes tab on the report definition.