Process contains 2 rounds , first one is coding round where you might be asked to solve 2 question in one hour (1 array , 1 related to tree, do, graph).
Second round is interview round where you are asked to solve same basic tree , graph implementation and question related to OS and networking is also asked
Interview questions [1]
Question 1
1. Find depth of a tree with given root node pointer.
2. Handshaking protocol question (Networking)
3. Basic coding questions like to search in sorted array, most optimal sorting algorithm.