My Next Hop Blog
Topology Reasoning: Why Live Diagram Questions Are Replacing Whiteboard Trivia
A growing number of network and cloud interviews now hand candidates an unfamiliar topology and ask them to trace a path or diagnose a failure live. Here is what that actually tests, the failure modes that trip candidates up, and how to build the skill.
A growing number of network and cloud engineering interviews have quietly shifted format. Instead of "explain how OSPF areas work," candidates are handed a topology diagram they've never seen before and asked to trace a specific packet path, or explain what breaks if one link fails — live, with the interviewer watching them reason in real time. This is a genuinely different skill from protocol trivia, and it's one most candidates haven't deliberately practised, because most prep resources still default to definitional Q&A rather than cold-diagram reasoning.
Why Interviewers Are Moving Away from Protocol Trivia
The reason interviewers have moved this direction is straightforward: reciting a textbook definition of OSPF areas doesn't predict whether someone can walk into a live incident call and correctly reason about an unfamiliar production topology under time pressure. A cold diagram question compresses that real-world skill into ten minutes. It tests whether a candidate can accurately parse what's actually drawn — not what a textbook diagram of this scenario usually looks like — and reason forward from there, which is precisely the muscle a real outage demands and a memorized answer can't fake.
The Real Failure Mode: Misreading, Not Not-Knowing
The most common way candidates fail these questions isn't a knowledge gap — it's a reading error. Under time pressure, people default to the textbook version of a topology instead of the one actually in front of them: assuming a link is symmetric when the diagram shows return traffic taking a different path, assuming three peer routers form a full mesh when the diagram only draws two of the three links, or missing that a "redundant" path is drawn with a dashed line indicating it's currently down. Interviewers deliberately build these small deviations into diagrams specifically to separate candidates who are reasoning from what's drawn from candidates who are pattern-matching to a memorized shape.
A Structured Way to Read a Cold Topology
A reliable way to approach a cold topology under pressure is to resist answering immediately and instead do two fast passes before speaking. The first pass identifies the actors and boundaries — which devices exist, which are routers versus switches versus firewalls, where the trust or administrative boundaries sit. The second pass traces only the specific path the question is actually asking about, one hop at a time, out loud, rather than trying to hold the whole diagram in working memory at once. Narrating the trace as you go also gives the interviewer visibility into your reasoning, which matters more to how you're scored than arriving at the right answer silently and stating it at the end.
Four Things That Trip Candidates Up Every Time
A short list of the specific things that trip candidates up repeatedly: asymmetric routing, where the forward and return paths genuinely differ and a stateful device on only one of them breaks the connection; a link or path that looks present but is explicitly marked down, standby, or backup-only; and directionality assumptions, treating an arrow or a listed order as meaningful when the diagram hasn't actually specified traffic direction. None of these require deep protocol knowledge to catch — they require actually reading the diagram in front of you rather than the diagram you expected to see.
Why Multi-Region Diagrams Raise the Difficulty
Multi-region and multi-fabric diagrams raise the difficulty specifically because they add state that has to be tracked across boundaries rather than reasoned about locally. A common variant asks what changes if a specific inter-region link fails, which requires re-deriving path selection live: which alternate path becomes preferred, whether that path has enough capacity, and whether anything downstream assumed the failed path's latency characteristics. This is where the gap between "knows BGP path selection in the abstract" and "can re-derive path selection for this specific topology under this specific failure" becomes obvious to an interviewer within the first thirty seconds.
The only way to build this skill is practising on topologies you haven't seen before, since the entire point is testing your reading and reasoning process rather than your memory of a specific diagram. Rehearsing the same five topologies until you've memorized their answers defeats the exercise. My Next Hop's Routing Lab and diagram-based drill questions are generated against fresh topologies rather than a fixed, memorizable set, specifically so the skill you're building is reading and reasoning under pressure — the same skill a live interview, or a live incident, is actually going to test.
Practice with My Next Hop
Reading is only the start. Reps close the gap.
Answer real interview questions by voice or text, get a scored breakdown, and drill your weak spots — free to start.
Start practising freeMore from the blog
6 min read
The 10 Hardest Network Engineer Interview Questions (and What Separates a Strong Answer)
Not the hardest because they're obscure — the hardest because a correct-sounding answer and a genuinely strong one look almost identical until an interviewer pushes. Ten reasoning-heavy scenarios spanning BGP, firewalls, cloud, OSPF, and live troubleshooting, with what actually separates a pass from a strong pass on each.
4 min read
Senior Network Engineer Interviews: What 'Exceeds the Bar' Actually Sounds Like
The gap between a mid-level and a senior network engineering answer at Amazon, Google, Meta, or Microsoft isn't more facts — it's scope, ambiguity handling, and trade-off depth. What actually changes across the level boundary, and how the real onsite loop structure tests for it.