Ho presentato la mia candidatura di persona. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Interra Systems (Nuova Delhi) nel mese di ago 2010
Colloquio
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
Domande di colloquio [5]
Domanda 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.