CPP Process Modeling & Mapping 2 — Questions and Answers
Question 1: In a swimlane process map, what does each lane typically represent?
- A time interval in the process
- A functional area or role responsible for activities (Correct answer)
- A decision gateway in the workflow
- A data store used during the process
Correct answer: A functional area or role responsible for activities
Swimlanes partition a process diagram by functional area, department, or role to clarify who is responsible for each activity.
Question 2: Which BPMN element is used to represent a point where a process can follow multiple alternative paths?
- Intermediate event
- Exclusive gateway (Correct answer)
- Parallel gateway
- Sub-process marker
Correct answer: Exclusive gateway
An exclusive gateway (XOR) routes the process flow along exactly one path based on a condition, representing branching alternatives.
Question 3: A value stream map (VSM) differs from a standard process map primarily because VSM also captures:
- Organizational hierarchies
- Information and material flow alongside cycle times and waste (Correct answer)
- RACI assignments for each step
- IT system interfaces
Correct answer: Information and material flow alongside cycle times and waste
VSM includes both the flow of materials and information and adds time metrics like cycle time and wait time to identify waste.
Question 4: When documenting a process using SIPOC, the 'O' stands for:
- Operations
- Outputs (Correct answer)
- Objectives
- Opportunities
Correct answer: Outputs
SIPOC stands for Suppliers, Inputs, Process, Outputs, and Customers—the 'O' refers to the outputs produced by the process.
Question 5: Which process modeling notation is most commonly associated with enterprise architecture and is used to align IT with business strategy?
- BPMN 2.0
- EPC (Event-driven Process Chain)
- ArchiMate (Correct answer)
- UML Activity Diagram
Correct answer: ArchiMate
ArchiMate is an enterprise architecture modeling language standardized by The Open Group for visualizing and aligning business, application, and technology layers.
Question 6: In process modeling, a 'trigger' event is best defined as:
- A condition that pauses execution until a resource is available
- An occurrence that initiates or restarts a process or activity (Correct answer)
- A documented exception to normal flow
- A mandatory approval checkpoint
Correct answer: An occurrence that initiates or restarts a process or activity
A trigger is an event—such as receiving an order or reaching a date—that causes a process to start or resume.
Question 7: Process decomposition in modeling refers to:
- Eliminating redundant steps from the current-state map
- Breaking a high-level process into progressively detailed sub-processes (Correct answer)
- Converting qualitative flow to quantitative simulation data
- Merging parallel paths into a single consolidated flow
Correct answer: Breaking a high-level process into progressively detailed sub-processes
Decomposition hierarchically breaks a process into sub-processes and tasks, providing increasing levels of detail for analysis.
In a swimlane process map, what does each lane typically represent?