Final Exam Study Flashcards
Project Management Plan
PMBOK - the document that describes how the project will be executed, monitored, and controlled.
Common Elements
Introduction or overview of the project
Description of how the project is organized - Roles & responsibilities
Management Processes -
Work to be done ◦ Project Schedule ◦ Budget information
Technical processes used on the project - Technical infrastructure & technologies to be used
A baseline is the approved project management plan plus approved changes
Scrum Planning
- Can’t get the plans right up front
- Up-front planning is helpful without being excessive
- Keep planning options open until last possible moment (just-in time planning)
- Focus more on adapting/re-planning than conforming to a plan
- Correctly manage the planning inventory
- Favor small & more frequent releases
- Plan to… learn fast (Fail fast) & pivot when necessary
Source Control
version control system for tracking changes in computer files & coordinating work on those files among multiple people
Product Planning
- The Product Owner is crucial in the initial product planning phase, collaborating with stakeholders and often supported by specialists like Systems Architects and UI/UX Designers.
- Ideally, the entire Scrum team participates in this phase to offer feedback and reduce later handoffs, though full team engagement typically awaits organizational funding post-envisioning.
3.Sprint 0 involves creating a high-level Product Backlog with Epics and a Product Roadmap for incremental releases, based on the product vision or scope from the Statement of Work.
- To aid in planning and understanding, additional artifacts like wireframes, flowcharts, and personas may be developed alongside the Product Backlog and Roadmap.
Scope
Scope refers to all the work involved in creating the products of the project (the What) and the processes used to create them (the How)
A deliverable is a product produced as part of a project
Project scope management -
includes the processes involved in defining and controlling what is or is not included in a project
PBIs
User Stories / Requirements
Product Backlog
Everything to be built over a project.
Epics
Stories
Sprint Backlog
All the stories to be worked on / completed during a given sprint.
Release Planning
We don’t want to set overly aggressive deadlines
Each release should focus on minimum releasable features (MRFs)
◦ “Must-have” functionality for users to do their task, while meeting customer value & quality expectations
MVP
Minimum Viable Product
Prioritizing
PBIs that deemed to be most important to key stakeholders will be placed at the top of the Product Backlog
MoSCoW
Must Have
Should Have
Could Have
Will not Have
Release Naming
Release Stages:
Alpha
- software that is in the early stages of development. Possibly environment from continuous deployment
Beta
-feature complete software, but not ready for release as it’s not fully regression tested. Possibly a result of a release after a sprint
Release Candidate
-Has gone through several beta test cycles. Beta testing is now conducted at client site or in future production environment. Has potential to be a final product soon.
Production Release
- Stable Release or Final Release or Live Release
major.minor.build.revision
major = a milestone release or large change
minor = potentially a significant change, but not one that requires the major # to be changed
build = incremental build of solution that happen at intervals of a project. Like at the end of sprints
revision = change or edit to an existing build to resolve an issue
Example: 2.1.3.1 or 2.1
Production release versions of initial software are 1.0
Product Roadmap
Key Components:
Release Names
Dates of each Release
- Should show the timespan it will take for each release
Deliverables
– product produced as part of a project
Features
-What will be in each of the deliverables Can use Epics/Features from the Product Backlog
PERT
Create 3 estimates of duration
(ex: workdays) to complete each activity
Optimistic, Most likely, Pessimistic
Story Points
Uses Relative Size Estimation
There is no direct correlation between hours & story points