It was an on-campus process
1. OA round ( 3 vid questions)
2 coding questions
Interview round -I
asked two basic DSA questions, write the code from scratch.
(sum of all digits in a number, ignoring special characters)
(some string-related question)
Interview round - II
asked me to merge a sorted array B to A ( A is large enough to accommodate B's elements)
in o(n) time without any extra space.