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
Domande di colloquio [1]
Domanda 1
dbms and oops concepts
and a dp medium coding question , as far as dsa is concerned - prepare striver sheet properly
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Oracle (Bengaluru)
Colloquio
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.
Domande di colloquio [1]
Domanda 1
design LRU cache and implementation of trie data structure.
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Oracle (Nāgpur, Maharashtra) nel mese di ott 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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.