Exam: Cloud Digital Leader 0 Likes

What DevOps practice should an organization use when developing their (Digital Leader)

Updated on 05/03/2024

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

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.


Solution

Correct answer: C) Implement small changes incrementally to reduce recovery time when bugs appear.
Implementing small changes incrementally, often referred to as Continuous Integration and Continuous Deployment (CI/CD), allows for frequent deployments of small code changes. This approach reduces the surface area for potential bugs and makes it easier to pinpoint the cause of issues when they arise. Additionally, it enables faster recovery times as only the small change needs to be addressed or rolled back, minimizing disruption to the overall application.

Category: Digital transformation with Google Cloud

Language: English

There are no comments yet.

Authentication required

You must log in to post a comment.
Log in to like this solution

Log in
Cookies Consent

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All" you consent to our use of cookies. Privacy Policy.