Case Management Pt2 Flashcards

1
Q

What does automating decisions based on business logic enable?

A

Application users to focus on more nuance decisions that require business expertise.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are conditional paths used to define in a case life cycle?

A

Paths in the case life cycle that are chosen by a user at run time or are based on run time values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When would assignment routing be used?

A

To assign work to the most appropriate user?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a work queue?

A

A list of all open assignments, in order of importance, for a group of users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a worklist?

A

A list of all open assignments, in order of importance, for a specific user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What 3 areas should be considered when approval configuration?

A

The approval levels
The list of approvers
The approval process flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of a rule in a Pega application?

A

An instruction for describing a specific case behavior, such as a process or automated decision.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is versioning within Pega?

A

Whenever a rule requires to be changed a new version of the rule is created.

Pega maintains a history of changes in case changes need to be undone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is delegation within Pega?

A

Rules within Pega which are delegated down to business users for the business to update case behavior as business conditions change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is ‘Reuse’ within Pega?

A

System architects reuse rules whenever an application needs to incorporate existing case behavior.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the 3 sections of the versioning number called?

A

Major version, minor version and patch version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the major version in a ruleset represent?

A

A substantial release of an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the minor version in a ruleset represent?

A

Represents an interim release or enhancements for a major release.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the patch version consist of?

A

Fixes to address bugs in an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the ruleset stack used for?

A

Determining the order in which Pega looks through rulesets to find the rule being used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the classes each application consists of?

A

Work class, integration class and data class

17
Q

What is the work class?

A

Contains the rules that describe how to process a case or cases, such as processes, data elements and user interfaces

18
Q

What is the integration class?

A

Contains the rules that describe how the application interacts with other systems, such as a customer database or a third-party web server.

19
Q

What is the data class?

A

Contains the rules that describe the data objects used in the application, such as a customer or a collection of order items.

20
Q

What is a class that contains another class called?

A

A parent class

21
Q

What is a class that is contained by another class called?

A

A child class

22
Q

What are classes that comprise an application called?

A

Case hierarchy

23
Q

What is the purpose of a class in a Pega application

A

A class organises rules within an application.

The position of a class within the class hierarchy determines the reuseability of the rules in that class.

24
Q

What is a top-level case?

A

A case that does not have a parent case, but can cover, or become a parent of, other cases.

25
What is a child case?
A case that is covered by a parent case. When you configure a case as a child case, Pega maintains a relationship between the parent and child cases. Child cases represent work that must be completed to resolve the parent.
26
What is the difference between a top-level case and a child case?
A child case has a relationship with a parent case where a top-level does not.
27
what three questions should you answer to create effective correspondence?
Who is the user that receives the correspondence? When does the correspondence need to be sent? How will the correspondence be sent?
28
Which two statements identify why you should automate correspondence?
Automating correspondence allows you to send timely communication Automating correspondence allows for sending consistent information to users