Cloud Digital Leader Exam QuestionsBrowse all questions from this exam

Cloud Digital Leader Exam - Question 192


What DevOps practice should an organization use when developing their application to help minimize disruption caused by bugs?

Show Answer
Correct Answer: C

One of the key principles of DevOps is to release changes frequently and in small batches. This helps to reduce the risk of disruption caused by bugs. If a bug is introduced in a small change, it is easier to identify and fix the bug without affecting a large number of users. By implementing small changes incrementally, the recovery time when bugs appear is minimized.

Discussion

6 comments
Sign in to comment
MurtuzaOption: C
Aug 7, 2023

Deploying changes to a small subset of users before rolling out to production (also known as a canary deployment) can help catch bugs before they impact the entire user subset

oriolmanOption: C
Aug 10, 2023

C, no doubt

RajanOption: C
Oct 23, 2023

C. Implement small changes incrementally to reduce recovery time when bugs appear One of the key principles of DevOps is to release changes frequently and in small batches. This helps to reduce the risk of disruption caused by bugs. If a bug is introduced in a small change, it is easier to identify and fix the bug without affecting a large number of users.

chai_gptOption: C
Nov 5, 2023

C is correct

madcloud32Option: C
Dec 22, 2023

C is correct

taro123Option: C
Jun 16, 2024

C is correct