I had my interview scheduled this april, following questions were asked in my Intel interview:
- difference between mutex and semaphore?
- What is critical section problem?
- find the second smallest element from the last.
- bit wise shifting
- heap and stack
- memory leak
- LRU cache
- Synamic array declaration
- static keyword
- static and dynamic difference
- Print number from t to N without using loops
- how to find whether a given number is odd or even (bit wise manipulation concept).