8/17 Study Session - Prepcast Flashcards
A project scheudle that shows the anticipated completion dates of major project deliverables.
Milestone Chart
Shows the work that remains to be completed versus the time left in the iteration.
Burndown Chart
agile
Depicts the variance between the ideal rate of work and the actual rate of work
Graphical depiction of the project schedule
Gantt chart
Shows the activities and the relationshp between activities for the project.
Project Schedule Network Diagram
https://gitmind.com/project-network-diagram.html
A lean manufacturing technique used to analyze and improve the flow of materials and/or information during the development of a product, and make changes as necessary to increase the value of the product delivered to the customer.
Value Stream Mapping
* Value Stream Analysis is one of the processes used in value stream mapping
What Agile process performs iterative cycles across seven key disciplines and incorportates the associated feedback before delivery?
AUP - Agile Unified Process
* offshoot of the Unified Process for software projects
* features more accelerated cycles than heavyweight processes than UP
* focuses on high value activities
* may not be suitable for projects with a large number of complex features or well defined requirements
What Agile framework highlights three core beliefs: Technologies changing techniques, cultures changing norms, and distances changing communication?
Crystal - as described in Alistair Cockburn’s book Crystal Clear
In Decision Tree Analysis, what is the difference between payoff and costs for a path over a branch?
NPV - Net Path Value
When is a Decision Tree Analysis performed?
Quantitative Risk Analysis
Planning Process Group
Risk Knowledge Area
In Decision Tree Analysis, what is found by multiplying the values of the uncertain alternatives by their probabilities and summing the results?
EMV - Expected Monetary Value
In what process are you determining, documenting and managing stakeholder needs and requirements to meet project objectives?
Collect Requirement Process
Planning Process Group
Scope Knowledge Area
* provides the basis for defining the project scope
Name three data analysis techniques used during the Collect Requirements Process?
- Document analysis
- Nominal group technique - silent brainstorm and discussion
- Multicriteria Decsion Analysis - uses a matrix to provide a systematic approach to establishing criteria used to evaluate and rank ideas.
Who does a story writing workshop include?
- developers
- customer representaties
- end users
- other stakeholders
What happens during a story writing workshop?
Participants write as amny user stories as they can.
No priorities are associated withthe user stories at this point - customer will have a chance to do that later.
Stories can be written at any time, this is just one opportunity.
What is BDD?
Behavior-Driven Development
Given (a certain circumstance)
When (something happens)
Then (we want this to happen)
Allows a developer to focus on testingthe code based on the expected behavior of the software and is a method of writing user stories.