0
0
Software Engineeringknowledge~5 mins

Risk analysis (probability and impact) in Software Engineering - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is risk analysis in software engineering?
Risk analysis is the process of identifying potential problems that could affect a project and evaluating their likelihood and impact to manage them effectively.
Click to reveal answer
beginner
What does 'probability' mean in risk analysis?
Probability is the chance or likelihood that a specific risk event will happen during a project.
Click to reveal answer
beginner
What does 'impact' mean in risk analysis?
Impact refers to the effect or consequence a risk event would have on the project if it occurs, such as cost increase or delay.
Click to reveal answer
intermediate
How do probability and impact work together in risk analysis?
They combine to help prioritize risks: high probability and high impact risks need more attention than low probability or low impact ones.
Click to reveal answer
intermediate
Give an example of a risk with high probability but low impact.
An example is a minor software bug that happens often but only causes a small inconvenience, not stopping the project.
Click to reveal answer
What does the 'impact' of a risk describe?
AThe effect on the project if the risk happens
BThe number of people affected
CThe chance the risk will happen
DThe cost to prevent the risk
If a risk has low probability but high impact, what should you do?
AFocus only on high probability risks
BIgnore it because it is unlikely
CMonitor it and prepare a plan just in case
DAssume it will not happen
Which of these is an example of a risk with high probability and high impact?
AA common software crash that stops the project
BA rare typo in documentation
CA small UI color mismatch
DA delayed team lunch
Why is risk analysis important in software projects?
ATo avoid all risks completely
BTo identify and manage risks before they cause problems
CTo increase project costs
DTo delay project deadlines
What two factors are combined to prioritize risks?
ACost and time
BProject phase and budget
CTeam size and skills
DProbability and impact
Explain how probability and impact help in managing risks in a software project.
Think about how likely a risk is and how bad it would be if it happens.
You got /4 concepts.
    Describe an example of a risk with low probability but high impact and how you would handle it.
    Consider rare but serious problems like data loss or security breaches.
    You got /3 concepts.