Your company follows Site Reliability Engineering principles. You are writing a postmortem for an incident, triggered by a software change that severely affected users. You want to prevent severe incident from happening in the future. What should you do?
- AIdentify engineers responsible for the incident and escalate to the senior management.
- BEnsure that test cases that catch errors of this type are run successfully before new software releases. (correct answer)
- CFollow up with the employees who reviewed the changes and prescribe practices they should follow in the future.
- DDesign a policy that will require on-call teams to immediately call engineers and management to discuss a plan of action if an incident occurs.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Ensure that test cases that catch errors of this type are run successfully before new software releases.
