Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Maventic (Bengaluru) em jan. de 2017
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.