Scrum Events Flashcards

1
Q

What are the Scrum Events

A

Sprint planning, Sprint, Daily Scrum, Sprint review/retrospective

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

How long does a the Scrum cycle last?

A

The Scrum cycle depends on the project size and team size. Team size may vary from 3 members to 9 members. Normally, it takes 3 to 4 weeks to complete a Scrum sprint.

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

What is the scrum of scrums?

A

Suppose there are 7 teams working on a project, to coordinate among the teams a separate meeting has to be organized, that meeting is called Scrum of Scrums.

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

Explain the term ‘increment’?

A

The sum of all the product backlog items which were completed in a sprint is called increments.

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

What are impediments?

A

Any obstacle which prevents the smooth flow of work or due to which the team is not able to perform its task is what we call ‘impediments’.

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

Explain ‘scrum poker’ or ‘planning poker’ technique?

A

The values on the card are ideal days or story points.If a common value is selected, it is an estimate, if not they discuss their max. and min. estimation.
This process is repeated until a general agreement is reached.

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

What are the principles of agile testing?

A

Satisfy acceptance criteria
Bug-free clean code

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

What are the disadvantages of the agile model?

A

When you encounter a large project, it is not easy to get an idea of how much effort will it require.

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

In what way does agile testing(development) methodology differ from the other testing(development) methodologies?

A

In Agile methodology, the code is broken into small parts and at a time, only that particular code is worked or tested.

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

Explain what is a story point in the scrum?

A

It can be considered as a unit to estimate the total efforts required to complete or to do the particular task or implementing a backlog.

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

What does the X and Y-axis of the burndown chart?

A

Y-axis shows remaining efforts.

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

What are the main roles in the scrum?

A
  1. Scrum Team: Scrum team is made by an individual person who works collectively to achieve a particular task. The team works in a bond to deliver committed and requested products.
    1. Scrum Master: Scrum Master is responsible for the proper execution or working of the scrum team. Being a servant – leader and a coach, he ensures the proper productivity of a team towards scrum sprint goal.
    2. Product Owner: The product owner has the responsibility to deliver a complete picture of what to build and to convey that idea to the team.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a product burndown chart?

A

A description in the form of the graph which shows implemented and not – implemented product backlog is called the burndown chart.

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

What is the sprint burndown chart?

A

A graph used to describe no. of implemented/non-implemented sprint in the Scrum cycle.

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

What is the sprint planning meeting?

A

A sprint planning meeting is joined by all entities like scrum master, product owner and whole scrum team where they discuss the priority features of the team and product backlog items.

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

What is a Sprint Retrospective meeting?

A

This is mostly the last part of the sprint or may be done after the sprint review meeting.

17
Q

Tell me something about Kanban?

A

Kanban board allows you to write the whole scenario of your project at a single place so that you can get a perfect picture of the bottleneck, a task done, workflow progress or basically the complete status of your project.

18
Q

Name three other Agile frameworks?

A

Test Driven Development, Feature Driven Development, and Kanban.

19
Q

What are different types of Agile Methodology?

A

> Scrum: It is used to establish hypotheses, test them, reflect on the experience, and also make adjustments. It heavily depends on feedback, self-management, small teams, and work broken out into sprints. It relies on incremental development.
Feature-Driven Development
Lean Software Development