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.
Domande di colloquio [1]
Domanda 1
The first question was something like:
a = 10
b = 20
a, b = b, a
What is the result?
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Oracle (Kānpur, Uttar Pradesh) nel mese di dic 2025
Colloquio
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
Domande di colloquio [1]
Domanda 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.
Domande di colloquio [1]
Domanda 1
DSA question was to rotate a matrix in clock wise and anti clock wise direction alternatively.