Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your enterprise engineering team runs a critical web application hosted on Google Cloud and is implementing Site Reliability Engineering (SRE) practices to balance feature delivery velocity with system reliability. The team currently experiences frequent production regressions due to rapid deployments, while internal dashboards primarily track infrastructure health metrics like CPU and memory utilization.
You need to establish Service Level Indicators (SLIs) and Service Level Objectives (SLOs) that reflect actual user experience and implement an automated error budget policy that halts standard feature rollouts in your deployment pipeline when the error budget is exhausted.
Which strategy should you implement?
Service Level Indicators (SLIs) are quantifiable operational metrics that reflect the real-time quality of service provided to end users, such as request success rate and latency. Service Level Objectives (SLOs) define precise target reliability goals (e.g., 99.9% successful requests over a 30-day rolling window) agreed upon by engineering and business stakeholders. The difference between 100% availability and the SLO target is the error budget, which represents the tolerable threshold of unreliability. An error budget policy formally dictates governance actions—such as freezing new feature rollouts and prioritizing reliability engineering—whenever the budget is depleted or burning at an unsustainable rate.
This approach aligns directly with Google Cloud Well-Architected reliability principles and SRE best practices by shifting observability to the customer perspective and programmatically coupling error budget burn to delivery automation.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.