Techniques Flashcards
4 Dimensions of Balanced Scorecard Technique
- Learning and Growth
- Business Process
- Customer
- Financial
9 Building Blocks of Business Model Canvas Technique
- Key Partnerships
- Key Activities
- Key Resources
- Value Proposition
- Customer Relationships
- Channels
- Customer Segments
- Cost Structure
- Revenue Streams
Common Formats for User Stories/Acceptance Criteria
- As a <who>, I need to <what>, so that <why></why></what></who>
- Given…When…Then
Types of Data Models
- Conceptual data model
- Logical data model
- Physical data model
Conceptual Data Model
Independent of any solution or technology & can be used to represent how the business perceives its information. Can be used to help establish a consistent vocabulary describing business information & the relationships with that information.
Logical Data Model
An abstraction of the conceptual data model that incorporates rules of normalization to formally manage the integrity of the data & relationships. Associated with the design of a solution.
Physical Data Model
Used by implementation subject matter experts to describe how a database is physically organized. Addresses concerns like performance, concurrency, & security.
Cardinality
The minimum & maximum number of occurrences to which an entity may be related (0, 1, many).
Data Model Types
- Entity-relationship diagrams (ERDs)
- Class diagrams
Process Modelling Notations
- Flowcharts & Value Stream Mapping (VSM) - used in the business domain
- Data Flow diagrams & Unified Modelling Language (UML) diagrams - used in the IT domain
- Business Process Model and Notation (BPMN) - used across both business & IT domains & is increasingly adopted as an industry standard
- Integrated DEFinition (IDEF) notation & Input, Guide, Output, Enabler (IGOE) diagrams - used for establishing scope
- SIPOC & Value Stream Analysis - used for process modelling
SIPOC Business Process Modelling Technique
Table that summarizes inputs & outputs from multiple processes (Suppliers, Inputs, Process, Outputs, Customers).
Estimation Methods
- Top-down
- Bottom-up
- Parametric Estimation
- Rough Order of Magnitude (ROM)
- Rolling Wave
- Delphi
- PERT
Top-Down Estimation
Examining the components at a high level in a hierarchical breakdown.
Bottom-Up Estimation
Using the lowest-level elements of a hierarchical breakdown to examine the work in detail & estimate the individual cost or effort, & then summing across all elements to provide an overall estimate.
Parametric Estimation
Use of a calibrated parametric model of the element attributes being estimated. It is important that the organization uses its own history to calibrate any parametric model, since the attribute values reflect the skills & abilities of both its staff & the processes used to do work.