Business Process Management

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/69

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

70 Terms

1
New cards

What is a business process?

A set of activities performed in coordination in an organizational and technical environment

2
New cards

What is Business Process Management (BPM)?

Concepts, methods, and techniques to support the design, administration, configuration, enactment, and analysis of business processes.

3
New cards

What is a business process model?

A set of activity models and execution constraints between them.

4
New cards

What is a business process instance?

A concrete case in the operational business of a company, consisting of activity instances.

5
New cards

What is process choreography?

The interactions of a set of business processes.

6
New cards

What are the phases of the business process lifecycle?

Design & Analysis, Configuration, Enactment, Evaluation.

7
New cards

Who is responsible for standardizing business processes in an enterprise?

The Chief Process Officer (CPO).

8
New cards

What is the ACID principle?

Atomicity, Consistency, Isolation, Durability—a transaction protocol for running applications.

9
New cards

What are the levels of business processes?

Business Goals and Strategies, Organizational Business Processes, Operational Business Processes.

10
New cards

What is a fully automated business process?

A process with no human involvement in its enactment (e.g., ordering an airline ticket).

11
New cards

What is a production workflow?

A well-structured, highly repetitive business process.

12
New cards

What is the purpose of a repository in BPM?

To capture knowledge of how a company performs its business.

13
New cards

What is enterprise application integration (EAI)?

The integration of siloed applications to enable communication and data sharing.

14
New cards

What is point-to-point integration?

A form of EAI where each sender encodes the receiver of a message (not scalable).

15
New cards

What is hub-and-spoke integration?

A centralized hub connects spokes (applications) for integration, improving process-awareness.

16
New cards

What is a value chain?

An approach to organize the work a company conducts to achieve its business goals, including primary and support functions.

17
New cards

What are the primary functions in a value chain?

Inbound Logistics, Operations, Outbound Logistics, Marketing and Sales, Services.

18
New cards

What is functional decomposition?

The process of breaking down a coarse-grained function into finer-grained functions to manage complexity.

19
New cards

What is a workflow?

The automation of a business process, in whole or part, where documents or tasks are passed between participants.

20
New cards

What is a workflow management system?

A software system that defines, creates, and manages workflow execution.

21
New cards

What are the challenges of workflow management?

Lack of support for knowledge workers, technical integration issues, and inconsistent states.

22
New cards

What is a service in enterprise service computing?

Functionality with business value, ready to be used, and loosely coupled.

23
New cards

What is a service-oriented architecture (SOA)?

An environment for describing, organizing, and dynamically discovering software services.

24
New cards

What is an enterprise service bus (ESB)?

Middleware that hides heterogeneity of enterprise applications by introducing service interfaces.

25
New cards

What is a Petri net?

A formal technique for specifying business processes using places, transitions, and directed arcs.

26
New cards

What is a condition event net?

A Petri net where each place can hold at most one token at any time.

27
New cards

What is a workflow net?

An enhanced Petri net with structural restrictions useful for representing business processes.

28
New cards

What is an and split in workflow nets?

A transition that puts tokens on all its output places, enabling parallel execution.

29
New cards

What is an exclusive or split (XOR split)?

A gateway that activates only one outgoing path based on conditions.

30
New cards

What is a deferred choice?

A pattern where the decision on which path to take is deferred to the latest possible time.

31
New cards

What are the triggers in workflow nets?

Automatic, User, External, and Time triggers.

32
New cards

What is BPMN?

Business Process Model and Notation—a standard for modeling business processes with a defined meta-model.

33
New cards

What are the categories of elements in BPMN?

Flow Objects (Events, Activities, Gateways), Connecting Objects, Swimlanes, Artefacts.

34
New cards

What are the types of activities in BPMN?

Task, Subprocess, Transaction, Call Activity.

35
New cards

What is a user task in BPMN?

A workflow task involving user interaction.

36
New cards

What is a manual task in BPMN?

A task performed without software support.

37
New cards

What are the roles of events in BPMN?

Catching (waiting for an event) and Throwing (triggering an event).

38
New cards

What is a boundary event in BPMN?

An intermediate event attached to an activity, which can be interrupting or non-interrupting.

39
New cards

What is a timer event in BPMN?

An event indicating an error occurrence, often used for exception handling.

40
New cards

What is an error event in BPMN?

An event used to undo or compensate for previous actions.

41
New cards

What is a compensation event in BPMN?

An event used to undo or compensate for previous actions.

42
New cards

What is a pool in BPMN?

A representation of a process participant (e.g., a company or role).

43
New cards

What is a lane in BPMN?

A subdivision of a pool representing organizational entities or roles.

44
New cards

What is a black box pool in BPMN?

A pool where internal processes are hidden, showing only external behavior.

45
New cards

What is a public process in BPMN?

A process restricted to communication activities between participants.

46
New cards

What is a private process in BPMN?

A process detailing all internal activities of a participant.

47
New cards

What is process choreography in BPMN?

The interaction between multiple business processes, often modeled using choreography diagrams.

48
New cards

What is a conversation diagram in BPMN?

A diagram representing participants and their communication channels.

49
New cards

What is a choreography task in BPMN?

A task representing one or more related messages exchanged between participants.

50
New cards

What are the phases of the BPM methodology?

Strategy and Organization, Process Landscape Design, Process Design, Process Implementation, Operations and Controlling.

51
New cards

What is the goal of the Strategy and Organization phase?

To establish organizational prerequisites and identify key processes.

52
New cards

What is the purpose of Process Landscape Design?

To analyze supplier-customer relationships between key processes.

53
New cards

What is a key performance indicator (KPI)?

A measurable value indicating how effectively a process achieves its goals.

54
New cards

What is the focus of the Process Implementation phase?

Technical and organizational realization of the process.

55
New cards

What is the Operations and Controlling phase?

Measuring process performance and implementing improvements.

56
New cards

What is structural soundness in process models?

A model with one initial node, one final node, and all nodes on a path between them.

57
New cards

What is soundness in workflow nets?

A property ensuring all tasks can participate, instances terminate properly, and no deadlocks occur.

58
New cards

What is a free-choice net?

A Petri net where the input places of transitions are either disjoint or identical.

59
New cards

What is a non-free-choice net?

A net where transition behavior depends on the firing order of concurrent transitions.

60
New cards

What is the Workflow Management Coalition (WfMC) Reference Architecture?

A framework for workflow systems with standardized interfaces for modeling, enactment, and monitoring.

61
New cards

What are the main W3C web services recommendations?

SOAP (messaging protocol), WSDL (service description), UDDI (service registry).

62
New cards

What is a deadlock in process modeling?

A situation where a process cannot proceed due to unresolved dependencies.

63
New cards

What is a livelock?

A situation where a process is stuck in a loop without making progress.

64
New cards

What is the Deming Cycle (PDCA)?

Plan-Do-Check-Act—a systematic approach for continuous improvement.

65
New cards

What are the 7 Process Modeling Guidelines (7PMG)?

Guidelines like minimizing routing paths, using structured models, and avoiding OR gateways.

66
New cards

What is the 5W + H method?

A problem-solving approach asking Who, What, When, Where, Why, and How.

67
New cards

What is the difference between syntactic and semantic interoperability?

Syntactic ensures compatible message structure; semantic ensures shared meaning of data.

68
New cards

What is bottom-up automation?

Optimizing individual organizational units, which may not improve overall process performance.

69
New cards

What is the purpose of a process engine?

To instantiate and control the execution of business processes.

70
New cards

What is a service task in BPMN?

A task implemented by a software service.