Coding test then Interview. The coding test was 40 min long. The question was based on classes. It was of average difficulty and then the interview took place which was 1 hour 15 min long.
1. Mcq test objective ques on c java and data structures
2. Coding round 1 pseudo code on tree lined list aand graph
3. Conding round 2 pseudo code on graph
4. Technical round 1 os dbms computer networks
5. Technical round 2 data structures
6. H r round basic queations
J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Mtree Software (New Delhi) en sept. 2020
Entretien
Got an interview on video conferencing. I had two rounds in total.
Interview was smooth and Questions were reasonable, easy but not very discription assuming they wanted you to clarify all constraints before you begin.
Questions d'entretien [3]
Question 1
given multilevel class structure which boils downs to a simple task where I needed to combine to list of dictionary such that if keys were already present then add the values . figuring out that this was the actual task was the tough part.
given two sorted array where first array has length of N but holds p values and second array is q length long where p+q = N. task was to merge both array into first without taking extra space . resultant must be sorted as well