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

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.