Influence and Persuasion Questions
Moving others toward a decision or direction through reasoning, evidence, and framing rather than positional power. Covers building an evidence-based argument and appealing to the other party's motivations, influencing peers and stakeholders over whom you have no formal authority through coalitions, credibility, and traded priorities, and driving organization-level direction across multiple teams as a technical or people leader. Spans the full spectrum from individual persuasion through lateral influence-without-authority to org-scale influence and leadership altitude.
Walk me through a situation where you had to build credibility quickly with a new team or stakeholder who had no track record with you, before they'd take your recommendation seriously.
Sample Answer
Direct answer
Credibility with people who have no track record with you is earned in the first few interactions, not argued for. The fastest reliable path is to listen before recommending anything, make your reasoning visible rather than just your conclusions, and deliver one small, real result quickly, before you ever ask them to trust a bigger claim.
Structured elaboration
A framework for the first interactions with a new stakeholder or team.
- Intake before opinion: understand what decisions they're actually trying to make and what's gone wrong for them before, before offering any recommendation.
- Show your work: when you do produce something, make the validation visible (trace a number back to its source live, walk through how a result was derived) instead of asking them to trust a polished output.
- Deliver a small, real win fast: a scoped result within the first couple of weeks does more for trust than a comprehensive plan that ships in month two.
- Telegraph how you handle being wrong: tell them up front how you'll flag it if something in your work turns out to be off. People trust someone who has already shown you a plan for your own mistakes.
The first 30 days. New cross-functional partners are evaluating you the whole time, not just at the big review. Being proactive about the relationship in the first 30 days, rather than waiting for a natural moment, is itself a credibility move. A first 1:1 with a new partner can open with something like: "What decisions are you trying to make in the next month that you don't feel confident about today?" followed by "What's gone wrong before when someone tried to help with this?" Both questions do real work: the first surfaces what would actually count as a win to them, the second surfaces the specific way trust was broken before, so you don't repeat it by accident.
Three behaviors that quietly erode credibility across teams, and the remediation for each:
| Behavior | Why it erodes trust | Remediation |
|---|---|---|
| Promising more than you deliver, to look responsive in the moment | The first missed date confirms the "reports here are unreliable" prior you were trying to overcome | Under-promise: give a realistic timeline up front, even if it's less impressive |
| Leading with your solution before understanding their context | Reads as not having listened, even when the solution is technically right | Run the intake conversation first, every time, before offering a recommendation |
| Being opaque about how you got an answer | A black-box recommendation is easy to distrust even when it's correct | Show the validation: trace the number, name the assumption, make the derivation inspectable |
Credibility repair is a different problem from rapid trust-building, and worth naming separately. Rebuilding credibility across engineering, product, and customers after an architecture decision failed in production is credibility repair, not the repair of a single personal relationship: it spans multiple functions at once, each of which needs something different. Engineering needs an honest technical postmortem without blame-shifting. Product needs clear, early communication about impact and timeline. Customers need a concrete remediation plan and a channel that doesn't go quiet. Treating this as "smoothing over one relationship" misses that trust has to be rebuilt with several audiences in parallel, each judging you by different evidence.
Worked example
Situation: in the first month partnering with a new team (the fraud-risk team, which had just started requesting weekly modeling support from the analytics group for the first time), the working relationship started skeptical, because past deliverables from this kind of collaboration had shipped late and with numbers nobody trusted.
Actions: an early 30-minute intake conversation confirmed exactly which decisions the partner team needed to make (specifically, which transaction-flagging threshold to set for the coming week) and which metrics actually mattered to them (the false-positive rate on flagged transactions, not just the raw flag count), rather than assuming. A one-page plan with milestones and explicit validation steps went out so expectations were unambiguous. A working version, a weekly false-positive-rate dashboard for the fraud-risk team's review queue, shipped inside the first two weeks, and in the walkthrough, a couple of numbers the partner flagged as surprising (the false-positive rate for one transaction category showing 22% instead of the roughly 8% they expected) were traced live, back to the source data, in the room, instead of being defended from memory. The trace showed the 22% figure was correct: a recent change to that category's flagging rule had not been backed out of the historical comparison period, inflating the apparent rate.
Resolution: the partner team began using the dashboard for real weekly threshold decisions within the two-week window. What changed their minds wasn't the polish of the output, it was watching the 22% number get traced back to its source live and seeing that the plan they'd agreed to up front was the plan that got delivered.
Trade-offs & pitfalls
- Rapid trust-building tactics (intake, quick win, visible validation) and credibility-repair tactics (postmortem, cross-function communication, remediation plan) are not interchangeable; using a "quick win" playbook after a public failure reads as minimizing what happened.
- An intake-only approach that never produces anything can itself read as stalling; the first small delivery needs to land within roughly the same window as the intake conversation, not months later.
- Under-promising protects credibility but can look like low ambition if you don't also communicate what you're deliberately holding back on for now.
Think of a time you had to convince an engineering or technical team to implement a feature, fix, or technical decision they were skeptical of.
Sample Answer
Direct answer
Convincing a skeptical engineering team works the same way convincing any technical peer does: a working prototype and real measurements under realistic conditions, framed around the team's own operational incentives (on-call burden, SLA risk, meaning the risk of missing the SLA, short for service-level agreement, a committed target for uptime or response time that the team is held to, and cost they're accountable for), and a rollout plan that limits their exposure if the bet turns out wrong.
Structured elaboration
Framework:
- Find the team's actual objection. It's usually operational risk or migration cost, not disagreement with the idea itself.
- Build the smallest prototype that produces real evidence under realistic traffic, not a synthetic benchmark.
- Translate the result into the team's own incentives: fewer pages, lower SLA risk, cost they own, not just "it's faster."
- Propose a reversible rollout: a feature flag, a canary (a canary release: rolling the change out to a small slice of real traffic first, so any problems show up on a limited group before the change reaches everyone), a defined rollback trigger, so agreeing doesn't feel like a one-way door.
Worked example
Situation. At a company serving a vision model through CPU-based microservices, the on-call rotation was regularly paged during traffic peaks. The infra team was skeptical of a GPU-backed migration, worried about operational complexity and vendor lock-in, having been burned before by a migration that added more toil than it removed.
Stakes. Staying on CPU meant recurring SLA breaches and on-call fatigue, but the infra team's skepticism, left unaddressed, meant the migration simply wouldn't happen regardless of the theoretical performance case.
The influence moves.
- Talked to the on-call engineers directly, not just their manager, and learned the real objection wasn't the GPU idea itself but the memory of a prior migration that shipped without runbooks (a runbook is a written, step-by-step guide for operating or recovering a system, so whoever is on call at 2am has an actual procedure to follow instead of improvising) or a rollback path.
- Built a small prototype on a single GPU node and ran it against a slice of real production traffic over a short pilot window, rather than a synthetic load test, so the team could see behavior under conditions they recognized.
- Framed the result in terms the team owned: fewer pages during peak traffic and a lower likelihood of breaching the SLA they were accountable for, not just raw speed.
- Addressed the vendor lock-in and complexity objection directly: proposed a portable, standard runtime rather than a vendor-specific one, and delivered a runbook and autoscaling policy alongside the code, treating operational readiness as part of the deliverable.
- Proposed a gradual, flagged rollout with a defined rollback trigger tied to error-rate and latency regressions (an automatic rule that watches two production health signals, the percentage of requests failing and how slow responses get, and rolls the change back on its own if either one crosses a set threshold), so the team wasn't betting the whole service on day one.
Resolution. The infra team co-owned the rollout plan and adopted the runbook as their own; the prior migration's bad memory stopped being the default reason to say no.
What a senior candidate does differently. Doesn't lead with performance numbers; leads with the team's actual objection (the operational scar tissue from before), and treats the runbook and rollback plan as part of the pitch itself, not paperwork produced after the team says yes.
Trade-offs and pitfalls
- A synthetic benchmark convinces almost nobody who owns the pager. Realistic, even narrow, production traffic carries far more weight than a bigger but synthetic number.
- Skipping operational-readiness work to "prove the architecture works first" is a common mistake; for the team that has to operate it, the runbook and rollback plan are the pitch.
- A migration that can't be rolled back cheaply reads as a one-way door regardless of technical merit, and skeptical teams correctly resist one-way doors more than they resist new technology.
Tell me about a time a senior stakeholder wanted speed, but another function raised concerns about quality, risk, or operational readiness. How did you reset expectations, make the trade-off visible, and land on a decision that both sides could support?
Sample Answer
Situation: A senior stakeholder wanted to launch in two weeks, while Operations warned that the support team was not ready.
Task: I needed to reset expectations without slowing the business unnecessarily.
Action: I made the trade-off visible in a simple readiness review. I listed the risks, the likely customer impact, and the mitigation options. I also translated the concern into business language, not just process language. For example, instead of saying Operations was not ready, I showed that we would have limited training coverage and slower incident response if we launched immediately. Then I proposed two paths: launch with a phased rollout and extra monitoring, or delay one week to complete training and testing.
Result: Both sides could support the phased rollout because the risk was named clearly and the plan had guardrails. The stakeholder got speed, Operations got protection, and we agreed on a decision that balanced business urgency with operational readiness.
That experience reinforced that good trade-off decisions are rarely about winning an argument. They are about making the risk and impact clear enough for everyone to support the choice.
A launch depends on a partner company or external vendor, and they are missing deadlines that put your roadmap at risk. You do not have direct authority over them. What would you do in the first week to protect the launch, rebuild alignment, and decide whether the original plan is still realistic?
Sample Answer
In the first week, I would focus on protecting the launch while testing whether the plan is still realistic.
Day 1 and 2: I would get the facts. What is late, what is truly on the critical path, and which milestones depend on the partner. I would also ask for a written status update so there is one shared view of the problem.
Day 3 and 4: I would reset alignment with the partner and internal leaders. I would make the risk visible, propose a recovery plan, and define what needs to happen by when. If needed, I would narrow scope, add internal backup work, or create a phased launch so the entire roadmap is not blocked by one dependency.
Day 5: I would decide whether the original date is still credible. If the partner has recovered, I keep the plan. If not, I recommend a revised timeline with clear trade-offs, rather than hoping the delay disappears.
The key is to avoid passive waiting. Even without direct authority, I can protect the launch by clarifying ownership, escalating early with options, and keeping leadership informed with facts instead of optimism.
For example, in a case like this, the launch depended on a third-party payments provider delivering a new API endpoint that a checkout redesign needed to go live. On Day 1, the written status update from the vendor's account manager revealed the endpoint was not late by a day or two, it was still in the vendor's own internal QA with no committed date, three weeks past their original commitment. By Day 3, resetting alignment meant a joint call with the vendor and internal engineering leadership where the risk was made explicit: without the endpoint, the full checkout redesign could not ship on the original date. The recovery plan split the work: internal engineering built a fallback that used the vendor's existing, older endpoint for most transaction volume, while the new endpoint's remaining edge cases, a smaller set of international payment methods, were scoped out of the initial launch and phased in once the vendor delivered. On Day 5, the vendor still had no firm delivery date for the new endpoint, so the recommendation was to launch on the original date with the phased fallback rather than slip the whole roadmap, with a follow-up launch for the remaining payment methods once the vendor's endpoint actually shipped.
Walk me through a situation where you had to tailor your pitch to a specific stakeholder's priorities and incentives, rather than repeating your own rationale, in order to win them over.
Sample Answer
Direct answer
Tailoring a pitch means finding out what that specific stakeholder is actually measured on or afraid of, and reframing the same underlying facts through that lens, rather than repeating your own rationale and hoping it lands. The facts stay fixed; only the framing and the risk language change per audience.
Structured elaboration
Incentive-mapping framework. Before drafting anything, identify what the stakeholder optimizes for and what they fear, then reframe the same evidence in that currency:
| Audience | Optimizes for | Fears | The reframe |
|---|---|---|---|
| Engineering leadership | Delivery velocity, system reliability | Rising technical debt, on-call burden | Frame as throughput and operational load |
| Finance | Predictable, defensible spend | Uncontrolled or one-time crisis cost | Frame as cost trajectory and budget certainty |
| Revenue or go-to-market leadership | Time-to-market, customer impact | Losing deals or churn | Frame as customer-facing risk or opportunity |
| Security or compliance leadership | Risk exposure, audit posture | An incident or failed audit finding | Frame as exposure window and control mapping |
A common variant of this: translating a technical or security risk into business-impact terms to win executive buy-in. The reframe isn't inventing a new argument; it's restating the same risk in the currency the executive is accountable for (revenue at risk, compliance exposure, customer churn) instead of engineering terms (a vulnerability class, a latency percentile).
Worked example
Situation. At a platform company, engineering wanted budget approval to fix an authentication vulnerability class a penetration test had flagged. The CFO's first read was that this belonged in the engineering backlog, not an urgent ask.
Stakes. The unpatched vulnerability class carried real breach and compliance exposure, but it was competing for the same budget cycle as revenue-generating projects, and the CFO wasn't going to fund it on engineering language alone.
The influence moves.
- Learned the CFO's actual incentive: quarterly budget defensibility and avoiding one-time crisis spend, not an abstract security posture.
- Reframed the same evidence in the CFO's terms: translated "session tokens that don't expire" into an exposure-window estimate and a cost comparison against the company's own past incident-response spend, the same kind of trade-off the CFO already used elsewhere.
- Built a separate, differently framed one-pager for the security lead from the same underlying evidence: audit and control-mapping language, naming which control had failed and which policy clause it mapped to, instead of repeating the CFO pitch.
- Verified the incentive rather than assuming it, by asking the CFO's chief of staff beforehand what kind of comparison the CFO typically used to evaluate risk spend.
Resolution. The CFO approved the fix as a scheduled, budgeted project rather than an emergency spend, because the exposure was quantified and mapped to a comparison already familiar from other risk trade-offs.
What a senior candidate does differently. A mid-level candidate builds one deck and hopes it lands for everyone. A senior candidate keeps the underlying evidence fixed and swaps only the framing and incentive language per audience, and can explain, in the room, why that phrasing fits that specific person.
Trade-offs and pitfalls
- Tailoring is not spin. The underlying facts must be identical across audiences. If the CFO version and the CISO version (CISO: Chief Information Security Officer, the same person referred to earlier in this example as "the security lead") would lead a skeptical listener to different conclusions about severity, that's manipulation, not tailoring.
- Guessing the wrong incentive misses as badly as not tailoring at all. Verify the incentive with a quick question rather than assuming it from a title.
- Prep cost. Building a separately framed pitch per audience takes real time; reserve heavy tailoring for stakeholders whose buy-in is genuinely load-bearing for the decision.
Unlock Full Question Bank
Get access to all 22 Influence and Persuasion interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.