Interview has 2 rounds:
1.) DSA
Easy to medium level dsa questions are asked in this round.
2.) CSF
Fundamentals from DBMS, CN, OS etc are asked in this round,
It was ok
1st round was an OA, there were two questions of DSA it included graphs and trees questions.
There were two technical interviews after that.
The questions were from Trees, graphs, arrays which included stacks and binary search questions and core concepts as well like OS, DBMS, CN.
Interview questions [1]
Question 1
One question was about boundary traversal of trees, another was zigzag traversal, another was simple search in a rotated sorted array and a graph question using DFS or BFS
they asked me 2 Dsa questions.
One was suppose an array which only contains 0,1,2......you have to sort it.
Another was....2 sorted arrays are given we have to find 4th largest element from both the arrays combined.
Interview questions [1]
Question 1
One was suppose an array which only contains 0,1,2......you have to sort it.