I applied through college or university. I interviewed at Oracle (Gāndhīnagar, Gujarat)
Interview
1st round is of OA.
It's on campus hiring. So, everyone got the link.
After that, they selected approx 70 students for technical interview in which they asked DSA and SQL Qs.
There were 3 technical interviews.
At last, selected 6 students from my college.
I applied through college or university. I interviewed at Oracle (Bengaluru) in Sep 2025
Interview
its good , they ask basic quistions regarding oops , dsa, system design and computer networks. they will check ur thought process and basic things regarding computer science core.they do ask about the projects we done throughout our college and they will ask end to end development process.
I applied through college or university. The process took 1 week. I interviewed at Oracle (Hyderabad) in Jul 2025
Interview
The Oracle SDE fresher interview process usually involves 3-4 rounds. It begins with an online coding assessment focusing on Data Structures and Algorithms (DSA). Subsequent technical interviews assess DSA, problem-solving, database/SQL, and core computer science fundamentals (OS, networking, OOPs). The final round is typically a managerial/HR discussion focusing on behavioral fit and project work.
Interview questions [1]
Question 1
"Given an array of integers, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum." (This is Kadane's Algorithm, a classic dynamic programming question often used to gauge fundamental DSA skills.)