I applied through university. I interviewed at Oracle (Hyderābād) in Dec 2013
Interview
I was placed in oracle at campus placements IIT Kharagpur in December 2013
Initially i gave an online test which included MCQs realted to Data Structure, coding, English, aptitude
Then after getting shortlisted for interviews
I gave 3 Technical + 1 HR interviews
interviews consisted of
my academic project (maybe because it was based on JAAV and sql),
Data Structure,database sql queries,c coding, algorithms.pseudo code for some problems
Interview questions [1]
Question 1
I didn't got any unexpected questions..but some of the problems were of a good difficulty level:
1. 2 linked list merge on a particular node..find that node,
2. use a stack to push all data from a given queue but in reverse order of the queue.
Example Queue : 1->2->3->4 1 is the head node and 4 is rear node
Output : Stack [4->3->2->1 1 is the top element