150 curated questions graded from Foundations (Easy) to Practical Patterns (Medium) and Internals & Architecture (Hard).
150
150
0
5 / Level
Foundations & Core Concepts
A computer network is a collection of interconnected computing devices (nodes) that share resources, exchange data, and communicate via wired or wireless media.
The Open Systems Interconnection (OSI) model is a conceptual framework standardizing network communication into seven logical layers:
The TCP/IP model is a practical suite of communication protocols used on the modern Internet. It consolidates the OSI model into 4 or 5 layers:
Domain Name System (DNS) translates human-readable domain names (e.g., example.com) to machine-readable IP addresses (e.g., 192.0.2.1).
.com).Get instant access to all 50 questions, in-depth model answers, code sandboxes, and all 27+ technologies for a single one-time payment.
Core concepts, definitions, basic syntax, and first principles expected in round 1 screening.
Real-world mechanisms, state management, edge cases, performance trade-offs, and practical coding.
Deep runtime internals, memory models, distributed design, concurrency failure modes, and architectural decisions.