Network Troubleshooting Interview Questions & Answers
Troubleshooting questions reveal whether you can actually fix things — interviewers give scenarios ("a user can't reach the internet, what do you do?") and listen for structured, layered reasoning. This is where hands-on lab experience shows. Practise the tools in our Packet Tracer labs.
How to prepare
Troubleshooting interviews reward a structured, layered method — work the OSI model bottom-up or divide-and-conquer, don't guess randomly. Narrate your steps: check physical, then IP/gateway, then DNS, then the application. A calm, systematic answer beats knowing one clever command.
Frequently asked questions
A user says they can't reach the internet — how do you troubleshoot?
Layer by layer: is the link up? Does the PC have a valid IP/gateway (not APIPA)? Can it ping the gateway? A public IP? Resolve DNS? Each failure point narrows the cause.
What's the difference between ping working by IP but not by name?
Connectivity is fine but name resolution is broken — a DNS problem. Check the configured DNS server and test with nslookup.
How do you use ping and traceroute together?
Ping tests reachability; if it fails, traceroute shows where along the path it breaks — the last responding hop borders the problem.
What are the symptoms of a duplex mismatch?
Slow performance with late collisions on the half-duplex side and CRC/runt errors on the full-duplex side — fix by matching both ends.
A PC has a 169.254.x.x address — what does that mean?
APIPA — the PC failed to get a DHCP lease, so it self-assigned. Check DHCP server reachability, the scope, and any relay (ip helper-address).
How do you approach troubleshooting methodically?
Use a model — OSI bottom-up, top-down, or divide-and-conquer — to isolate the layer, gather facts before acting, change one thing at a time, and verify.
Two devices in different VLANs can't communicate — is that a problem?
Not necessarily — VLANs are isolated by design; they need a Layer 3 device (router or L3 switch) to route between them. Verify inter-VLAN routing exists.
What does show ip interface brief tell you first?
A one-line status of every interface — which are up/down/administratively down and whether IPs are assigned — the fastest starting point for many issues.
Related articles
Want hands-on training?
Learn this on real Cisco lab devices with placement support at Attila Technologies, Ahmedabad.