Candidatei-me pessoalmente. O processo levou 1 dia. Fui entrevistado pela Interra Systems (Nova Deli) em ago. de 2010
Entrevista
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
Perguntas de entrevista [5]
Pergunta 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.