Bird
Raised Fist0
Amazon Leadership Principles

Tell Me About a Time You Changed Your Mind Based on New Evidence - Amazon LP 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 mechanism, no ticket was filed, and it was outside my team's scope. Recognizing the potential business impact, I took initiative to investigate and resolve the problem, which ultimately recovered $8K per week in lost revenue and improved system reliability.

In this scenario, the candidate noticed a 0.3% webhook drop rate outside their team's scope with no ticket filed, demonstrating initiative. They explicitly stated the scope boundary, proving ownership. The candidate detailed individual actions starting with 'I' eight times, showing clear ownership and technical depth. The result quantified the impact with a drop rate reduction to zero, $8,000 weekly recovery, and adoption of their alert pattern, translating technical work into business value. Reflection included cross-team learning and systemic insight, avoiding generic statements. Key takeaways: explicit ownership proof, data-driven hypothesis change, and quantified impact with second-order effects.

⏱ Target: 30s
S
Strong Example
While reviewing cross-team metrics, I noticed a 0.3% webhook drop rate in the Platform team's payment notification service. This issue had no alerting and no ticket was filed. It was outside my team's ownership but impacted payment reliability.
"I noticed""no ticket""outside my team's ownership""payment reliability"
💡 Coaching

Keep the situation concise and focused on the problem and 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 service belonged to the Platform team - not my team. No ticket existed, and nobody had asked me to investigate. I decided to take ownership and fix the webhook drop issue proactively.
"not my team""no ticket""nobody had asked""take ownership"
💡 Coaching

Explicitly state the scope boundary and that this was not assigned work. This proves ownership and initiative.

⚠️ Common Mistake

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

⏱ Target: 90s
A
Strong Example
I pulled the webhook delivery logs from the Platform team's monitoring system. I analyzed the logs and traced the failure to a race condition in the retry logic. I reproduced the failure locally to confirm the root cause. I wrote a minimal fix that added proper locking to the retry mechanism. I added a dead letter queue alert to catch future drops early. I submitted a ready-to-merge pull request to the Platform team and collaborated asynchronously to get it deployed.
"I pulled""I analyzed""I traced""I reproduced""I wrote""I added""I submitted""I collaborated"
💡 Coaching

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

⚠️ Common Mistake

'We figured out the root cause together' - individual contribution invisible.

⏱ Target: 20s
R
Strong Example
The webhook drop rate dropped from 0.3% to zero. The post-mortem estimated this fix recovered $8,000 per week in lost payments. The Platform team adopted my dead letter queue alert pattern as a standard in their webhook template, improving cross-team reliability.
"0.3% to zero""$8,000 per week recovered""adopted as standard""improving reliability"
💡 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 impact.

⏱ Target: 15s
💭
Strong Example
"proactively monitoring""shared alerting standards""shared webhook reliability SLO""organizational gap""shared visibility"
💡 Coaching

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

⚠️ Common Mistake

'I learned communication is important' - too generic and uninformative.

👤
SDE2 Reflection
In retrospect, I realized that proactively monitoring cross-team webhook metrics and proposing shared alerting standards could prevent similar issues. I shared this insight with both teams to improve collaboration.
🏆
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 critical for systemic reliability improvements.
How did you ensure the Platform team accepted and deployed your fix?
Probes: Ownership beyond identifying the problem; collaboration and follow-through.
❌ Weak

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

Sending Slack = routing responsibility, not ownership. Confirms handing off without solution.

✅ Strong

"I flagged the issue to their tech lead for visibility but brought a complete fix with tests and documentation. I followed up asynchronously to address feedback and ensured the fix was merged and deployed promptly. Escalating without a solution adds weeks of delay."

"I brought a solution, not just a problem."
What made you change your mind about the root cause during investigation?
Probes: Ability to update hypotheses based on data and be right a lot.
❌ Weak

"I initially thought it was a network issue but then realized it was a bug."

Too vague, lacks detail on what data triggered the change and how it led to the fix.

✅ Strong

"I initially suspected network instability but after reviewing delivery logs and reproducing the failure locally, I identified a race condition in retry logic as the root cause. This data-driven insight shifted my approach to writing a locking fix."

"I changed my mind after reviewing delivery logs and reproducing the failure."
Why did you add a dead letter queue alert after fixing the bug?
Probes: Thinking beyond immediate fix to prevent recurrence and improve monitoring.
❌ Weak

"Because alerts are good to have."

Generic and lacks connection to the problem context or impact.

✅ Strong

"I added the dead letter queue alert to catch any future webhook drops early, since the original issue had no alerting. This proactive monitoring reduces detection time and prevents revenue loss going forward."

"I added a dead letter queue alert to catch future drops early."
How did you balance working on this cross-team issue with your own team's priorities?
Probes: Time management and prioritization when taking initiative outside assigned scope.
❌ Weak

"I just worked on it whenever I had free time."

Vague and implies lack of structured prioritization or communication.

✅ Strong

"I allocated focused time during low-priority periods and communicated transparently with my manager about the impact. I ensured my core responsibilities were not impacted while driving this high-value cross-team fix."

"I balanced priorities by allocating focused time and communicating transparently."
Weak Answer
I noticed the webhook was dropping sometimes. I told the Platform team about it and they fixed it. The drop rate improved and the team was happy. I didn’t take ownership beyond reporting, and there was no clear impact measurement or follow-up. This made it hard to show real initiative or business value.
  • Uses 'we' language implicitly by saying 'they fixed it' - no individual ownership.
  • No explicit scope boundary or ownership proof.
  • No quantification of impact or business translation.
  • Generic outcome 'team was happy' lacks impact.
  • No reflection or learning.
Bar Raiser ThinksSounds competent but fails on ownership and impact; leaning No Hire for this LP.
🧠
Which phrase best demonstrates ownership in the Action step?

The phrase 'I pulled the logs and traced the failure' clearly shows individual ownership and specific actions taken by the candidate, which is critical for Amazon's 'Are Right a Lot' principle. Using 'we' or escalating without a fix dilutes ownership.

🧠
What is the top disqualifier phrase in a story demonstrating 'Are Right a Lot' at Amazon?

This phrase indicates the candidate did not take initiative but acted only because assigned, which disqualifies the story from demonstrating ownership and being right a lot.

🧠
Which result statement best meets Amazon's bar for impact in behavioral stories?

This statement quantifies the metric delta, translates it to business value, and mentions second-order adoption effects, meeting Amazon's high bar for impact.

Customer Obsession

Lead with how the fix improved payment reliability and customer experience by eliminating webhook drops.

✅ Emphasize

Customer impact, revenue recovery, and proactive detection to prevent customer-facing failures.

⬇ Downplay

Technical details of the fix and organizational process.

Ownership

Highlight that this was outside my team, no ticket existed, and I took full ownership end-to-end.

✅ Emphasize

Initiative, scope boundary, and driving cross-team collaboration to resolution.

⬇ Downplay

Generic teamwork language or vague escalation.

Dive Deep

Focus on the data analysis, log review, reproducing the bug, and root cause identification.

✅ Emphasize

Technical investigation rigor and changing hypothesis based on evidence.

⬇ Downplay

Business impact and organizational adoption.

SDE 1

Focus on identifying the problem and fixing the bug within own team or immediate scope. Reflection centers on technical learning like debugging techniques.

Reflection: I learned how to reproduce race conditions locally and the importance of adding alerts for reliability.
Bar Less emphasis on cross-team ownership or organizational impact; clear individual contribution and technical correctness.
Keep to 2 minutes.
Senior SDE

Adds organizational thinking, articulates trade-offs in proposing shared SLOs, and drives systemic improvements beyond code.

Reflection: The root cause was lack of a shared webhook reliability SLO across teams, causing zero shared visibility into payment health. Addressing this gap is critical for systemic reliability.
Bar Demonstrates leadership in cross-team influence and systemic insight.
2.5-3 minutes.