I applied through college or university. The process took 3 days. I interviewed at Coviam (Bengaluru) in Jun 2019
Interview
The process consist of three rounds.
Round 1 : ONLINE MCQ round . They asked questions from Data structures Java and some basic quants and logical reasoning questions. Nearly 800+ students attended the round and only 17 got selected for the next round.
Round 2 : Round 2 took place in Bangalore. It is a technical HR round and questions are from ata structures and java . All the 17 students participated only 5 got selected for the next round.
Round 3 : same as the Round 2. only 2 got selected.
To clear this interview one should have a deep knowledge on data structures and Java.
Luckily I got Selected.
Interview questions [1]
Question 1
Merge sort program( O(nlogn) )
find the intersection node of the two lists ( O(n) )
Find the loop in the Linked List
Binary search
Level order traversal of BST
Create a Binary search tree
the above questions are programming questions
and they asked almost all the questions from data structures(starting from array till avl tree) and java(till multi thread )