An application must support two case types. The case types are released into production on separate schedules.
Given these requirements, which specialization approach do you use?
A. The case types are organized in the same class. Each case type is managed with a unique ruleset.
B. All rules are managed in the same ruleset and circumstanced by case type.
C. The case types are organized in unique classes. Each case type is managed with a unique ruleset.
D. The case types are organized in unique classes. Both case types are managed with a single ruleset.
Which configuration allows you to control which user roles can add attachments to a case?
A. Configure a privilege on the attachment category.
B. Enable attachment-level security on the attachment category.
C. Update the access control setting for adding attachments in the Access Manager.
D. Configure a when rule on the attachment category.
What two artifacts must you prepare before delegating a rule? (Choose two.)
A. An unlocked ruleset that is added to the Production ruleset list of the Application rule.
B. An Access Group that has access to the ruleset used to organize delegated rules
C. A locked ruleset that is added to the Production ruleset list of the Application rule
D. An Access Role that has access to the ruleset used to organize delegated rules
Users create Insurance Coverage Requests cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure, and the type of the procedure. After entering the information, users submit the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements:
1.
Ensure that users can identify duplicate requests.
2.
If a case is a duplicate, it is not written to the database. Otherwise, write the case to the database.
Which two steps satisfy the requirement that only nonduplicate requests are written to the database? (Choose two.)
A. Configure the case type to instantiate temporary cases.
B. Add a Persist Case step to the cache lifecycle design.
C. Configure a Create Case step to instantiate temporary cases.
D. Add a Persist Case flow action to case lifecycle design.
In Pega Decision Management, how do you prevent repeating an offer to a customer?
A. Add a decision shape to the offer flow.
B. Add a filter component to the decision strategy.
C. Add a volume constraint to the campaign.
D. Add a customer interaction segment to the campaign.
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.
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.
The following example shows the ruleset list for the logged-in operator. What is stored in the Admin@MyCo ruleset?

A. Preferences for the operator
B. Rules recently opened by the operator
C. Rules delegated to the operator
D. Rules checked out by the operator
Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.
Which approach solves this performance issue?
A. Move to local installation because network traffic in cloud deployment is often slow.
B. Change snapshot data access method to reference pattern data access method.
C. Fetch only the targeted data from the database each time data is needed so access is faster.
D. Access data page with a predefined key so that, once loaded, data access is faster.
The reason you want to run a process immediately before taking performance readings is ____________.
A. to train the system which process we're going to measure
B. to make sure there are no bugs in the system
C. to allow the rules to assemble
D. to make sure we know which buttons to click so we can be quick