I applied through college or university. The process took 3 days. I interviewed at Oracle (Mumbai) in Feb 2019
Interview
Nice process, 3 Intw rounds with quick feedback. Questions were fairly based on Scenarios and my current skills.
Overall it was a smooth process. It took around 20 days to get the offer letter
I applied online. I interviewed at Oracle in Apr 2019
Interview
Applied online (Entry level hire),
Contacted by recruiter to apply for a max of 7 teams,
I was scheduled phone interviews from two teams on the same day
Interview questions [1]
Question 1
1. Technical projects, why this design, how did you handle problem x,
2. Given a head of a linked list, detect if there is a cycle, if present print the start of cycle else print null
I applied through college or university. The process took 4 weeks. I interviewed at Oracle (Redwood City, CA) in Feb 2017
Interview
there are 3 round interview. 1 phone, interviewa, 2 onsite interviews. Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.
Interview questions [1]
Question 1
Assume we are dealing with an environment which could only store integers within the 32-bit signed integer range: [−231, 231 − 1]. For the purpose of this problem, assume that your function returns 0 when the reversed integer overflows.