ROUND 1 - Online Assessment
- Implementation based (required using HashMaps)
- Trie
- Greedy (used Heaps)
- DP (based on LIS concepts)
ROUND 2 - Interview 1
- Questions about C language (mostly about Pointers).
- Find element having odd frequency (can be found on LeetCode)
- Find sum of all divisors of GCD of array elements
- Merge Intervals (can be found on LeetCode)
ROUND 3 - Interview 2
- 10-15 questions on Operating Systems
- 10-15 questions on Computer Networks
- 10-15 questions on C Programming Language
- Longest Common Subsequence of 2 strings (can be found on LeetCode)
ROUND 4 - Interview 3
- Run Length Encoding (to be implemented strictly in C language)
Oppurtunity: On-Campus