I applied through university. The process took 4 weeks. I interviewed at Oracle (Champaign, IL)
Interview
Pretty standard - on-campus interview, followed by in person interview with three engineers. Final interview with the VP of engineering. Each of the in-person interviews involved coding a solution to a given problem in about 30 minutes. The coding was done in private - that is, the interviewee was left alone to solve the problem without the interviewer being present. The problems were all very typical computer science problems. Knowledge of data structures and algorithms was the focus. There were no brain-teaser/gotcha type questions in any of the interviews. Culture fit was also, I believe, a component - questions about hobbies, etc.
Interview questions [1]
Question 1
Implement a string sorting algorithm in C without the use of any standard library calls.
decent amount of DSA and System design were asked, and behavioral questions. so prepare leetcode level questions and good amount knowledge in sql, java and also mostly oracle sql. overall it was good
First online assessment. Then 2 interview rounds + 1 hr round. This was during campus placement. In interviews they mainly asked about dsa, os concepts, logical questions and some system design questions also.
I applied through other source. I interviewed at Oracle (Seattle, WA)
Interview
i got a return offer from internship, and I had to do one additional technical interview because I was switching branch. He first asked me a OOP question, and then leetcode medium level question.
Interview questions [1]
Question 1
What is BST? Write a function that verifies if it is a BST.