Java Software Developer applicants have rated the interview process at Oracle with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 67.7% positive. This is according to Glassdoor user ratings.
Candidates applying for Java Software Developer roles take an average of 30 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Oracle overall takes an average of 58 days.
Common stages of the interview process at Oracle as a Java Software Developer according to 2 Glassdoor interviews include:
Group panel interview: 100%
Here are the most commonly searched roles for interview reports -
First round technical interview of 1hr. Interviewer was very calm and started from easy to medium questions. Should have good understanding of SpringBoot and Java Advance like collections. Asked to write a program to find set of array segments(i to j index) whose sum is 0 in an Array without changing the order of elements in the array. Solve in O(n).
Interview questions [2]
Question 1
Dynamic Programming on Arrays/Lists. Asked to write a program to find set of array segments(i to j index) whose sum is 0 in an Array without changing the order of elements in the array. Solve in O(n).
Start of with usual interview regarding your experience. Will ask also about your skill level about a certain technology. Lastly, candidate will undergo live technical exam which is under a time limit.
I applied through a recruiter. I interviewed at Oracle (Hyderabad) in Dec 2023
Interview
Process is Offline and conducted at campus.
In situations where an interviewer emphasizes Data Structures and Algorithms (DSA) over Java-specific questions, it's essential to convey your proficiency in both areas.
Not asked many questions
Interview questions [1]
Question 1
1:- Difference between method overloading and overriding with real time examples.
2:-Coding Question:--Optimal way to solve the the Closest Palindrome for given n integer, where n >=1 to 10^8