1 / 5
A team deploys to production 15 times per day. How would you describe their Deployment Frequency?
-
-
-
-
DORA defines Elite performers as those deploying multiple times per day — this is the highest tier.
2 / 5
The time from a commit being merged to it running in production is 45 minutes. Which DORA metric describes this?
-
-
-
-
Lead Time for Changes measures the elapsed time from code commit to code running in production.
3 / 5
15% of production deployments cause a failure requiring a hotfix or rollback. Which DORA metric is this?
-
-
-
-
Change Failure Rate measures the percentage of deployments that result in a production failure.
4 / 5
After a production incident, the team restored the service in 12 minutes. Which metric does this measure?
-
-
-
-
MTTR (Mean Time to Recovery) measures how quickly a team can restore service after a failure.
5 / 5
A manager says: Our DORA metrics show we are in the Low tier for Lead Time. What does this mean for the team?
-
-
-
-
DORA Low tier for Lead Time for Changes means the cycle from commit to production takes between 1 week and 1 month.