Bird
Raised Fist0
Amazon Leadership Principles

Tell Me About a Time You Raised an Unpopular Opinion and Stood by It - Amazon LP STAR Walkthrough

Choose your preparation mode4 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Scenario Overview
During a quarterly review, I noticed a persistent 0.3% webhook drop rate in the Platform team's payment notification service. This issue caused delayed payment confirmations impacting merchant trust. No alert existed, no ticket was filed, and it was outside my team’s scope. I decided to investigate proactively despite it not being my responsibility, aiming to reduce failures and improve system reliability.

In this scenario, the candidate noticed a 0.3% webhook drop rate outside their team’s scope and took ownership to investigate without a ticket. They individually analyzed logs, traced a race condition, wrote a fix, and influenced the Platform team to prioritize it. The drop rate went to zero, recovering $8K weekly revenue, and the fix pattern was adopted. Key takeaways include explicit ownership beyond assigned work, using 'I' language to show contribution, and quantifying impact with business translation and second-order effects.

Target: 30s
S
Strong Example
During a quarterly review, I noticed a persistent 0.3% webhook drop rate in the Platform team's payment notification service. This issue caused delayed payment confirmations impacting merchant trust. No alert existed, no ticket was filed, and it was outside my team’s scope. I decided to investigate proactively despite it not being my responsibility, aiming to reduce failures and improve system reliability.
"noticed""persistent 0.3% webhook drop rate""no alert existed""outside my team’s scope""decided to investigate proactively"
Coaching

Keep Situation under 45 seconds and focus on the problem context that triggered your action. 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 took ownership to identify and fix the root cause to reduce the drop rate.
"not my team""no ticket existed""nobody asked me""took 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 for the past month. I analyzed failure patterns and traced the root cause to a race condition in the retry logic. I reproduced the failure in a local test environment. I wrote a minimal fix to serialize retries properly. I added a dead letter queue alert to catch future failures early. I submitted a ready-to-merge PR to the Platform team and explained the impact and fix details. I disagreed with the initial team assumption that the drop rate was acceptable and convinced them to prioritize the fix in their next sprint. After their agreement, I committed fully to supporting the rollout and monitoring.
"I pulled the webhook delivery logs""I analyzed failure patterns""I traced the root cause""I reproduced the failure""I wrote a minimal fix""I added a dead letter queue alert""I submitted a ready-to-merge PR""I disagreed with the initial team assumption""I convinced them to prioritize""I committed fully"
Coaching

Use 'I' for every sentence to show individual contribution. Avoid 'we' to prevent ambiguity. Show how you influenced the team and committed after disagreement.

Common Mistake

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

Target: 20s
R
Strong Example
The webhook drop rate dropped from 0.3% to zero within two weeks. The post-mortem estimated this fix recovered $8K in weekly revenue by preventing delayed payments. The Platform team adopted my dead letter queue alert pattern as a standard in their webhook template, improving long-term reliability.
"drop rate dropped from 0.3% to zero""recovered $8K in weekly revenue""adopted my dead letter queue alert pattern""improving long-term reliability"
Coaching

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

Common Mistake

Ending with vague 'things got better' and 'team was happy' without quantification.

Target: 15s
Strong Example
"race conditions""reproduce them locally""lack of shared webhook reliability SLO""zero shared visibility""organizational gap"
Coaching

Provide specific learning tied to the story. Senior candidates should name systemic or organizational root causes beyond code.

Common Mistake

Generic reflection like 'communication is important' that applies to every story.

SDE2 Reflection
I learned how race conditions can cause intermittent failures and how to reproduce them locally. This technical insight improved my debugging skills and helped me prevent similar issues in my own projects.
Senior Reflection
The 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 to prevent similar issues at scale and improve cross-team reliability.
How did you handle the initial resistance from the Platform team when you disagreed with their assumption?
Probes: Ability to influence and stand by unpopular opinions while maintaining collaboration.
Weak

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

Sending Slack message is just routing the problem, not ownership or influence. Confirms handing off responsibility.

Strong

"I flagged the issue to their tech lead for visibility but brought a complete fix, not just a problem report. I explained the business impact and convinced them to prioritize the fix in their sprint. Escalating without a solution would have delayed resolution by weeks."

"I brought a solution, not just a problem."
Why did you decide to commit fully to the fix after the team disagreed initially?
Probes: Commitment to team decisions despite disagreement, showing Have Backbone Disagree and Commit.
Weak

"Once they agreed, I just let them handle the rollout."

Shows lack of commitment after disagreement; candidate disengaged after influencing.

Strong

"After influencing the team to prioritize the fix, I committed fully by supporting the rollout, monitoring metrics, and quickly addressing any follow-up issues to ensure success."

"Committed fully by supporting rollout and monitoring."
How did you ensure your fix was accepted and integrated by a different team?
Probes: Cross-team collaboration and ownership in a boundary-spanning context.
Weak

"I submitted the PR and waited for their review."

Passive handoff; no proactive collaboration or follow-up shown.

Strong

"I submitted a ready-to-merge PR with detailed explanations and engaged directly with the Platform team’s engineers and tech lead to address concerns and iterate quickly until it was merged."

"Engaged directly and iterated quickly with the other team."
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 and vague; does not show specific learning from this story.

Strong

"I would propose establishing shared webhook reliability SLOs and automated alerts earlier to prevent silent failures and improve cross-team visibility before issues escalate."

"Propose shared SLOs and automated alerts earlier."
Weak Answer
I noticed the webhook failures and escalated it to the Platform team. They handled the fix after some discussion. I monitored the system afterwards. The drop rate improved but I don't have exact numbers. We worked together to solve the problem.
  • We worked together to solve the problem - individual contribution unclear
  • Escalated it to the Platform team - just routing, no ownership
  • No exact numbers on impact - lacks quantification
  • I noticed and monitored - vague actions without specifics
Bar Raiser ThinksSounds competent but fails on content. 'We' throughout Action hides ownership. Zero quantification. Leaning No Hire for this LP.
Which phrase best demonstrates ownership in the Action step?

This phrase uses 'I' to show individual ownership and specific action, which is critical for Have Backbone Disagree and Commit at Amazon. It avoids 'we' which dilutes individual contribution.

What is the most critical element missing if a candidate says, 'The drop rate improved and the team was happy' in the Result step?

Without quantifying the metric delta (e.g., drop rate from 0.3% to zero), the impact is vague and unconvincing. Amazon expects clear measurable outcomes.

Which phrase is a disqualifier in demonstrating Have Backbone Disagree and Commit?

This phrase shows lack of initiative and ownership, indicating the candidate only acted because assigned, which is a disqualifier for this LP.

Ownership

Lead with the outcome: zero drop rate and $8K weekly revenue recovered. Then explain how I took initiative beyond my team’s scope to fix a critical issue.

Emphasize

Proactive ownership despite no assignment, end-to-end responsibility for fix and monitoring.

Downplay

Technical details of the fix; focus on ownership and impact.

Dive Deep

Focus on the detailed analysis steps: pulling logs, reproducing failure, tracing root cause, and writing a minimal fix.

Emphasize

Technical investigation rigor and problem-solving depth.

Downplay

Cross-team influence and commitment aspects.

Deliver Results

Start with the quantifiable impact and business value recovered. Then briefly mention the fix and team adoption.

Emphasize

Metric delta, business translation, and second-order effects.

Downplay

Initial disagreement and process details.

SDE 1

Focus on identifying the problem and fixing it within your own team or immediate scope. Mention learning a technical detail like race conditions.

Reflection: I learned how race conditions can cause intermittent failures and how to reproduce them locally. This technical insight improved my debugging skills and helped me prevent similar issues in my own projects.
Bar Basic ownership within team scope, clear technical action, and some quantification.
Keep to 2 minutes.
Senior SDE

Add organizational thinking about cross-team gaps and trade-offs in prioritizing fixes. Show influencing multiple stakeholders.

Reflection: The 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 to prevent similar issues at scale and improve cross-team reliability.
Bar Strong cross-team ownership, systemic insight, trade-off articulation, and measurable impact.
2.5-3 minutes.

Practice

(1/5)
1. You disagreed with your team's proposed strategy because you believed it would not scale well. Despite initial resistance, you presented data and alternative solutions, eventually convincing the team to adopt your approach. Which LP does this primarily demonstrate?
easy
A. Invent and Simplify
B. Bias for Action
C. Customer Obsession
D. Have Backbone; Disagree and Commit

Solution

  1. Step 1: Identify the core behavior -- standing firm on a differing opinion despite resistance -> Have Backbone; Disagree and Commit
  2. Step 2: Confirm that the candidate also committed after disagreement -> matches the LP definition.
Hint: Standing firm despite resistance -> Have Backbone; Disagree and Commit
Common Mistakes:
2. Candidate answer: "My manager asked me to review the project plan because some stakeholders were unhappy. I worked with the team, and we fixed the issues. The team was happy with the results." What is the PRIMARY weakness in this answer?
easy
A. Manager-assigned initiation, no self-driven ownership
B. Weak reflection on lessons learned
C. No second-order effect described
D. Vague description of actions taken

Solution

  1. Step 1: Identify who initiated the action -> Manager-assigned initiation, no self-driven ownership
  2. Step 2: Recognize that self-initiation is critical for Have Backbone; Disagree and Commit.
  3. Step 3: Secondary issues like weak reflection exist but are not primary.
Hint: Manager assigns -> no backbone ownership
Common Mistakes:
3. In a candidate's answer, they say: "I stood by my data-driven concerns even though the majority disagreed, and after discussion, we adjusted the plan accordingly." Which LP/signal does this sentence primarily demonstrate?
medium
A. Have Backbone; Disagree and Commit
B. Earn Trust
C. Bias for Action
D. Dive Deep

Solution

  1. Step 1: Identify the key behavior -- standing firm on a disagreement despite majority opposition -> Have Backbone; Disagree and Commit
  2. Step 2: Adjusting plan after discussion shows commitment post-disagreement.
Hint: Standing firm despite majority -> Backbone Disagree and Commit
Common Mistakes:
4. What does the phrase "My manager asked me to investigate the issue" signal to the interviewer?
medium
A. Shows good communication with management
B. Reflects strong time management skills
C. Indicates task assignment, ownership signal destroyed
D. Demonstrates proactive identification

Solution

  1. Step 1: Identify who initiated the action -> Indicates task assignment, ownership signal destroyed
  2. Step 2: Recognize that this destroys ownership and backbone signals.
Hint: "Manager asked" -> ownership lost
Common Mistakes:
5. Candidate answer: "I noticed a potential risk in our rollout plan and raised my concerns during the team meeting. Although some disagreed, I presented data supporting my view. We collectively decided to delay the launch by two weeks to address the issues. As a result, the product launch was smooth, and customer feedback was positive. I learned the importance of standing firm but also listening to others." Which element is the disqualifier?
hard
A. "I presented data supporting my view"
B. "We collectively decided to delay the launch by two weeks"
C. "I noticed a potential risk and raised my concerns"
D. "The product launch was smooth, and customer feedback was positive"

Solution

  1. Step 1: Identify who initiated the decision -> "We collectively decided to delay the launch by two weeks"
  2. Step 2: Other elements show strong backbone and data-driven approach.
  3. Step 3: The subtle disqualifier is the shared decision phrase, which weakens the candidate's individual ownership signal.
Hint: "We collectively decided" -> ownership diluted
Common Mistakes: