Pegasystems PEGACPSSA23V1 Practice Exams
Last updated on Apr 07,2025- Exam Code: PEGACPSSA23V1
- Exam Name: Certified Pega Senior System Architect '23 Exam
- Certification Provider: Pegasystems
- Latest update: Apr 07,2025
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.
Graduate school students create and submit project proposals to their advisors. During the proposal phase, the advisor and the student can each edit the draft proposal.
How do you ensure the advisor and the student can simultaneously edit the proposal, and the application can check the proposal for changes before committing them?
- A . Configure the locking on the case type to allow one user.
- B . Configure the locking on the case type to allow multiple users.
- C . Configure an assignment for the advisor and an assignment for the student.
- D . Configure the student and advisor roles with view and edit permission.
What two actions must you perform to create a class join in a report definition? (Choose Two)
- A . Select the type of match for key values.
- B . Add an association rule to match key values.
- C . Create a prefix for the joined class.
- D . Add a parameter for each property in the class you want to join.
A courier company wants a mobile app to scan and track the parcels collected from remote areas with no internet access.
Which mobile app do you develop to fulfill the requirement?
- A . Signed app
- B . Unsigned app
- C . Native app
- D . SDK app
You should consider using a field value when the list of allowed values is
- A . mostly static
- B . three or fewer items
- C . specific to one case type
- D . shared across all case types
Several development teams work on different enhancements. The release date for each enhancement is uncertain.
Which two options, when performed together, allow each team to keep its work separate? (Choose Two)
- A . Create a new application for each team.
- B . Create a new ruleset version for each team.
- C . Set up a branch ruleset for each team.
- D . Create a production ruleset for each team.
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
DRAG DROP
You decide to use multiple pre-processing actions on a single flow action. Place the pre-processing actions in the order in which they are executed.
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest.
The four instances of ConfirmationRequest in the rules cache are shown in the following table.
Which is chosen during rule resolution?
- A . TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
- B . TGB .ConfirmationRequest (TGB:01-01-02)
- C . TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
- D . TGB-HR-5elfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)
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.