Me postulé a través de una recomendación de un empleado. El proceso tomó 3 días. Acudí a una entrevista en TechChefs Software (Bengaluru) en mar 2018
Entrevista
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 .
Preguntas de entrevista [4]
Pregunta 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