
Answer-first summary for fast verification
Answer: Make sure that test cases which detect errors like this are conducted successfully before any new software is released.
This is the correct answer because performing thorough testing is a key practice of Site Reliability Engineering. This includes running test cases to ensure that any changes to existing code or new software releases do not introduce any new errors. This helps to reduce the risk of a severe incident, as any errors that are identified can be addressed prior to the release.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of Site Reliability Engineering, what is the recommended action after an incident caused by a software change significantly impacts users, to prevent similar issues in the future?
A
Establish a policy that will necessitate on-call teams to quickly contact engineers and management to discuss a plan of action if an incident occurs.
B
Locate engineers involved with the incident and report to their higher-ups.
C
Make sure that test cases which detect errors like this are conducted successfully before any new software is released.
D
Follow up with the personnel who inspected the changes and determine measures they should stick to in the future.
No comments yet.