I applied through college or university. The process took 1 day. I interviewed at Oracle (Bhubaneshwar) in Aug 2015
Interview
OFSS came to campus in AUG 2015. there were initial screening test consisting of aptitude and basic c question. I you pass this test next there will be two rounds, one technical one Hr. In technical round there are basic questions based on SQL and small algorithms along with puzzles. Hr round was pretty simple; asked mostly about my hobbies and interest.
I applied through college or university. The process took 1 week. I interviewed at Oracle (Hyderabad) in Jul 2016
Interview
Had a written round which was online consisting of MCQ and debugging questions, then a puzzle round and followed by 2 interviews. Had 2 rounds of tech interview. Asked coding questions and some tricky logical puzzles.
Interview questions [1]
Question 1
Database related questions, Logical puzzles, about projects and the architecture of the project. Some typical HR Questions.
I applied through college or university. The process took 2 days. I interviewed at Oracle (Agartala) in Aug 2016
Interview
Oracle GBU visited our campus. There were 5 rounds in together.
Round #1: Aptitude and Common Data structure questions
Round #2: Coding Round
Round #3: Interview 1
Round #4: Interview 2
Round #5: HR Round.
Interview questions [1]
Question 1
* What happens when a url is typed in your chrome and pressed enter. (I gave a convening answer)
* What all problems you see while you book a tatkal ticket and how would you tackle the problem when the website becomes overloaded. (Was able to relate to basic OS concepts)
* Given a equilateral triangle, and at each vertex of the triangle there is an ant. Ant will only move on the lines connecting vertices, also each ant will move with same speed. What’s the probability that any two ants meet. (Solved but took time)
* Given X squares (1X1 dimension), can you place it on a plane and form a big square using them, if so, write a program which could verify on each input X. (I was able to give two approach- using inbuilt functions, and using prime factors)
* You need to write a code which could tell the first number N, which has X factors. (I was able to tell brute force and prime factorization method – he was impressed with my second approach)
* Given a database definition and you need to normalize it. (I haven’t done problems like this before, so was unable to solve it)
* Define meta-log, schema
* He finally asked the 2 egg and 100 floor question.