Questão 1
Questão
Which two of the following statements about activities are true? (Choose Two)
Responda
-
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.
Questão 2
Questão
Every activity step has multiple parts. Which part of an activity step indicates the action to perform?
Responda
-
Label
-
Method
-
Description
-
Jump
Questão 3
Questão
At runtime, when a customer changes their street address, the ZIP/Postal Code field is populated automatically: [blank_start]New activity[blank_end]
Without user action, expense report cases advance from the Rejected stage to the Submission stage to allow employees to correct their expense report: [blank_start]OOTB automation[blank_end]
In an order case, if a customer requests a backordered item, a new backorder case is created automatically: [blank_start]OOTB automation[blank_end]
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: [blank_start]New activity[blank_end]
Responda
-
New activity a
-
OOTB automation b
-
OOTB automation c
-
New activity d
-
OOTB automation a
-
New activity b
-
New activity c
-
OOTB automation d
Questão 4
Questão
Which three of the following statements about activities are true? (Choose Three)
Responda
-
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.
Questão 5
Questão
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?
Questão 6
Questão
You can increase security on Activities by [blank_start]specifying the activity type[blank_end], [blank_start]restricting requestors[blank_end] by [blank_start]providing a Privilege Class and Name[blank_end], and [blank_start]disallow invocation from browser[blank_end].
Responda
-
specifying the activity type
-
restricting requestors
-
providing a Privilege Class and Name
-
disallow invocation from browser
Questão 7
Questão
There are two methods you can use for calling an Activity from another activity.
[blank_start]Branch[blank_end]: 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.
[blank_start]Call[blank_end]: Pega runs the specified activity, then returns control to the calling activity when the called activity process finishes.
Questão 8
Questão
[blank_start]Automations[blank_end] 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.
Questão 9
Questão
Activities might be appropriate for these situations (choose 6):