28Explain the conntrack state machine. Which timers retire a connection, and why does the table fill with no leak?▼medium★ EssentialNewAmazon & AWSFlipkartRazorpay◆ premiumTable full is the symptom everyone knows. The interview answer lives one layer down: per-state timers, the five-day ESTABLISHED default, and what conntrack -S says about hash pressure.Open full answer →
06An instance in a private subnet cannot reach the internet. Debug it in order.▼easy★ EssentialNewAmazonTCSInfosys2 repliesunlockedTrace the route and return path before changing rules. First establish whether the failing connection uses IPv4, IPv6 or a private service endpoint.Open full answer →
10Users get intermittent 504s but every backend service metric looks normal. Where is the problem?▼hard★ EssentialNewCloudflareUberShopify2 repliesunlockedThe classic gap between what the backend measures and what the user experiences. A 504 is emitted by something in front of the backend, which is exactly the part your service dashboards do not cover.Open full answer →
14A busy node drops new connections intermittently; dmesg shows 'nf_conntrack: table full'. Walk me through what is happening.▼hard★ EssentialNewAmazon & AWSCloudflareUber○ sign inEstablished traffic keeps working while new connections die at random, which is exactly why this one confuses people. The table is full of flows that will not be needed again for days.Open full answer →
40New connections to one partner API fail at peak, only through the NAT gateway, while established flows sail on. What is the ceiling?▼expertNewAmazon & AWSMicrosoftStripe◆ premiumBandwidth graphs look healthy and the partner swears they are fine. The wall is ports, not bits: the available source-port budget depends on the gateway and its address allocation.Open full answer →