I applied through an employee referral. The process took 3 days. I interviewed at TechChefs Software (Bengaluru) in Mar 2018
Interview
This interview process i felt a quiet complicated ones . First round will be quantitative ability questions in which they specified the questions are to be chosen from gmat which were quiet moderate ones . second round will coding test where you will be given 3 questions . Last round will be taken from the manager or the team lead so make sure you be technically good in explaining your projects . They would give you an scenario to explain technically and possible best method to opt and different ways to implement the same . Basically they check your coding procedures and way you code .
Interview questions [4]
Question 1
two strings as input from the user This program should print two strings as output first string should eliminate the contents of second string and vice versa
a program which will read F1 and remove duplicates and write all the unique pairs to file F2.
the file F1 might have the following data:
U1,U3
U2,U4
U1,U3
File F2 should now have
U1,U3
U2,U4