J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Oracle (Bengaluru)
Entretien
So Oracle came for on campus recruitment (tier1).
Interview process consists of 4 rounds. 3 technical and 1 HR.
In first the interviewer asked me about the projects I mentioned in my resume and easy-medium DSA question based on hashing.
In second round some discussion on resume and then the classical maximum profit in stock prices and follow ups based on the number of transactions.
In third round they asked me to design LRU cache and implementation of trie data structure.
In HR round general HR questions.
Questions d'entretien [1]
Question 1
design LRU cache and implementation of trie data structure.
Asked some dsa and also mostly dbms , just mention the concepts that u know on ur resume , and prepare those topics perfectly ,
highly recommended - dbms and oops
Questions d'entretien [1]
Question 1
dbms and oops concepts
and a dp medium coding question , as far as dsa is concerned - prepare striver sheet properly
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 5 jours. J'ai passé un entretien chez Oracle (Nāgpur, Maharashtra) en oct. 2025
Entretien
I had 3 interviews, 2 technical interviews each lasted around for 45 minutes with topics DSA, OOPs, Networks, Operating Systems etc. and last one technical + HR round which was for 30 minutes.
Questions d'entretien [1]
Question 1
Given a matrix of integers, return the length of the longest strictly increasing path.
You can move only in 4 directions.
Expected: DFS + DP memoization.