Bird
Raised Fist0
Google Googleyness

Tell Me About a Time You Prioritized What Was Right Over What Was Easy or Fast - Google STAR Walkthrough

Choose your preparation mode3 modes available
🎬
Scenario Overview
While working as an SDE2, I noticed a persistent 0.3% webhook drop rate in the Platform team's payment notification service. This issue had no alerting, no ticket, and was outside my team's scope. Despite it not being my responsibility, I chose to investigate and fix it because it impacted payment reliability and revenue recognition.

In this scenario, the candidate self-initiated a fix for a 0.3% webhook drop rate outside their team’s scope, demonstrating ownership by explicitly stating 'not my team' and 'no ticket.' They used clear 'I' statements to describe their actions, including log analysis, root cause tracing, and submitting a fix. The result quantified impact with $8K weekly revenue recovered and adoption of their pattern. Reflection showed systemic insight about shared SLOs. Key takeaways: explicit ownership proof, quantifiable impact, and cross-team systemic thinking.

⏱ Target: 30s
S
Strong Example
While working on my core project, I noticed a 0.3% webhook drop rate in the Platform team's payment notification service. This drop caused delayed payment confirmations affecting downstream systems. There was no alerting or ticket raised, and the issue was outside my team's ownership.
"I noticed""outside my team's ownership""no alerting""no ticket"
💡 Coaching

Keep the situation concise and focused on the problem context. Avoid deep system architecture details that lose interviewer interest.

⚠️ Common Mistake

Spending 90 seconds on system architecture before reaching the problem - interviewer loses interest.

⏱ Target: 20s
T
Strong Example
This webhook service belonged to the Platform team - not my team. No ticket existed, and nobody asked me to investigate. I decided to take ownership and fix the drop rate issue proactively.
"not my team""no ticket""nobody asked""take ownership"
💡 Coaching

Explicitly state the scope boundary and that this was not assigned work to prove ownership.

⚠️ Common Mistake

Jumping to investigation without stating scope boundary; ownership proof is absent.

⏱ Target: 90s
A
Strong Example
I pulled the webhook delivery logs to analyze failure patterns. I traced the root cause to a race condition in the retry logic that caused silent drops. I reproduced the failure locally to confirm the fix. I wrote a minimal patch to add a dead letter queue and alerting for dropped webhooks. I submitted a ready-to-merge PR to the Platform team and coordinated with their engineers for deployment.
"I pulled""I traced""I reproduced""I wrote""I submitted""I coordinated"
💡 Coaching

Use 'I' for every sentence to clearly show your individual contribution. Avoid 'we' to prevent diluting ownership.

⚠️ Common Mistake

Using 'we' language such as 'we figured out the root cause' hides individual contribution.

⏱ Target: 20s
R
Strong Example
The 0.3% webhook drop rate dropped to zero after deployment. The post-mortem estimated this fix recovered approximately $8K in weekly revenue. The Platform team adopted my dead letter queue pattern as a standard in their webhook template, improving overall payment reliability.
"0.3% drop rate dropped to zero""$8K weekly revenue recovered""adopted as standard"
💡 Coaching

Quantify the impact with metrics, translate to business value, and mention second-order effects like adoption.

⚠️ Common Mistake

Ending with 'things got better and team was happy' - no quantification or business impact.

⏱ Target: 15s
💭
Strong Example
"debug race conditions""shared alerting SLO""organizational gap""shared visibility"
💡 Coaching

Provide specific, story-related insights rather than generic lessons like 'communication is important.'

⚠️ Common Mistake

Generic reflection such as 'I learned communication is important' that tells nothing specific.

👤
SDE2 Reflection
I learned how to debug race conditions causing silent failures in webhook retries, which improved my technical troubleshooting skills.
🏆
Senior Reflection
The real root cause was the lack of a shared webhook reliability SLO across teams, creating zero shared visibility into payment health. Addressing this organizational gap is key to systemic reliability improvements.
How did you ensure the Platform team accepted and deployed your fix?
Probes: Ownership beyond coding; cross-team collaboration and influence
❌ Weak

"I did escalate it - I sent them a Slack message and they handled it."

Sending Slack = routing responsibility, not ownership. Confirms handoff without follow-through.

✅ Strong

I flagged the issue to their tech lead for visibility, brought a complete fix with tests and documentation, coordinated deployment timing, and verified post-deployment metrics to ensure success. Escalating without a solution would have delayed resolution by weeks.

"I brought a solution, not just a problem."
Why did you choose to fix an issue outside your team’s scope?
Probes: Motivation for ownership and prioritizing the right thing over convenience
❌ Weak

"My manager suggested I look into this since I had bandwidth."

Delegated ownership; no self-initiation, which is a disqualifier.

✅ Strong

I noticed the impact on payment reliability and revenue, and since no one was addressing it, I chose the harder right path to fix it proactively without being asked.

"I chose the harder right path."
How did you manage trade-offs between fixing this issue and your own sprint commitments?
Probes: Prioritization and balancing competing demands
❌ Weak

"I just worked overtime to get it done."

Avoids explaining prioritization or trade-offs; unsustainable approach.

✅ Strong

I reprioritized my sprint tasks, communicated transparently with my manager about the business impact, and negotiated shifting lower-priority work to accommodate this fix without burnout.

"I managed trade-offs and reprioritized."
What would you do differently if faced with a similar cross-team issue again?
Probes: Self-awareness and continuous improvement
❌ Weak

"I would communicate more with the other team."

Generic and vague; no specific learning from this story.

✅ Strong

I would propose establishing shared reliability SLOs and automated alerts across teams earlier to catch such issues proactively, reducing manual firefighting.

"Propose shared SLOs and automated alerts."
Weak Answer
I noticed the webhook drop rate issue and escalated it to the Platform team by sending a Slack message. They handled the fix and deployment. I was busy with my sprint tasks and did not get involved further. The drop rate improved after their fix.
  • I escalated it - I sent them a Slack message
  • They handled the fix and deployment
  • I was busy with my sprint tasks and did not get involved further
  • No quantification of impact
  • No explicit ownership or self-initiation
Bar Raiser ThinksSounds competent but fails on ownership and impact. Uses 'we' language implicitly by handing off. Zero quantification. Leaning No Hire for this LP.
🧠
Which phrase best demonstrates ownership in the Action step?
Using 'I' statements to describe specific actions shows clear individual ownership, which is critical for Google’s Doing the Right Thing competency. 'We' or delegation phrases dilute ownership.
🧠
What is the top disqualifier phrase in a Doing the Right Thing story at Google?
This phrase indicates lack of self-initiation and ownership, which is a key disqualifier for this competency at Google.
🧠
Which result statement best meets Google's expectations for impact?
Strong results include metric delta, business translation, and second-order effects like adoption, which demonstrate measurable impact and influence.
Bias for Action

Lead with how I quickly identified and fixed the issue to minimize impact.

✅ Emphasize

Speed of investigation and deployment, minimizing revenue loss.

⬇ Downplay

Lengthy cross-team coordination details.

Customer Obsession

Focus on how fixing the webhook drop improved payment reliability for customers.

✅ Emphasize

Customer impact and business value of zero drop rate.

⬇ Downplay

Technical debugging minutiae.

Ownership

Highlight self-initiation and taking responsibility beyond my team’s scope.

✅ Emphasize

Explicit ownership proof and managing trade-offs.

⬇ Downplay

Team collaboration language.

SDE 1

Focus on technical fix steps and immediate impact. Reflection centers on technical learning like debugging race conditions.

Reflection: I learned how to debug race conditions causing silent failures in webhook retries, which improved my technical troubleshooting skills.
Bar Clear individual contribution and basic ownership proof; less emphasis on organizational insight.
Keep to 2 minutes.
Senior SDE

Adds organizational thinking, articulates trade-offs, and systemic root cause beyond code.

Reflection: The root cause was no shared webhook reliability SLO across teams, creating zero shared visibility into payment health.
Bar Strong ownership, cross-team influence, and systemic insight.
2.5-3 minutes.