This is the second part of the operating system interview series.
In this session, we will look at the following:
1. Program vs process
2. Process states
3. Process control block
4. Process lifecycle using fork(), exec(), exit() and wait()
5. Zombie and orphan process