Google PCA Ensure solution and operations reliability Practice Question
This PCA practice question tests your understanding of ensure solution and operations reliability. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
SLO History for last 30 days:
Service: payments-api
SLO: 99.9% availability over 30 days
Compliance: 99.89%
Error budget remaining: 0%
Burn rate: 2.5 over last 1 hour
Alert: Error budget exhausted
Refer to the exhibit. The SLO for the payments-api service is 99.9% availability over 30 days. The current compliance is 99.89% and the error budget is exhausted. Which action should the SRE team take FIRST?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "first"
Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
Exhibit
SLO History for last 30 days:
Service: payments-api
SLO: 99.9% availability over 30 days
Compliance: 99.89%
Error budget remaining: 0%
Burn rate: 2.5 over last 1 hour
Alert: Error budget exhausted
A
Increase the SLO target to 99.99% to reduce future burn rate.
Why wrong: Increasing the SLO target would make it harder to meet, not easier.
B
Pause all non-critical deployments and investigate the cause of the increased error rate.
This aligns with error budget policy: when budget is exhausted, slow down or stop deployments to prevent further errors.
C
Trigger a rollback of the latest deployment to stabilize the service.
Why wrong: Rolling back might help, but the first step should be to stop any changes that could worsen the situation.
D
Scale up the service to handle more traffic and reduce error rate.
Why wrong: Scaling may not address the root cause and could be resource-intensive; investigation is needed first.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Pause all non-critical deployments and investigate the cause of the increased error rate.
The error budget is exhausted, meaning the service has already consumed its allowed downtime for the 30-day window. The immediate priority is to stop further budget erosion by pausing non-critical deployments and investigating the root cause of the increased error rate. This aligns with SRE best practices: when the error budget is depleted, the team should shift focus from feature velocity to reliability, halting all non-essential changes until the cause is understood and mitigated.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Increase the SLO target to 99.99% to reduce future burn rate.
Why it's wrong here
Increasing the SLO target would make it harder to meet, not easier.
✓
Pause all non-critical deployments and investigate the cause of the increased error rate.
Why this is correct
This aligns with error budget policy: when budget is exhausted, slow down or stop deployments to prevent further errors.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Trigger a rollback of the latest deployment to stabilize the service.
Why it's wrong here
Rolling back might help, but the first step should be to stop any changes that could worsen the situation.
✗
Scale up the service to handle more traffic and reduce error rate.
Why it's wrong here
Scaling may not address the root cause and could be resource-intensive; investigation is needed first.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The exam often tests the misconception that you should immediately roll back or scale up when error budget is exhausted, but the correct first step is always to pause changes and investigate, because the root cause may not be the latest deployment and scaling may mask a deeper issue.
Trap categories for this question
Scenario analysis trap
Rolling back might help, but the first step should be to stop any changes that could worsen the situation.
Detailed technical explanation
How to think about this question
The error budget is calculated as (1 - SLO) * total time period, so for 99.9% over 30 days (2,592,000 seconds), the budget is 2,592 seconds (about 43 minutes) of allowed downtime. When the budget is exhausted, the SRE team enters a 'freeze' state where only critical changes (e.g., security patches, rollbacks of known bad code) are permitted. This practice, formalized in Google's SRE book, ensures that reliability is prioritized over feature delivery when the service is already non-compliant.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this PCA question in full detail.
Ensure solution and operations reliability — This question tests Ensure solution and operations reliability — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Pause all non-critical deployments and investigate the cause of the increased error rate. — The error budget is exhausted, meaning the service has already consumed its allowed downtime for the 30-day window. The immediate priority is to stop further budget erosion by pausing non-critical deployments and investigating the root cause of the increased error rate. This aligns with SRE best practices: when the error budget is depleted, the team should shift focus from feature velocity to reliability, halting all non-essential changes until the cause is understood and mitigated.
What should I do if I get this PCA question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This PCA practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCA exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.