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 (Bengaluru)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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
Preguntas de entrevista [1]
Pregunta 1
dbms and oops concepts
and a dp medium coding question , as far as dsa is concerned - prepare striver sheet properly
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 5 días. Acudí a una entrevista en Oracle (Nāgpur, Maharashtra) en oct 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.