Google Cloud Digital Leader — Question 114
What DevOps practice should an organization use when developing their application to help minimize disruption caused by bugs?
Answer options
- A. Pause production until all bugs have been eliminated
- B. Prioritize fixing large bugs during production because they are easier to review
- C. Implement small changes incrementally to reduce recovery time when bugs appear
- D. Implement large changes together to make rolling back easier when bugs appear
Correct answer: C
Explanation
The correct answer, C, emphasizes the value of incremental changes, which allows for quicker recovery if issues arise. Option A is impractical as it halts production entirely, while B suggests prioritizing larger bugs, which may not be the most efficient approach. Option D, although it may seem easier for rollback, increases the risk of introducing multiple issues at once.