Pegasystems PEGAPCSSA87V1 Certified Pega Senior System Architect (PCSSA) 87V1 Online Training
Pegasystems PEGAPCSSA87V1 Online Training
The questions for PEGAPCSSA87V1 were last updated at Feb 08,2025.
- Exam Code: PEGAPCSSA87V1
- Exam Name: Certified Pega Senior System Architect (PCSSA) 87V1
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
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
DRAG DROP
Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.
![](https://www.exam4training.com/wp-content/uploads/2023/10/image012-256.jpg)
Explanation:
Graphical user
interface, application
Description automatically generated
Which statement regarding managing encrypted data in Pega Platform is true?
- A . Encrypted properties cannot be referenced using filter conditions in reports.
- B . Property-level encryption is a time-efficient method to encrypt data.
- C . Encrypted properties can be referenced in report definitions.
- D . Each organization uses a custom key to encrypt its data.
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 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
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.
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 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.
Which two statements about building mobile applications with Pega Platform are true? (Choose Two)
- A . Pega Platform allows the same certificate set to build and distribute iOS and Android applications.
- B . Pega Mobile Build Server is configured in Dev Studio by using your Android or iOS developer certificates.
- C . The containing application determines the layout and appearance of SDK applications.
- D . Pega Mobile Build Server requires HTTPS access.
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)
- A . Run the process to completion first to perform needed rule assembly and avoid skewed results.
- B . Capture PAL readings after significant changes to a process to identify any performance impact.
- C . Capture a PAL reading for a process with good performance to establish a benchmark for comparison.
- D . Run PAL as an end user to account for any performance differences due to the portal itself.