I applied in-person. The process took 1 day. I interviewed at Interra Systems (New Delhi) in Aug 2010
Interview
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
Interview questions [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.