J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Directi (Bengaluru) en nov. 2015
Entretien
coding round on codechef. 3 question 90 minutes.
problem related to Dynamic programming, graph theory, Data Structure.
Not so difficult, but time was less.
followed by 3-4 round of technical interview.
Quality of interview was tough. first round was core algo round, successive round involves your job profile like ML, platform, Soft Developement etc.
Questions d'entretien [2]
Question 1
given a string, perform minimum no of adjacent swap operation on characters to convert it into palindrome(assume this is possible). make it in less than O(n2)