Key Topics to Prepair
- Basic Data structures
- Linked lists
- Trees
- Their implementation in C
- C Concepts
- Pointers
- 2d, 3d arrays
- 2d, 3d dynamic arrays
- static, automatic variables
- heap, stack
- bit level operations
- etc.
- Algorithms
- Sorting
- Searching
- Time + Space complexity
- OS Concepts
- memory management
- scheduling
- process states
- signalling
- IPC
- Shared memory
- Mutex, seamophores
- FIFO, pipes
- Sockets
- Socket options
- blocking/non-blocking
- select/epoll/poll
- Packet structures
- TCP handshaking and networking concepts
- network routes and traceroute/ping
- Aptitude
- Puzzles
- Adobe/MS interview questions.
No comments:
Post a Comment