I applied through university. I interviewed at Maventic (Bengaluru) in Jan 2017
Interview
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.
Interview questions [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.