A repository containing structured resources, problems, and solutions for technical interview preparation.
The core subjects directory contains detailed question-and-answer problem banks for fundamental computer science topics:
-
Process management, memory allocation, virtual memory, synchronization (semaphores/mutex), CPU scheduling, and cache algorithms.
-
Relational models, SQL queries, normalization, ACID properties, transactions, and indexing.
-
OSI/TCP-IP models, routing protocols, TCP/UDP mechanisms, HTTP/HTTPS, and DNS.
-
Encapsulation, inheritance, polymorphism, abstraction, and real-world design scenarios.
interview-prep/
├── README.md
└── core subjects/ <-- Core CS theoretical subjects
├── cn.md
├── dbms.md
├── oops.md
└── os.md