La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Oracle (Nuova Delhi)
Colloquio
This was a campus placement. The company came for 2 roles Application developer and Server Technology.
The first round was MCQ online test. This was pretty easy except the flow diagrams which were a bit tricky to solved.
The next round was the interview round. It was done over a zoom call. In the 1st round of interview, I was asked about myself. I also told the interviewer about my projects. Then he asked about some basic data structures and I told all the answers. They were pretty easy to be honest.
Next he told me to write a program to find Kth largest element in a linked list. I had to think about this. The first thing which came to my mind was what extra work was I doing while sorting to find "Kth largest" element.
I knew I had to do partition scheme of quick sort to search the element but when I was telling him the approach, he stopped me and told just to write the code. So I have 8 mins to write the code and at the same time I have to write the linked list class implementation(5min) and then when I was writing the function for it( a driver and a partition scheme function ) he stopped me and told the time is up.
He later asked me about the explanation and I told him the approach and it was working perfectly fine and told we cannot do better than O(n). After the interview I was content with my explanation and later checked that it was the optimal solution.
However I wasn't called for next round interview despite giving all the right answers. I was pretty depressed as to why I got rejected. I ruminated long for where I went wrong and still not able to find out :(
Domande di colloquio [4]
Domanda 1
Round 1 - MCQs contained aptitude, computer knowledge, english questions
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.