Activities

Question 1 of 9

1

Which two of the following statements about activities are true? (Choose Two)

Select one or more of the following:

  • You can create Activities in App Studio.

  • Always create custom activities.

  • Activities automate the processing of work.

  • Use alternate rule types, such as automations, instead of activities, where possible.

Explanation

Question 2 of 9

1

Every activity step has multiple parts. Which part of an activity step indicates the action to perform?

Select one of the following:

  • Label

  • Method

  • Description

  • Jump

Explanation

Question 3 of 9

1

At runtime, when a customer changes their street address, the ZIP/Postal Code field is populated automatically:
Without user action, expense report cases advance from the Rejected stage to the Submission stage to allow employees to correct their expense report:
In an order case, if a customer requests a backordered item, a new backorder case is created automatically:
After a customer enters their personal information in a gym membership application case, updates are pushed to the database during off-peak hours to minimize impact on users:

Drag and drop to complete the text.

    New activity a
    OOTB automation b
    OOTB automation c
    New activity d
    OOTB automation a
    New activity b
    New activity c
    OOTB automation d

Explanation

Question 4 of 9

1

Which three of the following statements about activities are true? (Choose Three)

Select one or more of the following:

  • You can not call an activity, from an activity.

  • When an activity rule is appropriate, use the standard activities whenever possible.

  • Limit your activities to fewer than 25 steps.

  • Use the Log-Message method in the activity to add a message to the PEGA log.

Explanation

Question 5 of 9

1

An application for a retail company runs an activity nightly to identify and discount aged inventory. For each aged item, the activity discounts the unit price by 20 percent, then rounds the price down to end in $0.97. If the price already ends in $0.97, the item is already discounted and is skipped.

Using the Obj-Browse method, the first step generates a list of items that expire within one week. The PageName parameter provided to the Obj-Browse method is DiscountItems. The second step updates the unit price property of each qualifying item. Which step page is best for the iteration in step two?

Select one of the following:

  • pyWorkPage

  • DiscountItems.pxResults

  • DiscountItems

  • No Step page is necessary

Explanation

Question 6 of 9

1

You can increase security on Activities by , by , and .

Drag and drop to complete the text.

    specifying the activity type
    restricting requestors
    providing a Privilege Class and Name
    disallow invocation from browser

Explanation

Question 7 of 9

1

Fill the blank spaces to complete the text.

There are two methods you can use for calling an Activity from another activity.
: Pega runs the specified activity, but the control returns to the rule that called the first activity. The original activity ends when the other activity is complete.
: Pega runs the specified activity, then returns control to the calling activity when the called activity process finishes.

Explanation

Question 8 of 9

1

Fill the blank space to complete the text.

are OOTB rules that you can configure as steps in the Case Designer and as utilities in flows to perform specific tasks, such as moving a case to the next stage or saving case attachments to a document repository.

Explanation

Question 9 of 9

1

Activities might be appropriate for these situations (choose 6):

Select one or more of the following:

  • Background processing

  • Complex loops

  • Declare OnChange

  • Parallel processing

  • Recurring scheduled events

  • Services

  • REST Mappings

  • Database connections

  • Changing case status

Explanation