I applied through college or university. The process took 1 week. I interviewed at Oracle (Hyderâbâd) 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.
I applied through college or university. The process took 2 days. I interviewed at Oracle (Hyderâbâd) in Jan 2017
Interview
There was a written test comprising of 4 sections and guys are shortlisted based on the relative performance.
1st Tech Round:
very general questions asked, from maths, java, data structures and asked me to write 2 programs
2nd tech round:
very casual questions, asked whether I am interested in oracle or not.
hr round:
asked my interview experiences, asked whether I had any offer in hand.
offered me a wait list offer.
Interview questions [4]
Question 1
write a program to count the numbers of words and the frequency of each character in a given string?
How can you judge the speed of a computer, what is clock speed, how is it related to speed of computer, Why is ram important for executing programs, what is virtual memory.