1st round online test 1 coding question and 20 MCQS
2nd round interviews (3 rounds approx)
final round HR
interviews will be mostly on dsa ,dbms and sql
to pass online round dsa questions realted to dp is main
Interview questions [1]
Question 1
1.Trees questions related inorder and preorder
2.Tree construction using inorder and preorder
3 question finding minimum number of steps to form a string of given length n with given character 'A' by coping or pasting
example if n=3;
given 'A'
Then to form 'AAA' in 3 steps
stack based question related finding next greater element