Bird
Raised Fist0
Google Googleyness

Tell Me About a Time You Made an Ethical Decision Under Business Pressure - Google STAR Walkthrough

Choose your preparation mode3 modes available
🎬
Scenario Overview
While working as an SDE2, I noticed a 0.3% webhook drop rate in the Platform team's payment notification service. This service was critical for downstream billing accuracy, but there was no alerting or ticket raised. Despite it not being my team and no one asking me, I decided to investigate and fix the issue to prevent revenue loss and customer dissatisfaction.

In this scenario, the candidate noticed an ethical risk outside their team with no ticket or alert, demonstrating self-initiated ownership. They took clear individual actions, starting each sentence with 'I', to identify and fix a webhook drop issue causing revenue loss. The candidate quantified impact with metrics and business translation, recovering $8K weekly and influencing cross-team standards. Reflection showed systemic insight into organizational gaps. Key takeaways: explicit scope boundary proves ownership, 'I' language clarifies contribution, and quantifying impact connects technical fixes to business value.

⏱ Target: 30s
S
Strong Example
While reviewing cross-team metrics, I noticed the Platform team's payment webhook had a 0.3% drop rate causing delayed billing notifications. This was critical since it impacted customer trust and revenue recognition. There was no alert or ticket raised, and the issue was outside my team’s scope.
"I noticed an ethical risk""no alert""outside my team""critical impact"
πŸ’‘ Coaching

Keep the situation concise and focused on the ethical risk and business impact. Avoid deep system architecture details that lose interviewer interest.

⚠️ Common Mistake

Spending 90 seconds on system architecture before reaching the problem - by then the interviewer has lost interest in the story

⏱ 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 took ownership to identify and fix the root cause to prevent ongoing revenue leakage.
"not my team""no ticket""nobody asked me""took ownership"
πŸ’‘ Coaching

Explicitly state the scope boundary to prove ownership was self-initiated. This prevents the assumption that the task was assigned.

⚠️ Common Mistake

Jumping to I started investigating without stating scope boundary. Ownership proof is absent - interviewer assumes it was assigned.

⏱ Target: 90s
A
Strong Example
I pulled the webhook delivery logs from the Platform team's monitoring system. I traced the failure to a race condition in their retry logic causing silent drops. I reproduced the issue locally to confirm the root cause. I wrote a minimal fix to add idempotency and improved retry handling. I added a dead letter queue alert to catch future drops proactively. I submitted a ready-to-merge PR to the Platform team with detailed testing and rollback instructions.
"I pulled""I traced""I reproduced""I wrote""I added""I submitted"
πŸ’‘ Coaching

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

⚠️ Common Mistake

We figured out the root cause together - this single sentence makes the candidate invisible. Interviewer cannot determine what THEY did specifically.

⏱ Target: 20s
R
Strong Example
The webhook drop rate dropped from 0.3% to zero immediately after deployment. Post-mortem analysis estimated recovering $8K in weekly revenue and improved customer trust. The Platform team adopted my dead letter queue alert pattern as a standard for all webhook templates, improving cross-team reliability.
"0.3% to zero""$8K recovered weekly""customer trust improved""adopted as standard"
πŸ’‘ Coaching

Include metric delta, business impact, and second-order effect to demonstrate full impact.

⚠️ Common Mistake

Ending with things got better and team was happy - activity description not impact. Interviewer remembers nothing.

⏱ Target: 15s
πŸ’­
Strong Example
"proactively monitoring""shared alerting standard""lack of shared SLO""organizational gap"
πŸ’‘ Coaching

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

⚠️ Common Mistake

I learned communication is important - most common reflection failure. Tells interviewer nothing specific about this story.

πŸ‘€
SDE2 Reflection
I learned about race conditions in retry logic and how to reproduce such bugs locally.
πŸ†
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 essential for systemic reliability improvements.
❓
How did you ensure your fix was accepted by the Platform team despite it not being your responsibility?
Probes: Ownership beyond just identifying the problem; influencing cross-team collaboration.
β–Ό
❌ Weak

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

Sending Slack = routing not ownership. This CONFIRMS you handed it off. Interviewer now rescores the opening answer as No Hire.

βœ… Strong

I flagged the issue to their tech lead for visibility but brought a complete fix with tests and rollback instructions. Escalating without a solution adds 2-3 weeks at their sprint velocity.

"I brought a solution, not just a problem."
❓
What trade-offs did you consider when deciding to fix an issue outside your team?
Probes: Judgment and balancing business impact vs. workload and boundaries.
β–Ό
❌ Weak

"I just fixed it because it was causing problems."

No evidence of trade-off consideration or prioritization; sounds impulsive.

βœ… Strong

I weighed the potential revenue loss and customer impact against my sprint commitments. Since the issue was causing ongoing financial leakage, I prioritized it and communicated scope clearly to avoid overcommitment.

"I balanced trade-offs between impact and workload."
❓
How did you quantify the impact of your fix?
Probes: Data-driven decision making and impact measurement.
β–Ό
❌ Weak

"The drop rate improved after my fix."

No quantification or business translation; vague impact.

βœ… Strong

I analyzed webhook delivery logs before and after deployment, showing drop rate reduction from 0.3% to zero. I worked with finance to estimate $8K weekly revenue recovery, linking technical fix to business value.

"I quantified impact with metrics and business translation."
❓
What would you do differently if faced with a similar situation again?
Probes: Self-awareness and continuous improvement.
β–Ό
❌ Weak

"I would communicate more with the team."

Generic reflection; no story-specific insight.

βœ… Strong

I would propose a shared webhook reliability SLO and alerting framework earlier to prevent blind spots and improve cross-team visibility proactively.

"I proposed systemic improvements beyond the code fix."
βœ—
Weak Answer
I noticed the webhook was dropping sometimes, so I told the Platform team about it. They fixed it after a while. I think it helped the system work better, but I did not track the impact or take further ownership.
  • "I told the Platform team" shows no ownership or fix.
  • No scope boundary stated; unclear if it was assigned.
  • No quantification of impact or business translation.
  • Use of 'we' or passive language missing individual contribution.
  • Ends with vague improvement, no second-order effect.
Bar Raiser ThinksSounds competent but fails on content. No ownership, zero quantification. Leaning No Hire for this LP.
🧠
Which phrase best demonstrates ownership in the Action step?
Using 'I' statements clearly shows individual ownership and contribution, which is critical for interviewers to assess your role. 'We' or manager suggestions dilute ownership.
🧠
What is the top disqualifier phrase in a Doing the Right Thing story at Google?
This phrase indicates the candidate did not self-initiate ownership, which is a critical failure for this competency.
🧠
Which result statement best meets Google's Doing the Right Thing expectations?
This result includes metric delta, business impact, and second-order effect, which are essential to demonstrate full impact.
Doing the Right Thing

Lead with the ethical risk and business impact: $8K weekly revenue at risk, no alerting, no ticket, not my team. Then detail your individual actions to fix it.

βœ… Emphasize

Your initiative despite no assignment, balancing trade-offs, and quantifying impact.

⬇ Downplay

Technical deep-dives unrelated to ethical decision-making.

Bias for Action

Focus on how you quickly identified the problem and took ownership to fix it without waiting for assignment.

βœ… Emphasize

Speed, decisiveness, and delivering measurable results.

⬇ Downplay

Organizational or systemic reflections.

Customer Obsession

Highlight how your fix improved customer trust by preventing delayed billing notifications and revenue loss.

βœ… Emphasize

Customer impact and proactive prevention of negative experiences.

⬇ Downplay

Internal team dynamics or technical details.

SDE 1

Focus on identifying the problem and fixing the bug. Mention that it was not your team and no ticket existed. Keep reflection technical, e.g., learning about race conditions or retry logic.

Reflection: I learned about race conditions in retry logic and how to reproduce such bugs locally.
Bar Basic ownership and technical problem-solving without deep organizational insight.
⏱ Keep to 2 minutes.
Senior SDE

Add organizational thinking and articulate trade-offs between sprint commitments and business impact. Reflect on systemic root causes like lack of shared SLOs and propose cross-team solutions.

Reflection: The real root cause was no shared webhook reliability SLO across teams, creating zero shared visibility into payment health. Addressing this organizational gap is essential.
Bar Demonstrates leadership, cross-team influence, and systemic insight.
⏱ 2.5-3 minutes.