Envié una solicitud electrónica. El proceso duró 2 días. Acudí a una entrevista en Oracle (Nueva Delhi) en sept 2020
Entrevista
Oracle visited our campus for virtual hiring for two roles, Server Technology Role and Application Engineer Role.
Around 500 students appeared for the online test.
Round 1 Online Test (107 mins): Firstly they conducted an online test on their own platform which was proctored (Camera and Mic). The test consisted of many sections and each section has subsections that had a fixed amount of time for attempting.
Aptitude, DSA Concepts(mainly AVL, Threaded Binary Search Tree, Flow chart completion), CS subjects theory from OS, DBMS, OOP’s, Software Engineering. And some English based aptitude and reasoning.
Around 40 students were shortlisted for each profile for further process. I was selected for the Application Engineer profile.
Preguntas de entrevista [1]
Pregunta 1
The round started with an introduction of both myself and the interviewer.
I was asked just one coding question in this round, I had to write a full working code on a shared coderPad.
The question was given an arithmetic expression like 4+(5*2)/3-1, I had to determine whether the given arithmetic expression is valid or not.
https://codereview.stackexchange.com/questions/181606/determine-if-simple-arithmetic-expression-is-valid/181657
I told him a stack-based approach he was satisfied, then he asked me to do it without using stack, I was able to code that too.
Then for each of my approach, he gave 18-20 test cases to pass which were having different errors like unbalanced parenthesis or consecutive operands together ( 4++2) both of my approaches passed all the test cases
Finally, he gave me 2 test cases that contained space like (4 2).. my stack solution gave the wrong answer for this I was going to rectify the solution but due to the paucity of time, he said its alright.
I was selected for the next round.
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.