Pegasystems PEGAPCSSA85V1 Pega Certified Senior System Architect (PCSSA) 85V1 Online Training
Pegasystems PEGAPCSSA85V1 Online Training
The questions for PEGAPCSSA85V1 were last updated at Feb 08,2025.
- Exam Code: PEGAPCSSA85V1
- Exam Name: Pega Certified Senior System Architect (PCSSA) 85V1
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
The page .Product contains data retrieved from an external system of record using a data page.
How do you ensure .Product always contains the most current data from the data page?
- A . Select Refer to a data page on .Product.
- B . Select Copy data from a data page on .Product.
- C . Configure .Product to refer to a keyed data page.
- D . Define a reference property that refers to the data page.
Several development teams work on different enhancements. The release date for each enhancement is uncertain.
Which two options allow each team to keep its work separate? (Choose two.)
- A . Set up branch ruleset for each team.
- B . Create a new application for each team.
- C . Create a new ruleset version for each team.
- D . Create a production ruleset for each team.
A,C
Explanation:
Reference https://community.pega.com/knowledgebase/articles/how-support-parallel-development-and-deployment-two-separate-projects-one-application
How do you ensure that only a manager can run a specific flow action?
- A . Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.
- B . Add an Access When condition to the flow action to determine whether the user is a manager.
- C . Add a pre-processing activity to the flow action form to determine whether the user is a manager.
- D . Add a validate rule to the flow action form to determine whether the user is a manager.
A
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/security/how-restrict-who-can-use-flow-action
A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.
Select two possible designs for this use case. (Choose two.)
- A . Use the Run in background step in the case life cycle and design a dedicated queue processor.
- B . Use the Queue-For-Processing method in an activity and design a standard queue processor.
- C . Use the Queue-For-Processing method in an activity and design a dedicated queue processor.
- D . Use the Run in background step in the case life cycle and design a standard queue processor.
In which two of the following situations would you simulate an integration? (Choose two.)
- A . The service is not available yet.
- B . The service has slow response times.
- C . You need to test each flow path in the case processing.
- D . The connector is configured to use global resource settings.
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 . Add Open-Review as an allowed status on the case type record.
- B . Configure a data transform to apply the Open-Review status on the appropriate assignments.
- C . Apply the Open-Review status to the appropriate assignments.
- D . Create a field value record for the Open-Review status.
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
✑ SelfService:01-01
✑ TGB-HR:01-01
✑ TGB:01-01
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 .ConfirmationRequest (SelfService:01-01-01)
- B . TGB .ConfirmationRequest (TGB:01-01-02)
- C . TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)
- D . TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?
- A . Customize the standard pxErrorHandlingTemplate data transform.
- B . Use a transition condition in the activity step invoking the connector.
- C . Implement the logic in the connector’s error handler flow.
- D . Implement the logic in the data page’s response data transform.
What is the difference between using the Call and Branch methods in an activity step to invoke other activities?
- A . Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.
- B . Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.
- C . Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.
- D . Call returns to the originating activity, while Branch skips the remainder of the originating activity.
A requirement states that the Users role cannot open a purchase request during the Audit stage of the case life cycle.
How do you configure the case stage to satisfy this requirement?
- A . Apply an Access When record.
- B . Apply a When record.
- C . Apply a Privilege record.
- D . Apply an Access Deny record.
A
Explanation:
Reference: https://collaborate.pega.com/QUESTION/access-when-vs-privilege