Techniques Flashcards

1
Q

4 Dimensions of Balanced Scorecard Technique

A
  1. Learning and Growth
  2. Business Process
  3. Customer
  4. Financial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

9 Building Blocks of Business Model Canvas Technique

A
  1. Key Partnerships
  2. Key Activities
  3. Key Resources
  4. Value Proposition
  5. Customer Relationships
  6. Channels
  7. Customer Segments
  8. Cost Structure
  9. Revenue Streams
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Common Formats for User Stories/Acceptance Criteria

A
  1. As a <who>, I need to <what>, so that <why></why></what></who>
  2. Given…When…Then
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of Data Models

A
  1. Conceptual data model
  2. Logical data model
  3. Physical data model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Conceptual Data Model

A

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.

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

Logical Data Model

A

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.

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

Physical Data Model

A

Used by implementation subject matter experts to describe how a database is physically organized. Addresses concerns like performance, concurrency, & security.

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

Cardinality

A

The minimum & maximum number of occurrences to which an entity may be related (0, 1, many).

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

Data Model Types

A
  1. Entity-relationship diagrams (ERDs)
  2. Class diagrams
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Process Modelling Notations

A
  1. Flowcharts & Value Stream Mapping (VSM) - used in the business domain
  2. Data Flow diagrams & Unified Modelling Language (UML) diagrams - used in the IT domain
  3. Business Process Model and Notation (BPMN) - used across both business & IT domains & is increasingly adopted as an industry standard
  4. Integrated DEFinition (IDEF) notation & Input, Guide, Output, Enabler (IGOE) diagrams - used for establishing scope
  5. SIPOC & Value Stream Analysis - used for process modelling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SIPOC Business Process Modelling Technique

A

Table that summarizes inputs & outputs from multiple processes (Suppliers, Inputs, Process, Outputs, Customers).

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

Estimation Methods

A
  1. Top-down
  2. Bottom-up
  3. Parametric Estimation
  4. Rough Order of Magnitude (ROM)
  5. Rolling Wave
  6. Delphi
  7. PERT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Top-Down Estimation

A

Examining the components at a high level in a hierarchical breakdown.

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

Bottom-Up Estimation

A

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.

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

Parametric Estimation

A

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.

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

Rough Order of Magnitude (ROM) Estimation

A

A high-level estimate, generally based on limited information, which may have a very wide confidence interval.

17
Q

Rolling Wave Estimation

A

Repeated estimates throughout an initiative or project, providing detailed estimates for near-term activities (such as an iteration of the work) extrapolated for the remainder of the initiative or project.

18
Q

Delphi Estimation

A

Uses a combination of expert judgment & history. There are several variations on this process, but they all include individual estimates, sharing the estimates with experts, & having several rounds of estimation until consensus is reached. An average of the three estimates is used.

19
Q

PERT (Program Evaluation & Review Technique) Estimation

A

Each component of the estimate is given three values: (1) Optimistic value, representing the best-case scenario, (2) Pessimistic value, representing the worst-case scenario, (3) Most Likely value. Then a PERT value for each estimated component is computed as a weighted average: (Optimistic + Pessimistic + (4 times Most Likely))/6.

20
Q

Commercial Off-the-Shelf (COTS) System

A

A prepackaged solution available in the marketplace which addresses all or most of the common needs of a large group of buyers of those solutions. May require some configuration to meet the specific needs of the enterprise.

21
Q

2 Commonly Used Relationships Between Use Cases

A
  1. Extend
  2. Include
22
Q

Extend Relationship (Use Cases)

A

Allows for the insertion of additional behaviour into a use case. The use case that is being extended must be completely functional in its own right & must not depend on the extending use case for its successful execution.

23
Q

Include Relationship (Use Cases)

A

Allows for the use case to make use of functionality present in another use case. The included use case does not need to be a complete use case in its own right if it is not directly triggered by an actor. This relationship is most often used either when some shared functionality is required by several use cases or to abstract out a complex piece of logic.

24
Q

What does the INVEST acronym stand for (user stories)?

A

Independent, Negotiable, Valuable, Estimable, Small, Testable

25
Q

Force Field Analysis

A

A graphical method for depicting the forces that support & opposed a change. Involved identifying the forces, depicting them on opposite sides of a line (support & opposing forces) & then estimating the strength of each set of forces.