Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect ’23 Exam Online Training
Pegasystems PEGACPSSA23V1 Online Training
The questions for PEGACPSSA23V1 were last updated at Nov 19,2024.
- Exam Code: PEGACPSSA23V1
- Exam Name: Certified Pega Senior System Architect '23 Exam
- Certification Provider: Pegasystems
- Latest update: Nov 19,2024
A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The case type can create Lab analysis and Diagnostic imaging child cases. While the child cases are active, the attending doctor must be able to update the Patient visit case with notes.
Which two configurations, when performed together, allow a doctor to update the parent case while staff work on the respective child cases? (Choose Two)
- A . Configure the Patient visit case type to allow multiple users.
- B . Configure the Lab analysis and Diagnostic imaging case types to allow other users to open the parent case type.
- C . Configure the Lab analysis and Diagnostic imaging case types to allow one user.
- D . Configure the Patient visit case type to allow one user.
Which action can a Declare OnChange rule perform when a specified property changes?
- A . Suspend the current work object
- B . Execute a data transform
- C . Update an activity
- D . Specify which flow action to run
In which scenario would a Declare OnChange rule be appropriate?
- A . During a nightly backup process, only updated fields are backed up.
- B . When a developer changes a view, the change is checked into a development branch.
- C . When a user updates their address, the active case is suspended until the address can be confirmed.
- D . When a manager approves a case, the case is routed back to the appropriate case worker.
An application includes the following set of circumstanced instances of a decision table.
You update the application and increment the Account Manage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.
How do you implement this change?
- A . Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.
- B . Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.
- C . Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.
- D . Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.
Which two rule types can you mark as a relevant record? (Choose Two)
- A . Property
- B . Report
- C . Skin
- D . Section
A class group is used to____________________.
- A . identify a layer of the Enterprise Class Structure
- B . combine related properties by usage
- C . assign work to a specific group of users
- D . associate child classes with a single database table
What is the difference between using the Call and Branch methods in an activity step to invoke other activities?
- A . Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.
- B . Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.
- C . Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.
- D . Call returns to the originating activity, while Branch skips the remainder of the originating activity.
An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB’HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?
- A . Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Blocked".
- B . Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn".
- C . Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Not available".
- D . Save an additional new version of the flow action applied to TRB-HRApps-Work and set the availability to "Final".
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day.
How do you implement this use case?
- A . Create one scheduled job and set its run schedule to multiple times a day.
- B . Create scheduled jobs, one for each run, that can process accumulated orders.
- C . Create batches of orders and send each batch for processing when it gets full.
- D . Create a queue processor that can process orders received by the company.
DRAG DROP
In the Answer Area, drag each log name on the left to its intended purpose on the right.