J'ai postulé en personne. Le processus a pris 1 jour. J'ai passé un entretien chez Interra Systems (New Delhi) en août 2010
Entretien
The interview consisted of
(1) written Test (Technical(12 questions), analytical/puzzels(8 question)): Time:1hr, 10 mins.
(2) 2 technical interviews (interview consisted of testing basic knowledge of C++, time/space complexed C++ algos, some puzzles). The interview had some good questions. The standard of interview was pretty good.
(3) Background/Family/Schooling/Academic verification by HR
(4) Discussion regarding the company, work culure, its history, my priorities, salary negotiations
Questions d'entretien [5]
Question 1
there ar two points A and B. The coni is being tossed at A and the outcome is being stored in a string like "HHTHHHHHTTTTT...", where H = Head, T = Tail; Now we have to send this information to point B by using minimum bandwidth
write an progrm to find the first non- repeated element in a string. For example, if string is "Interra" return 'I'. The program should take into consideration the time complexity.