I applied through college or university. The process took 1 day. I interviewed at Infosys (Bengaluru) in Aug 2009
Interview
A aptitude test on puzzles and other aptitude questions. Very easy general interview.
Interview
Tell me about yourself
Tell me about your home city
Talk about your favorite subject
Puzzle and aptitude questions
Other general questions nothing very specific
Interview questions [1]
Question 1
No difficult questions, if you clear the aptitude you can get in very easily
1.Substring Addition
Write a program to add the substring
eg :say you have a list {1 7 6 3 5 8 9 } and user is entering a sum 16.Output should display (2-4) that is {7 6 3} cause 7+6+3=16.
Interview questions [1]
Question 1
1.Substring Addition
Write a program to add the substring
eg :say you have a list {1 7 6 3 5 8 9 } and user is entering a sum 16.Output should display (2-4) that is {7 6 3} cause 7+6+3=16.