InterviewStack.io LogoInterviewStack.io

Network Troubleshooting and Tools Questions

Hands on skills for diagnosing and resolving network problems using standard command line and packet analysis tools. Topics include systematic troubleshooting workflows (start with reachability tests and escalate to captures), use of ping and traceroute to verify connectivity and routing paths, netstat and ss to inspect sockets and listening ports, arp and interface commands to check layer two mappings and interface state, router and switch show commands to view routing tables and interface status, and DNS troubleshooting using nslookup and dig. Deep packet capture and analysis with tcpdump and Wireshark is covered, including capture filters, interpreting packet headers and flows, identifying retransmissions, latency sources, and protocol errors. Emphasis is on interpreting tool output, correlating results across layers, and choosing the right tool at each step of an investigation.

HardTechnical
66 practiced
You detect an intermittent blackhole where SYN packets leave your host but no SYN-ACK returns. Outline a multi-layer diagnostic plan that starts at layer 2 and escalates up to layer 7, naming the specific commands and checks you'd perform at each layer (e.g., 'ethtool', 'ip link', 'ip route', 'traceroute', 'tcpdump', application logs). Emphasize correlating evidence across layers.
MediumTechnical
74 practiced
A service migration introduced an intermittent service failure that only appears when a specific firewall rule set is applied. Describe how you would perform a controlled binary search of firewall rule sets, use packet captures to identify which rule causes the failure, and how to implement a safe rollback or exception while preserving security posture.
HardTechnical
83 practiced
Explain how to use eBPF-based tools (bcc/eBPF or tools like 'tcplife', 'xdp', 'bpftool') to perform low-overhead network troubleshooting on Linux hosts. Give examples of use cases where eBPF provides advantages over tcpdump and outline safety considerations when deploying eBPF probes in production.
MediumTechnical
71 practiced
Explain how to interpret and use 'ethtool -S', 'ip -s link', and NIC vendor counters to diagnose transmit/receive drops, ring buffer overflow, and checksum offload behavior. Provide an example sequence of checks when you see packets dropped according to application logs but interface RX/TX counters show no drop.
MediumTechnical
80 practiced
Provide an example of a BPF/tcpdump capture filter that captures only TCP flows with retransmissions and show how to use tcpdump or tshark to detect and output retransmission packets. Explain the limitations of capture filters versus display filters for this use case and why you might prefer one over the other in production captures.

Unlock Full Question Bank

Get access to hundreds of Network Troubleshooting and Tools interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.