I applied through an employee referral. The process took 1 day. I interviewed at Oracle in Nov 2014
Interview
There were in total 3 rounds. 1st round was online test from home. 2nd round was technical interview where average questions were asked and gave me 1 DSA program(in C) to write.
3rd round was puzzles + HR. Puzzles were related to Mathematics. If your Maths is good you can give all answers like me :) .
Interview questions [1]
Question 1
In a linked list, at each node there is a string. WAP in C or C++ to check if palindrome exists of the substring of each node. If it exists then store it in linked list 1 else in linked list 2.