🃏 Release Strategy & SRE Flashcards

Practice release management and site reliability for AZ-400.

Card 1 of 5

Question

What is a canary deployment?

Click to reveal answer

Answer

Release to a small subset of users/servers first. Monitor health metrics. If successful, gradually expand to all users. Rollback if issues detected.

Click to flip back

All Release Strategy & SRE Flashcards

1

Q: What is a canary deployment?

A: Release to a small subset of users/servers first. Monitor health metrics. If successful, gradually expand to all users. Rollback if issues detected.

2

Q: What are the four DORA metrics?

A: Deployment Frequency, Lead Time for Changes, Mean Time to Recovery (MTTR), and Change Failure Rate. They measure DevOps performance.

3

Q: What is an error budget?

A: The amount of unreliability allowed before SLO is breached. If error budget is consumed, the team prioritizes reliability over features.

4

Q: When should you use feature flags?

A: To decouple deployment from release, enable A/B testing, provide kill switches for features, and implement progressive rollouts without redeployment.

5

Q: What is a blameless postmortem?

A: An incident review focused on systemic causes rather than individual blame. Identifies improvements to processes, tooling, and monitoring.

More AZ-400 Flashcard Decks