Bird
Raised Fist0
Amazon Leadership PrinciplesSignal: "I realized X, I fixed Y, I prevented Z" -> ownership -> data-driven impact -> learning

Describe a Time You Made a Wrong Call and How You Recovered - Amazon LP Competency

Recognize mistakes, own fixes, quantify impact.

Choose your preparation mode3 modes available
📌
Definition

Are Right a Lot means consistently making sound decisions based on good judgment and data, and importantly, recognizing when you are wrong and taking ownership to correct it. The core test is how you recover from a wrong call, demonstrating humility, learning, and impact.

Core Signal
Did the candidate recognize their mistake independently and take decisive, effective action to fix it?
🏢
Company Framing

Amazon wants leaders who are intellectually honest and humble; they fix root causes rather than patch symptoms, and they learn quickly from errors to improve long-term outcomes.

🚫
What It Is NOT
  • Completing assigned tasks well - that is execution, not Are Right a Lot
  • Claiming perfection or never admitting mistakes
  • Blaming others or external factors for errors
  • Waiting for others to fix your mistakes
  • Confusing Are Right a Lot with just being confident or persuasive
Candidate explicitly states they identified the mistake themselves without prompting.
"I realized""I noticed the error""I discovered the problem""I found the root cause"

Shows intellectual humility and self-awareness, key to Are Right a Lot.

Common Miss My manager told me to check this
Candidate describes acting beyond their assigned scope or sprint to fix the issue.
"wasn't on my sprint""not my team""nobody had filed a bug""no ticket existed"

Demonstrates ownership and initiative, not just execution of assigned work.

Common Miss I fixed the bug assigned to me
Candidate quantifies the impact of their recovery with metrics and business outcomes.
"reduced errors by 30%""saved $8K per week""improved uptime from 95% to 99.9%""cut customer complaints by half"

Amazon values data-driven decisions and measurable impact.

Common Miss I fixed it and things got better
Candidate explains the trade-offs and risks they managed when correcting the mistake.
"I weighed the cost of delay""I balanced risk of rollback""I prioritized root cause over quick patch""I escalated only after trying a fix"

Shows mature judgment and long-term thinking.

Common Miss I just fixed it immediately
Candidate describes learning from the mistake and implementing preventive measures.
"added monitoring to prevent recurrence""updated documentation""proposed a process change""shared learnings with the team"

Demonstrates continuous improvement and ownership beyond the fix.

Common Miss I fixed the bug and moved on
Candidate uses first-person singular consistently to show individual contribution.
"I investigated""I designed the fix""I deployed the patch""I communicated the impact"

Avoids ambiguity about candidate’s role; Amazon expects clear ownership.

Common Miss We did it together
💡
Depth Tip

Spend about 70% of your answer on the Action section, detailing at least three sentences starting with 'I' to show your personal role; keep Situation and Task combined under 50 seconds to maximize impact.

Manager-Assigned Initiation
"My manager suggested I look into this since I had bandwidth"
Ownership is binary - self-initiated or not. Manager-assigned = execution. No excellent execution recovers an assigned story.
DetectionAsk yourself: Would I have done this if my manager said nothing? If no, find a different story.
FixI noticed X while doing Y. Nobody had filed a ticket. I decided to act because...
Team-Only Scope
"This was a bug only in my team's codebase and I fixed it quickly"
Senior levels require cross-team impact; single-team fixes are too narrow for Are Right a Lot at higher levels.
DetectionCheck if the story involves multiple teams or broader business impact.
FixI identified a cross-team issue affecting payments and collaborated with Platform and Payments teams to fix it.
No Personal Accountability
"We fixed the problem after discussing it in the team"
Using 'we' hides individual contribution and ownership, which Amazon explicitly penalizes.
DetectionListen for passive or collective language that obscures candidate’s role.
FixI took ownership by investigating and implementing the fix myself.
No Recovery or Learning
"I realized the mistake but escalated it and waited for others"
Escalating without a solution is handing off responsibility, not Are Right a Lot.
DetectionCheck if candidate describes concrete recovery steps or just escalation.
FixI brought a complete fix and proposed monitoring to prevent recurrence.
Vague Impact
"I fixed it and things improved"
Lack of quantification or business translation weakens the impact signal.
DetectionLook for specific metrics or business outcomes tied to the fix.
FixI reduced error rate by 30%, saving $8K weekly in lost revenue.
🚩 Passive Voice Throughout
"The problem was identified and fixed"
Candidate was spectator not actor. Passive strips agency from every action.
FixUse active voice: 'I identified the problem and fixed it.'
🚩 Overuse of 'We' or 'Team'
"We worked on the fix together"
Obscures individual contribution, making it impossible to assess candidate ownership.
FixUse 'I' statements to clarify your role.
🚩 Hedging or Uncertainty
"I think I might have done this"
Shows lack of confidence and weak ownership signal.
FixState actions and decisions clearly and confidently.
🚩 Blaming Others
"The other team caused the issue"
Avoids responsibility; Amazon expects leaders to own problems regardless of origin.
FixFocus on what you did to fix or mitigate the issue.
🚩 Overly Technical Jargon
"I refactored the monolithic service to microservices using XYZ pattern"
Can obscure the leadership and ownership story if not tied to impact and decision-making.
FixExplain technical details only as they relate to your judgment and impact.
🎯
Direct Triggers
  • Describe a time you made a wrong call and how you recovered.
  • Tell me about a decision you made that turned out to be wrong. What did you do next?
  • Give an example of when you realized you were wrong and how you handled it.
  • Have you ever been confident in a decision but later found out it was incorrect? What happened?
🔍
Indirect Triggers
  • Tell me about a time you had to change your approach based on new information.
  • Describe a situation where you had to admit a mistake to your team.
  • Give an example of how you handle feedback or criticism.
  • Tell me about a time you improved a process after discovering a flaw.
👁
How to Recognize

Keywords: realized, noticed, discovered mistake, recovery, root cause, fix, learned, corrected, impact, trade-off, prevented recurrence.

⚠️
Do Not Confuse With
OwnershipOwnership is about taking responsibility proactively; Are Right a Lot focuses on judgment quality and recovering from errors.
Deliver ResultsDeliver Results is about meeting committed goals under pressure; Are Right a Lot is about making sound decisions and correcting wrong ones.
Learn and Be CuriousLearn and Be Curious emphasizes continuous learning; Are Right a Lot emphasizes being correct and recovering quickly when wrong.
How did you identify that your initial decision was wrong?
Probes: Candidate’s self-awareness and ability to detect errors independently.
❌ Weak

My manager told me there was a problem.

Shows lack of independent judgment; candidate relied on others to spot the mistake.

✅ Strong

I monitored the metrics daily and noticed a sudden drop in performance inconsistent with expectations, which led me to investigate further.

""I noticed the anomaly myself before anyone else raised it.""
What specific steps did you take to fix the problem?
Probes: Depth of candidate’s personal involvement and problem-solving skills.
❌ Weak

I escalated it to the Payments team and they eventually fixed it.

Escalating without a solution is routing responsibility, not ownership.

✅ Strong

I analyzed logs, identified the root cause in the data pipeline, wrote a patch, tested it, and deployed the fix myself.

""I brought a solution, not just a problem.""
How did you ensure this mistake wouldn’t happen again?
Probes: Candidate’s ability to learn and implement preventive measures.
❌ Weak

I told my manager to watch out for it next time.

Passing responsibility to others shows no ownership of prevention.

✅ Strong

I added automated alerts for the failure condition and updated the runbook with detailed troubleshooting steps.

""I fixed the root cause and prevented recurrence.""
What was the business impact of your recovery?
Probes: Candidate’s understanding of the broader consequences and ability to quantify impact.
❌ Weak

The system worked better after I fixed it.

Vague impact lacks credibility and fails to demonstrate business value.

✅ Strong

My fix reduced error rates by 30%, saving $8,000 weekly in lost revenue and improving customer satisfaction scores by 15%.

""My fix saved $8,000 per week and improved customer trust.""
AM
Amazon
Are Right a Lot

Amazon looks for long-term thinking - fix root cause not just symptom. Leaders must be intellectually humble and data-driven.

Signal: Candidate names trade-offs explicitly and quantifies impact, e.g., 'I pushed sprint item back 2 days because cost of inaction was $8K/week.'
Example QDescribe a time you made a wrong call and how you recovered.
What Elevates

Name the trade-off explicitly: I delayed a sprint item by 2 days to fix the root cause; the cost of inaction was $8K per week in lost revenue. This shows you understand business impact and make data-driven decisions balancing short-term pain with long-term gain.

GO
Google
Good Judgment

Google values collaborative decision-making and data-backed reasoning but tolerates ambiguity more than Amazon.

Signal: Candidate discusses how they gathered diverse inputs and iterated on their decision after discovering the error.
Example QTell me about a time you realized your decision was wrong and what you did.
What Elevates

Explain how you solicited feedback from peers and used data to pivot quickly, showing openness and iterative improvement in your judgment process.

ME
Meta
Move Fast and Be Bold

Meta emphasizes speed and boldness; being right a lot includes willingness to take calculated risks and recover fast from mistakes.

Signal: Candidate highlights rapid detection and rollback or fix, minimizing impact despite initial wrong call.
Example QGive an example of a time you made a wrong call and how you fixed it quickly.
What Elevates

Focus on how you moved fast to detect and mitigate the mistake, balancing speed with quality to minimize customer impact and recover swiftly.

FL
Flipkart
Customer Obsession

Flipkart expects leaders to be right a lot by deeply understanding customer impact and prioritizing fixes accordingly.

Signal: Candidate ties mistake and recovery directly to customer experience improvements.
Example QDescribe a time you made a wrong call that affected customers and how you recovered.
What Elevates

Emphasize how you prioritized customer pain points and ensured the fix restored or enhanced customer trust, demonstrating customer obsession in your judgment and recovery.

SDE 1

Task or bug outside assigned scope; clear individual contribution with measurable team impact; no cross-team element required at this level.

Anti-pattern Story is purely assigned work with no self-initiation; no measurable impact beyond immediate task.
SDE 2

Owns moderately complex problems crossing team boundaries; shows data-driven judgment and quantifies impact; initiates fixes proactively without manager prompting.

Anti-pattern Story limited to own team codebase; lacks data or impact quantification; no trade-off discussion.
Senior SDE

Leads cross-team initiatives to fix root causes; balances trade-offs explicitly; demonstrates intellectual humility and implements preventive measures; influences others.

Anti-pattern Story confined to single team; no cross-team collaboration or preventive measures; vague impact.
Staff Principal

Drives organization-wide decisions correcting systemic issues; anticipates risks and mitigates before escalation; mentors others on judgment; quantifies multi-million dollar impact and influences company-wide strategy.

Anti-pattern Story lacks strategic scope; no evidence of mentoring or influencing broader organization; impact not quantified at scale.
📖
Cross-Team Root Cause Fix

Shows candidate identified a problem outside their team, took ownership to investigate root cause, and collaborated to fix it, demonstrating judgment and impact.

Webhook delivery silently dropping 0.3% of payments; no alert, no owner watching, not your sprint, quantifiable impact.
Also covers: Ownership · Dive Deep · Deliver Results
📖
Self-Initiated Process Improvement

Candidate recognized a recurring error, proposed and implemented a monitoring or process change preventing future mistakes, showing learning and ownership.

After a production incident, candidate added automated alerts and updated runbooks without being asked.
Also covers: Learn and Be Curious · Ownership · Bias for Action
📖
Data-Driven Decision Reversal

Candidate made a decision with incomplete data, realized it was wrong after analyzing metrics, and pivoted with a better solution, showing humility and judgment.

Deployed a feature that degraded performance; candidate rolled back after monitoring data and proposed a safer rollout plan.
Also covers: Dive Deep · Bias for Action · Customer Obsession
🚫
Stories Not Recommended
  • Assigned Bug Fix - Fixing a bug assigned to you is execution, not Are Right a Lot; no self-initiation or recovery from a wrong call is demonstrated.
  • Effort Without Ownership - Staying late or working hard on a deadline assigned by manager shows effort, not judgment or ownership; effort alone is insufficient.
🎯
Prep Action
Select stories where you independently identified a mistake, took ownership to fix it beyond your assigned scope, quantified impact, and learned to prevent recurrence.
Recognize mistakes, own fixes, quantify impact.
Key Signal
"I realized X, I fixed Y, I prevented Z" -> ownership -> data-driven impact -> learning
Top Disqualifier
"My manager suggested I look into this since I had bandwidth"
Delivery Red Flag
"We did it together"
Prep Action
Prepare a story where you independently identified a mistake, took ownership to fix it beyond your scope, quantified impact, and implemented preventive measures.