I applied online. I interviewed at Testpress (Chennai)
Interview
1st -hr round- basic questions,
2nd -coding round- leetcode problems (med-hard), we can use any lang to solve
3rd final tech hr then offer rollout if you are technically good you can clear it
First round was an aptitude round then a coding round and technical interview and hr interview aptitude round was online others we should attend in person coding round there is chances of getting repeated questions
DSA round (with simple array question)
1.(i.e.,) Unsorted array [23, 4, 7, 12, 5, 6] the output should be continuous no in the array [4,5,6,7]
2.(i.e.,) Unsorted array [2, 0, 0, 1, 5, 3, 3, 2, 4] the output should be continuous no in the array [0,1,2,3,4,5]
Interview questions [1]
Question 1
Asked me to complete the above question with time complexity 0(n)