Agile vs. Traditional Flashcards

(20 cards)

1
Q

What is the main goal of Agile methods in software engineering?

A

Agile methods aim to be flexible about software engineering stages, adapting processes to fit the project’s needs and responding quickly to change, rather than following rigid, traditional processes.

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

When might traditional software engineering methods be preferred over Agile?

A

Traditional methods are better suited for projects with big teams, large budgets, and fixed requirements, where detailed planning, documentation, and formal testing are prioritized.

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

List three key differences between traditional and Agile methods.

A

Traditional: Waterfall/V-Model, requirements tables, detailed UML/specs, integration and user testing phases, separate skill teams.

Agile: Spiral/SCRUM/iterative models, user stories/personas, rapid prototyping, TDD/CI/paired coding, frequent client interaction, integrated skills teams.

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

What are some common limitations of traditional software engineering methods?

A

Traditional methods rely on heavy documentation, have long waiting times between teams, are slow and expensive to fix bugs, offer little developer freedom, and make managing change difficult.

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

What is the Agile Manifesto and when was it created?

A

The Agile Manifesto was created in 2001 by 17 software experts to improve software engineering by making methodologies adaptable and reducing unnecessary bureaucracy.

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

What are the four core Agile values?

A

Individuals and interactions over processes and tools

Working software over comprehensive documentation

Customer collaboration over contract negotiation

Responding to change over following a plan.

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

Name three Agile principles agreed upon in 2001.

A

Satisfy the customer through early and continuous delivery of valuable software.

Welcome changing requirements, even late in development.

Deliver working software frequently, preferring shorter timescales.

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

How is progress primarily measured in Agile projects?

A

Working software is the primary measure of progress in Agile projects.

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

What is the role of face-to-face communication in Agile?

A

Face-to-face conversation is considered the most efficient and effective method of conveying information within a development team.

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

According to recent surveys, what are the top benefits of adopting Agile?

A

Top benefits include managing changing priorities, increased visibility, better business/IT alignment, faster delivery, improved predictability, risk reduction, and higher software quality.

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

How is the success of Agile delivery most commonly measured?

A

Success is most commonly measured by business value delivered and customer/user satisfaction, followed by delivery velocity and iteration burndown.

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

What is eXtreme Programming (XP) and what are its key practices?

A

XP is an iterative Agile approach focused on rapid, incremental releases, test-first development, continuous integration, pair programming, collective code ownership, and maintaining a sustainable pace.

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

What is the main difference between Scrum and Kanban?

A

Scrum organizes work into fixed-length sprints managed by a Scrum Master, while Kanban uses a continuously updated priority list and a Kanban board to manage workflow and limit work in progress.

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

How does Agile handle requirements differently from traditional methods?

A

Agile uses user stories and personas for requirements, emphasizing ongoing collaboration and change, while traditional methods rely on detailed requirements documents and fixed plans.

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

What is “Scrumban”?

A

Scrumban is a hybrid Agile approach that combines elements of Scrum and Kanban, allowing teams to tailor practices to their specific needs.

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

Why do Agile projects emphasize frequent client interaction?

A

Frequent client interaction ensures that the product meets evolving needs, allows for rapid feedback, and enables quick adaptation to changes.

17
Q

How do Agile teams measure productivity and quality?

A

Agile teams use metrics like velocity, iteration burndown, defects over time, test pass/fail rates, and customer satisfaction to measure productivity and quality.

18
Q

What is the Agile approach to design and documentation?

A

Agile favors simple design, rapid prototyping, and minimal necessary documentation, focusing on delivering working software and adapting as needed.

19
Q

What is the importance of continuous integration in Agile?

A

Continuous integration ensures that code changes are regularly merged and tested, reducing integration problems and ensuring that the system is always in a working state.

20
Q

Scrum vs XP vs Kanban

A

Scrum is optimising by time and delivery
XP is about team effectiveness
Kanban is about speed of feature delivery