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.
There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions. On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?
A. SelfService:01-01-03 (Circumstance: None, Base Rule checked)
B. SelfService:01-01-01 (Circumstance: .Country=Algeria)
C. SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020)
D. SelfService:01-01-01 (No Circumstance)
E. SelfService:01-01-05 (No Circumstance)
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. Implement the logic in the data page's response data transform.
B. Implement the logic in the connector's error handler flow.
C. Customize the standard pxErrorHandlingTemplate data transform.
D. Use a transition condition in the activity step invoking the connector.
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.
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
To reduce training requirements for users, a company wants to utilize the existing front end of their application. How can a third-party application use Pega Platform?
A. By using middleware tools in application servers
B. By using database tables for staging the requests
C. By using REST calls from the Pega API
D. By exposing third-party application services
Teams X and Y work on different enhancements in the same ruleset. 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 ruleset version for one of the teams.
B. Create a branch ruleset for each team.
C. Apply privileges to the rules each team configures.
D. Create access groups for each of the teams.
How do you ensure that only a manager can run a specific flow action?
A. Add a pre-processing activity to the flow action form to determine whether the user is a manager.
B. Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.
C. Add an Access When condition to the flow action 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.
Which two use cases correctly describe controlling access to an attachment category? (Choose Two)
A. Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true.
B. Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false.
C. Configure the privilege "DeleteOwn" and assign it to a user so that a user can delete their own attachments.
D. Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment.
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