J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Maventic (Bengaluru) en janv. 2017
Entretien
First round is Aptitude ( some times not conducted ). Second is program writing. Third, Program execution. Forth, Managerial round ( mostly with the MD ).
In the program writing round, manly the logic is tested, so it would be okay if there are few syntax errors as long as the logic is right.
Questions d'entretien [1]
Question 1
1.Given two words find if they contains the same letters , if one letters occurs multiple times in word then second word also should have the number same number of times.
eg: little and title are different, das and sad are equals.
2. Rearrange all the letter of a word in ascending order while removing the duplicate letters.
eg:- letter should be printed elrt.