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
Interview questions [1]
Question 1
dbms and oops concepts
and a dp medium coding question , as far as dsa is concerned - prepare striver sheet properly
I applied through college or university. The process took 1 day. I interviewed at Oracle (Bengaluru)
Interview
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.
Interview questions [1]
Question 1
design LRU cache and implementation of trie data structure.
I applied through college or university. The process took 5 days. I interviewed at Oracle (Nāgpur, Maharashtra) in Oct 2025
Interview
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.
Interview questions [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.