BIM 2 Flashcards

1
Q

What are business processes

A

A business process is a collection of events, activities, and decisions that collectively lead to an outcome that brings value to an orgaization

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

What is business process management?

A

The science of overseeing how work is performed in an organization to achieve consistent outcomes. It is a body of methods, techniques, and tools to analyze buisiness processes. It is about the entire chain

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

What are the common categories of business processes ?

A
  1. order-to-pay
    customer submits an order and ends with delivery and payment
  2. quote-to-order
    starts with customer requesting price quote, and ends with customer placing an order
  3. Procure-to-pay
    Starts with realizing a need for a product, and ends with delivery and payment
  4. Issue-to-resolution
    starts with customer raising an issue, and continues until issue is resolved
  5. Application-to-approval
    starts with request for certain thing, and ends with approval or denial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ingredients of a business process

A
  1. events
    events happen instantaneously
  2. activities
    activities have duration
  3. decision points are points in time when a decision is made that affects business processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Business process management lifecycle

A
  1. Process identification
    Business problem is posed
  2. Process discovery
    The current as-is process model is looked at
  3. Process analysis
    The current process model is analyzed and issues are identified
  4. Process redesign
    The as-is model is turned into the to-be model
  5. Process implementation
    Perform changes required to move from as-is to to-be process
  6. Process monitoring and controlling
    Collect and analyze performance data on running process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Role of algorithm

A

Algorithsm can assign tasks, make processes more efficient , and reduce costs

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

Notation of BPM

A
  1. events are circle, with the first being a simple circle, intermediate event being double, and end event being bolded circle
  2. activities are represented by round rectangles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are tokens in BPMN?

A

Tokens illustrate the progress of a given instance of the process. The current state of a process at that instant

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

What ar gateways

A

A gating mechanism allows or disallows passages of tokens

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

What are split gateways and join gateways?

A

split gateways are gateways that have single incoming sequence and several outgoing sequence. It splits the tokens
Join gateway are gateways that join multiple incoming sequences and has one outgoing sequence

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

What are exclusive deciisons?

A

Exclusive deciisnos are XOR gateways.

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

What are parallel decisions?

A

AND gateways
AND gateways split tokens into two which is then reached back at the end of the AND gateway join, where they join back to one. it waits for a token to arrive to merge into one again.

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

What is synchronization in AND Gateways?

A

The behavior of waiting for a number of tokens to arrive and then merging into one again

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

What is a deadlock in AND gateways?

A

We wait for a token to arrive from each branch. When one of the tokens does not arrive as the branch splits elsewhere and ends, a deadlock is created. It is fixed by ensuring that the AND comes back.

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

Inclusive decisions?

A

OR-Gateway

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

What are resources?

A

resources are anything or anyone involved in the performance of a process activity

17
Q

Active vs passive resource?

A

Active resources are resources that can autonomously perform an activity
Passive resources are resources that don’t have a purpose with an active resource. Resources that are merely involved in the performance of an activity

18
Q

What are pools and lanes?

A

Pools are resource classes while lanes are subclasses. they separate the resource class into lanes

19
Q

What are data perspectives?

A

Indicates which information artifacts are required to perform an activity

20
Q

Data objects?

A

Data objects is information flowing in and out of activities

21
Q

What are data stores

A

places containing data objects that need to be persistsed beyond the duration of a process instance

22
Q

What is the resource perspective

A

Indicates anyone or anything involved in the process activity