Fibonacci Sequence
The Fibonacci Sequence is an estimation method referencing a math sequence where each number is the sum of the two preceding ones, usually starting with 0 and 1. In Scrum, it's used as a way to estimate complexity or size. It provides a set of predefined values that the team can use to estimate story points. This technique acknowledges that the further out the prediction, the more uncertainty there is. Tasks that are considered larger in complexity and time are generally assigned a number from the Fibonacci sequence.
Understanding the Fibonacci Sequence: A Complete Guide
Importance:
The Fibonacci Sequence, as a mathematical concept, has a wide range of applications in various sectors like computer algorithms, predicting natural patterns in botanical species, architecture, art, financial market analysis and many more. This emphasizes the need for a good understanding of the topic.
What it is:
The Fibonacci Sequence is a series of numbers where a number is the sum of the two numbers before it. It starts from 0 and 1, and the sequence goes: 0, 1, 1, 2, 3, 5, 8, 13, and so on.
How it works:
Each number in the sequence is the sum of the previous two numbers. For example, 1 (0 + 1), 2 (1 + 1), 3 (1 + 2), 5 (2 + 3), and so on. In mathematical terms, the sequence is often defined with a recursive formula:
F(n) = F(n-1) + F(n-2) with initial conditions F(0)=0 and F(1)=1.
Exam Tips: Answering Questions on Fibonacci Sequence:
1. Understand the sequence: Familiarize yourself with the sequence and how it is constructed.
2. Practice the problems: Practice different types of problems based on the Fibonacci Sequence, including recursive problems. You can find many online resources for the same.
3. Be careful with the initial conditions: Always remember that the first two numbers are 0 and 1.
4. Use the formula if needed: For higher numbers, it might become time-consuming to add up all the previous numbers. In such cases, use the formula to save time and avoid mistakes.
CSM - Estimation Techniques Example Questions
Test your knowledge of Amazon Simple Storage Service (S3)
Question 1
You are part of a scrum team that uses the Fibonacci sequence for story point estimation. A user story is considered to have a point of 1. The product owner suggests that a new story is twice as difficult and should be estimated as 2. What would be your response?
Question 2
During a backlog refinement session, the team is estimating a user story using the Fibonacci sequence. The team is split between estimating the story as a 3 or a 5. What would be the most appropriate next step for the Scrum Master?
Question 3
The team is struggling to estimate their backlog. They have been using Fibonacci sequence for estimation. What could be a potential problem?
Go Premium
Certified ScrumMaster Preparation Package (2024)
- 3861 Superior-grade Certified ScrumMaster practice questions.
- Accelerated Mastery: Deep dive into critical topics to fast-track your mastery.
- Unlock Effortless CSM preparation: 5 full exams.
- 100% Satisfaction Guaranteed: Full refund with no questions if unsatisfied.
- Bonus: If you upgrade now you get upgraded access to all courses
- Risk-Free Decision: Start with a 7-day free trial - get premium features at no cost!