Glassdoor users rated their interview experience at Oracle as 66.7% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for HR Administrator and Territory Manager rated their interviews as the hardest, whereas interviews for HR Administrator and Sales Consultant roles were rated as the easiest.
The hiring process at Oracle takes an average of 49 days when considering 3 user submitted interviews across all job titles. Candidates applying for HR Administrator had the quickest hiring process (on average 21 days), whereas Sales Consultant roles had the slowest hiring process (on average 90 days).
The talent manager was friendly and communicative during the initial screening call & emails.
The 2nd interview with the hiring manager was the standard affair — heard more about the role, nature of the work, and talked through specific project experience.
I was told I would hear back with a decision within a week but received no further communication from either the talent manager or hiring manager, despite a polite email requesting an update.
Interview questions [1]
Question 1
Talk through an example of product/feature you've designed
I applied online. The process took 3 days. I interviewed at Oracle in Jan 2024
Interview
Sem feedback após entrevista, não dão oportunidade, empresa fraca, não contratam juniors, empresa busca senioridade em vagas juniors, entrevista mal feita, espero conseguir uma vaga em uma melhor, está empresa não é boa para novatos, não oferece ambiente amigável
I applied through a recruiter. The process took 1 week. I interviewed at Oracle (Hyderabad) in Apr 2025
Interview
Oracle HR reached based on job portal details.
Initial impression was focus will be more on DSA but surprisingly focus was more on Java.
In-depth java knowledge was expected.
Total of 4 rounds
Interview questions [1]
Question 1
What is synchronised
How memory management is done in java, why heap and stack only used in java
String immutability, why is it called. What happens when you store a variable
What is System.out.print
What are static variables and why used, static vs nonStatic
ObjectClass functions like: toString() ..give examples and how are they implemented
What is HashCode and equals
What is singleTon design principle. Write code for it. How are you going to scale if more instances need to be added
DSA: given (a,b) and (c,d) you can add b to a and a to b, such that a=c, b=d
If this pair is possible return true, in recursion