Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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.

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 ConfirmRequest. The four instances of ConfirmRequest in the rules cache are shown in the following table.

Which is chosen during rule resolution?

A.

TGB .ConfirmRequest (TGB:01-01-02)

B.

TGB-HR-SelfService-Work-TimeOff.ConfirmRequest (SelfService:01-01-02)

C.

TGB-HR-SelfService-Work-TimeOff .ConfirmRequest (SelfService:01-01-01)

D.

TGB-HR-SelfService-Work .ConfirmRequest (SelfService:01-01-01)

In the following example, the Homelns, Homelnslnt, and Customer rulesets are configured for application validation. MyCo and MyColnt are configured for ruleset validation. MyCo lists MyColnt and Customer as its prerequisites, and the prerequisite for MyColnt is Pega-ProcessCommander.

Which of the following statements is correct?

A.

Rules in MyCoInt can reference rules in Customer.

B.

Rules in MyCo can reference rules in Homelnslnt.

C.

Rules in Customer can reference rules in Homelns.

D.

Rules in MyCo can reference rules in Homelns.

When a user selects a product in a list, the application displays data about that product. Data is copied to a page property using the Copy data from a data page option.

After the data has been copied to the property, when is the data copied to the property again?

A.

When the product is changed

B.

The next time the property is accessed

C.

The next time the case is opened

D.

Never

A subset of users is allowed to attach a scanned document to a case. Which attachment feature do you leverage to implement your solution?

A.

Configure an attachment type.

B.

Configure an attachment category

C.

Define a specific access group.

D.

Enable attachment level security.

A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.

How do you implement a solution?

A.

Add logic to the pre-processing data transform to test if values were already initiated.

B.

Do nothing. The pre-processing data transform is only called once for each assignment.

C.

Make sure that the flow action does not have the highest likelihood since it will always be invoked.

D.

Configure the data transform as post-processing instead of pre-processing.

Which two options can you use to provide test data when unit-testing a rule? (Choose Two)

A.

Open a case, then copy values from pyWorkPage in the Run Rule dialog.

B.

Use the Clipboard tool to populate values on the clipboard page runRulePage.

C.

Create a data transform and select the data transform in the Run Rule dialog.

D.

Create an activity to populate the clipboard page pySimulationDataPage.

An insurance claim case is field by a customer and assigned a claim type (fire, flood, or theft). The claim contains a list of loss items. Which of the data would you store in a local data source?

A.

Customer data

B.

Items of loss

C.

Claim types

D.

Policy details

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

In an open account case, the customer contact details are captured. The customer can provide several addresses, which are stored in the page group .Addresses. One of the addresses is the primary address used for correspondence with the customer. To easily identify the primary address, you add a .PrimaryAddress page property in the case type.

How do you link .PrimaryAddress to the relevant entry in .Addresses without duplicating data on the clipboard?

A.

Configure .PrimaryAddress as a reference property

B.

Configure .PrimaryAddress to refer to a data page

C.

Configure a data transform to set the primary address

D.

Configure .PrimaryAddress to point to a keyed data page