5: Agile Product Development Flashcards

1
Q

What is Agile?

A

A project management approach that involves breaking the project into phases and emphasizes continuous collaboration and improvement. Teams follow a cycle of planning, executing, and evaluating.

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

What are the points in Agile for software development (2001)?

A
  1. Individuals and interactions over processeses and tools
  2. Working software over comprehensive documentation
  3. Customer collaboration over contact negotiation
  4. Responding to change over following a plan
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When should Agile be used?

A

When there is no real plan available, since Agile is about shifting the balance from planning to learning, the less we know about the future, the worse the plan will be.

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

How does project planning and sprint planning differ?

A

Project planning: Project managers does the planning, based on deadlines, centralized
Sprint planning: The team plans, based on capacity, decentralized

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

What are the two central Agile principles?

A
  1. Shorten the learning cycle
  2. Ensure feedback from tech and client
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Scrum?

A

A way to get work done as a team in small pieces at a time, with continuous experimentation and feedback loops along the way to learn and improve as you go. The most common agile method.

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

What are the roles in a Scrum team and what are their responsibilities?

A

Product owner: Voice of the costumer, main representative for the team
Development team: Deliver solutions/increments, self organize, cross-functional
Scrum master: Supports the team in Scrum methology, ensures that goals, scope and product domain are understood by the dev. team.

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

What are the parts and general time frame of a sprint?

A

A sprint is usually between 1-4 weeks and made up of four parts:
1. Sprint planning: What is the goal? How much can we achieve?
2. Daily scrum: A daily 15 min meeting to discuss sprint status.
3. Sprint review: Did we acheive the goals?
4. Retrospective: Reflect on performance, what can be improved for next sprint?

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

What are the three artifacts from scrum?

A

Product backlog: Ecerything known to be needed to develop the product, prioritized list, evolving list
Sprint backlog: A subset of the product backlog selected for the ongoing sprint, managed “Trello-style” (visually represented)
Increment: The sum of completed backlog items during a sprint. Must be a step towards final goal and usable (meaning, must be able to test)

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