The primary purpose of a production ruleset is to allow rules to be.
A. reused in multiple production environments
B. tested in a production environment
C. updated in a production environment
D. migrated to a production environment
What are two consequences of exposing columns for reporting? (Choose two.)
A. Backward chaining declare expressions cannot use exposed properties.
B. Record inserts and updates require more processing time.
C. Tables require additional space due to additional columns.
D. The database may not comply with normalization standards.
A form must support accessibility.
How do you enable a user to specify a date?
A. Configure a text box to allow date entry.
B. Use a calendar control that displays an entire year.
C. Use a calendar control that displays an entire month.
D. Provide separate controls for month, day, and year.
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)
A. Allows downloading of rules for offline use with a mobile app.
B. Provides access to static resources such as HTML files, image files, or JS files.
C. Enables users to continue interacting with mobile apps while offline.
D. Supports debugging efforts by providing a run-time view of the rules accessed by the app.
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.
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 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.
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt, and an application built on the framework contains two rulesets, Claims and ClaimsInt. Which statement is false if all the rulesets are configured as Application Validation?
A. Rules in ClaimsFWInt can reference rules in ClaimsFW
B. Rules in Claims can reference rules in ClaimsFW
C. Rules in ClaimsInt can reference rules in Claims
D. Rules in ClaimsFW can reference rules in Claims
Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?
A. Blocked
B. Final
C. Withdrawn
D. Not Available
When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform...?
A. Add a host URL in the Pega application.
B. Enable authentication policies on Pega Platform.
C. Establish a private tunnel from the host to Pega Platform.
D. Ensure the host is configured to support HTTPS.