Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 días. Acudí a una entrevista en Oracle (Agartala) en ago 2016
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en Oracle (Kānpur, Uttar Pradesh) en dic 2025
Entrevista
3 rounds. Round 1-dsa, sql, overall system architecture for similar system to makemyshow, sorting algos. Round-2 dsa, database designing. Round-3 all questions purely on resume. Plus, one small hr round
Preguntas de entrevista [1]
Pregunta 1
Database(tables n attributes and all) designing for automation of library.
OA round , 2 technical rounds , 1 HR round , In technical round foucys on projects and dsa . Asked meduim to difficult questions. Rounds were medium level only . It was on campus interview
They asked me one question on DSA, OOPs concept and SQL.
They asked me to write the code and then explain it.
And also had a discussion on one of the project.
Preguntas de entrevista [1]
Pregunta 1
DSA question was to rotate a matrix in clock wise and anti clock wise direction alternatively.