Agile Methodology Flashcards

1
Q

What is Agile?

A

A project management framework that emphasizes iterative development, collaboration, flexibility, and customer feedback.

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

What are Agile ceremonies?

A

Key meetings include:
* Sprint Planning,
* Daily Standups,
* Sprint Review,
* Sprint Retrospective.

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

What is the Agile Manifesto?

A

A set of 4 core values and 12 principles that prioritize customer collaboration, working software, and adaptive planning over rigid processes.

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

What is a Sprint?

A

A time-boxed period, typically 1-4 weeks, where specific tasks are completed and reviewed.

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

What is a Product Backlog?

A

A prioritized list of tasks or features that need to be completed in future sprints.

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

What are User Stories in Agile?

A

Short, simple descriptions of a feature told from the perspective of the end user, usually following the format:
“As a [user],
I want [feature]
so that [goal].”

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

What is velocity in Agile?

A

The amount of work a team can complete in a sprint, measured in story points or hours, used to forecast future work.

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

What is backlog grooming?

A

The ongoing process of refining the product backlog, ensuring it is up-to-date, well-prioritized, and detailed enough for sprint planning.

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

What is continuous integration (CI) in Agile?

A

A practice where code is regularly merged and tested in a shared repository, allowing teams to detect issues early.

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

What’s the difference between Agile and Waterfall?

A

Agile is iterative, flexible, and allows for ongoing changes, while Waterfall is linear, with each phase completed before moving to the next.

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