Mentoring and Coaching Questions
Growing individual engineers and teammates through one-on-ones, coaching conversations, and hands-on technical mentorship. Covers tailoring guidance to the person, coaching versus telling, unblocking and stretching people, and measuring the impact of mentorship on someone's growth. The single largest behavioral cluster in the category.
How do you recognize when someone you're mentoring is burned out or disengaged, as opposed to just underperforming, and what do you do differently once you suspect that's what's happening?
Sample Answer
Direct answer
I distinguish by pattern, not just output level. Burnout or disengagement usually shows up as a broad decline across previously strong areas, paired with a real change in energy or affect (a person's visible mood and emotional expression). A skill gap is usually narrower, tied to a specific type of task, and doesn't come with that affect change. Once burnout is suspected, the shift is from output-focused coaching to a wellbeing-first conversation and workload adjustment.
Distinguishing signals
| Signal | Skill gap | Burnout or disengagement |
|---|---|---|
| Scope of decline | Narrow, specific task type | Broad, across previously strong work |
| Timing | May have always been at this level | Recent, a change from baseline |
| Engagement | Still seeks help, asks questions | Withdraws from discussion and meetings |
| Affect (visible mood/expression) | Stable | Flattened, or newly irritable |
| Context | No obvious life or workload trigger | Often coincides with sustained overload or a life event |
The diagnostic move
Because the same output pattern (missed deadlines, lower-quality work) can come from either cause, guessing from behavior alone risks the wrong intervention. More skill-focused coaching aimed at someone who's actually burned out just adds pressure. The reliable move is to ask directly and non-accusatorially rather than only inferring, since it's the fastest way to tell the two apart.
What to do differently once suspected
Shift the conversation from task correction to workload and wellbeing. Reduce scope or redistribute urgent items in the short term rather than expecting normal output immediately. Check in more on process and how they're doing than on deliverables for a while. Point toward available support resources where they exist. Avoid escalating straight to a formal performance conversation while this is unresolved, but also avoid treating it as an indefinite excuse, set an actual review point to reassess rather than letting it run open-ended.
Worked example
A mentee whose work had been consistently strong started slipping across several unrelated tasks, not just one. The decline was recent and came with noticeably less participation in discussions, which pointed away from a narrow skill gap. A direct, private conversation surfaced an unsustainable workload building up over recent weeks. The short-term adjustment was reprioritizing their task list and explicitly deprioritizing anything non-urgent, with a check-in scheduled two weeks out to see whether things had actually improved rather than assuming they had.
Trade-offs and pitfalls
A common mistake is treating every dip in output as a skill or effort problem and escalating straight to a formal process. The stronger approach separates "can't" (skill), "won't" (motivation or disengagement), and "can't sustain right now" (burnout), because they call for different responses, while staying alert that a genuine performance issue can coexist with real burnout, one doesn't automatically rule out the other. It's also a pitfall to assume burnout excuses declining output indefinitely: there still needs to be a check-in cadence, and if it doesn't resolve, it may need to go beyond what a mentor alone can fix, involving a manager or people-ops rather than absorbing an open-ended situation solo.
Tell me about a time you had to give someone you were mentoring difficult or critical feedback. How did you deliver it, and what happened afterward?
Sample Answer
Direct answer
Difficult feedback to a mentee works best delivered privately, tied to a specific, observed behavior and its concrete impact, not to the person's character, and followed up on to confirm the message landed and something changed. The delivery mechanics matter less than getting three things right: timing (soon after the behavior, not saved up), specificity (a real example, not a vague pattern), and follow-through (checking back in, not treating the conversation itself as the fix).
Structured elaboration
Before the conversation
- Get the facts straight: what exactly happened, what was the impact, and is this a one-off or a pattern. Vague feedback ("you need to be more careful") is unusable; a mentee can't act on a mood, only on a specific instance.
- Decide the stakes. Not all critical feedback carries the same weight:
- A routine performance gap (missed a deadline, sloppy code style) can wait for the next scheduled 1:1.
- An ethical or safety concern (something in the person's work poses real risk if it ships) changes the calculus: it needs to happen immediately, privately, and is often paired with a concrete containment step (pause the change, get a second reviewer), not just a conversation.
- Decide the medium: a private 1:1, not written feedback and not in front of the team, unless the finding also needs to be logged for safety or compliance reasons.
Delivering it
- Lead with the specific behavior and its impact, not a label: "this change would have introduced X" is usable; "this was careless" is not.
- Ask before you assert. The mentee may know something you don't (a constraint you weren't aware of); asking "walk me through the reasoning" often surfaces that before you've over-committed to a judgment.
- Separate the person from the work. The message is "this output has a problem," not "you are the problem."
When the power dynamic is reversed
Feedback isn't always flowing to someone junior. Giving critical feedback to a mentee who is more senior, more tenured, or simply more confident than you requires the same content but a different frame: lead with genuine respect for their experience, be more explicit that you're not questioning their general competence, and expect (and plan for) more pushback. Defensiveness here is a normal reaction to a status threat, not necessarily a sign the feedback was wrong; the skill is staying anchored to the specific evidence instead of either escalating or backing down.
After the conversation
- Confirm shared understanding before ending: ask them to restate what they heard.
- Agree on a concrete next step and a checkpoint to revisit it, not just "let's see how it goes."
- Follow up. Feedback that isn't revisited quietly signals it wasn't actually important.
Worked example
Situation
During a code review, I found a race condition in an interrupt service routine (an ISR, the block of code that runs automatically when a hardware event interrupts normal execution) a mentee had written: a shared buffer was being written from the ISR without disabling interrupts around the critical section (the stretch of code that touches shared data and must not be interrupted mid-update), so a preemption (the interrupt firing and pausing the main code at an unpredictable moment) at the wrong moment could corrupt data intermittently and unpredictably.
Why this wasn't routine feedback
This wasn't a style nitpick. Left unaddressed it was a latent, hard-to-reproduce bug that could surface in the field. That pushed it from "note it for next time" to "we talk today, and the change doesn't merge until it's fixed."
The conversation
I asked the mentee to walk me through what happens if the interrupt fires mid-write, rather than telling them the bug outright. They found the failure mode themselves partway through the explanation, so the fix landed as their own understanding rather than my correction. We then talked through the general pattern (anything touching state shared between an ISR and main-line code needs an explicit critical section) so it would generalize past this one bug.
Follow-through
I asked them to check two other places in the codebase where similar shared state existed, as a way to prove the concept had stuck rather than just fixing the one instance. Both had the same latent issue.
Result
The immediate bug was fixed before merge, and the mentee started flagging similar patterns unprompted in their own future changes, which was the real signal the feedback had generalized rather than just been complied with once.
Trade-offs & pitfalls
- The feedback sandwich dilutes the message. Padding critical feedback between two compliments is a common junior instinct; it often causes the actual point to get lost. Genuine positive feedback is worth giving, but on its own merits, not as camouflage for the critical part.
- Waiting to "collect examples" delays too long. A senior mentor gives feedback close to the event; batching several issues into one big conversation later makes it feel like an ambush and makes each point harder to act on.
- Not distinguishing skill gap from something more serious. A performance gap and an ethical or safety issue call for different urgency and different documentation; treating a safety issue as routine coaching is itself a failure mode worth naming.
- Confusing "they got defensive" with "I was wrong." Especially with a more senior or tenured mentee, defensiveness is a predictable reaction to a status threat. A junior mentor backs off; a senior one stays anchored to the specific evidence while still leaving room for the other person to be right about something they missed.
Explain a coaching framework you use, like the GROW model or Socratic questioning, and walk through how you'd apply it in a real one-on-one with someone who wants to grow a specific skill.
Sample Answer
Direct answer
GROW is a four-stage, question-led coaching structure: Goal (what success looks like), Reality (the current state), Options (possible paths forward), and Way forward (specific commitments). Applied to a 1:1 with someone who wants to grow a specific skill, it turns a vague aspiration into a concrete next step, and the same question-led habit also works inside a work review, not only a scheduled conversation.
Walking through the four stages
- Goal. Get specific: "What would 'better at this' actually look like, concretely, and how would you know it happened?"
- Reality. Surface the current state without judgment: "Tell me about a recent situation where this was hard, what made it hard?"
- Options. Generate paths rather than prescribing one: "What could you try next, and who or what could help?"
- Way forward. Get a specific, small commitment: "Which one thing will you actually do before we talk again, and what support do you need from me?"
Socratic questioning is the companion technique that runs through all four stages: instead of stating the answer, ask a question that leads the person to notice the gap themselves ("what did you expect to happen there, versus what actually happened?"). It works well when there's time to let someone arrive at the insight; it works poorly when someone is genuinely blocked and just needs the direct answer.
Extending this into reviewing someone's work
The same question-led approach makes a review of someone's work (code, a document, a design, an analysis) constructive rather than purely corrective. Concrete techniques: a review template that separates "must fix" from "worth considering" from "just for your awareness," so feedback doesn't read as one undifferentiated pile of criticism; annotated examples that show a better version alongside the original with a short reason, not just a comment naming the problem; and a Socratic question left in the review itself ("what happens here if this is empty?") instead of stating the bug outright, when the goal is teaching and there's no urgency forcing a direct fix.
Worked example
In a 1:1, a mentee said they wanted to get better at making structural decisions independently instead of always checking first. Goal: they described what "independent" would look like in practice (making a defined class of calls without asking). Reality: walking through a recent case, they could explain their reasoning but hadn't trusted it enough to act without confirmation. Options: they proposed trying it on a low-stakes decision first and reviewing the reasoning after the fact rather than before. Way forward: they committed to making the next reversible decision on their own and bringing the reasoning to the following session, with an explicit offer of support if it went wrong.
Trade-offs and pitfalls
A common mistake is treating GROW as a rigid script and marching through all four stages regardless of what the person actually needs that day. A stronger approach holds the structure loosely: skip Reality if it's already obvious, compress stages under time pressure, and know when the moment calls for direct answers instead of more questions, especially if something is safety-critical or urgent. Inside reviews specifically, overusing Socratic questions when someone is genuinely stuck can read as withholding rather than teaching, so it's worth pairing questions with a clear direct answer once the teaching moment has been made.
What's the practical difference between mentoring, coaching, and sponsorship? Give an example of a situation where you'd use each one with someone on your team.
Sample Answer
Direct answer
Mentoring, coaching, sponsorship, and management are four distinct levers, distinguished mainly by time horizon and mechanism: mentoring shares knowledge and context over a long relationship, coaching targets a specific skill or behavior over a shorter window, sponsorship uses your own influence and credibility to open doors the person can't open themselves, and management is the formal, ongoing accountability for someone's performance and direction. Most people need some mix of all four at different times, not just one.
Structured elaboration
The four levers compared
| Lever | Time horizon | Mechanism | What it grows | Example action |
|---|---|---|---|---|
| Mentoring | Months to years | Sharing knowledge, context, and career perspective | Broad judgment and skill over time | Regular 1:1s, walking someone through how a decision actually got made, introducing them to how the org really works |
| Coaching | Weeks to a few months | Targeted, hands-on help on a specific skill or behavior | A specific, nameable gap | Pairing on a task, structured feedback tied to a defined goal, a short improvement plan |
| Sponsorship | Point-in-time, opportunity-driven | Using your own credibility and access to open a door the person can't open alone | Visibility and access, not skill | Nominating someone for a stretch project, advocating for them in a room they aren't in |
| Management | Ongoing | Formal authority and accountability for their output and direction | Alignment and delivery | Setting priorities, resourcing, formal performance evaluation |
How to decide which to use
The fastest diagnostic is asking what's actually limiting the person right now: if it's a skill they don't have, that's coaching; if it's broad judgment or context that only comes with time and exposure, that's mentoring; if the person is already capable but not getting the opportunities to prove it, that's sponsorship, and it's the one lever the person genuinely cannot apply to themselves, since it depends on someone else's credibility, not their own effort.
Making it concrete, not just definitional
A strong answer doesn't stop at the definitions; it attaches a measurable outcome and a short plan to each one for a specific person. For example: coaching a specific gap in written communication might target "clear, well-structured design docs reviewed without major restructuring" within a defined window; sponsorship for a strong, under-recognized performer might target getting their name into a specific promotion or staffing conversation they wouldn't otherwise be part of. Naming the outcome is what separates "I know the definitions" from "I actually apply this."
Worked example
Situation
On one team, I had someone who was technically strong but consistently invisible outside our immediate group: good work, no one above our manager knew it.
Applying the right lever
Coaching wasn't the gap (their skills were fine); mentoring alone wouldn't fix visibility either. The actual lever was sponsorship: in a planning discussion where a cross-team project needed an owner, I explicitly proposed them by name, with a specific example of relevant work, rather than waiting for them to volunteer themselves or be noticed organically.
Result
They were staffed onto the project and, importantly, presented their own results directly to the wider group afterward, which is the mechanism by which sponsorship compounds: one door opened, and the visibility from walking through it created future opportunities without needing me to open every subsequent door.
Trade-offs & pitfalls
- Treating all four as interchangeable. Coaching someone who actually needs sponsorship, or the reverse, wastes time and can be frustrating for the person, since you're addressing the wrong constraint.
- Sponsorship without real work behind it. Advocating for someone who isn't actually ready burns your own credibility and sets the person up to struggle publicly; sponsorship should follow demonstrated capability, not replace it.
- Forgetting that management overlaps with the other three. A manager routinely coaches day to day, mentors for career conversations, and sponsors their strongest people; the four aren't mutually exclusive roles held by different people, though they often are in practice.
Tell me about a mentoring relationship that needed to end, either because the mentee outgrew what you had to offer or because it wasn't working. How did you handle the conversation?
Sample Answer
Direct Answer
I've had both versions: a mentoring relationship that ended because the mentee outgrew what I had to offer, which is a good outcome, and one that ended because it wasn't working, which is harder. In both cases I named it directly and early rather than letting it fade out, since an unspoken ending leaves the mentee guessing whether they did something wrong.
Framework
The two endings need different conversations. Outgrowing is success, and the conversation should sound like it: naming specifically what they no longer need from me, and pointing to what comes next, a different mentor with expertise I don't have, more autonomy, a formal program, makes it feel like a milestone rather than a rejection. Not working needs concrete, specific evidence rather than a general impression, and it needs to separate the relationship not working from the person not being good enough; often it's a mismatch, the wrong mentor for this specific gap, not a verdict on the mentee.
Either way, I handle the conversation the same way: say it directly rather than letting the relationship quietly taper, since ambiguity is worse than a clear ending for both people. Come with something concrete, what changed for outgrowing, specific examples for not-working, not vague dissatisfaction. And offer what comes next rather than just closing the door: a different mentor, a different structure, or nothing at all if the mentee is genuinely ready to fly solo.
Worked Example
A mentoring relationship stopped working when the mentee's growth area shifted to something outside my depth, they needed architecture-level judgment I didn't have. Rather than continuing to coach at a level I couldn't actually add value to, I said so directly: named what they now needed that I couldn't give them, and introduced them to someone better suited to that specific gap. The conversation was short and low-drama because it was framed around their need, not around either of our performance.
Trade-offs and Pitfalls
- Letting a relationship fade without naming it leaves the mentee wondering if they did something wrong; silence reads as a verdict even when it isn't.
- Framing "not working" around the mentee's shortcomings when it's actually a mismatch damages their confidence for no reason.
- Ending a mentoring relationship isn't a performance action; it doesn't need documentation or HR involvement unless the underlying issue is an actual performance problem. Conflating the two turns an ordinary mentoring transition into a formal process it doesn't need to be.
- A senior answer separates "the relationship ended" from "the mentee failed"; a junior answer often can't articulate the difference.
Unlock Full Question Bank
Get access to all 28 Mentoring and Coaching interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.