Activities

Frage 1 von 9

1

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

Wähle eine oder mehr der folgenden:

  • 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.

Erklärung

Frage 2 von 9

1

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

Wähle eine der folgenden:

  • Label

  • Method

  • Description

  • Jump

Erklärung

Frage 3 von 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:

Klicke und ziehe, um den Text zu vervollständigen.

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

Erklärung

Frage 4 von 9

1

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

Wähle eine oder mehr der folgenden:

  • 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.

Erklärung

Frage 5 von 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?

Wähle eine der folgenden:

  • pyWorkPage

  • DiscountItems.pxResults

  • DiscountItems

  • No Step page is necessary

Erklärung

Frage 6 von 9

1

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

Klicke und ziehe, um den Text zu vervollständigen.

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

Erklärung

Frage 7 von 9

1

Fülle die Lücken, um den Text zu vervollständigen.

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.

Erklärung

Frage 8 von 9

1

Fülle die Lücke, um den Text zu vervollständigen

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.

Erklärung

Frage 9 von 9

1

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

Wähle eine oder mehr der folgenden:

  • Background processing

  • Complex loops

  • Declare OnChange

  • Parallel processing

  • Recurring scheduled events

  • Services

  • REST Mappings

  • Database connections

  • Changing case status

Erklärung