The first interview was a technical interview, where the interviewer showed me about 10 different Python code blocks (python was the language used for this position) and had me identify whether they include an error or not. I'd say the difficulty of this was easy to moderate - included things like tuple unpacking, list comprehension, a simple while loop, class vs. instance variable. I did pretty well on the interview, and the interviewer seemed to think that way too, but unfortunately, he said the position was canceled, and I did not get to move to the next process.
Preguntas de entrevista [1]
Pregunta 1
The first question was something like:
a = 10
b = 20
a, b = b, a
What is the result?
Me postulé a través de una facultad o universidad. El proceso tomó 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.