I applied online. The process took 1+ week. I interviewed at Oracle in Apr 2019
Interview
I had an initial phone interview where some general questions about my background was asked. Then some basic java related questions were asked. A graph was given and the distance/hop count was given. I was asked to return the list of nodes which are at that specific hop count away from the root node. Also how to delete a doubly linked list was asked.
Interview questions [1]
Question 1
A graph was given and the distance/hop count was given. I was asked to return the list of nodes which are at that specific hop count away from the root node.