I applied through college or university. The process took 2 months. I interviewed at Oracle (Guadalajara, Jalisco) in Oct 2015
Interview
I applied through college career fair. First, I had to do a simple test about sorting, nodes. I believe this result does not affect at all on your application process. Then I got scheduled a technical interview. You meet with your interviewer and apparently you are supposed to solve 2 problems. I barely finished one, I wasn't expecting a DP problem to be honest, and yeah my interviewer told me that he wasn't looking for an exact solution, just to see how you handle a problem and give one possible solution. I thought I didn't do ok because I didn't solve those 2 problems but after 2 weeks I got scheduled for an interview via skype. It was one problem, and they were looking for a specific answer which I was able to give. Then I got contacted by HR and they told me that I got in! But I haven't accepted it yet.
Interview questions [4]
Question 1
Matrix mxm with 0s and 1s. I got asked to find the maximum sequence of 1s that formed rectangles.
There are three boxes, one contains only apples, one contains only oranges, and one contains both apples and oranges. The boxes have been incorrectly labeled such that no label identifies the actual contents of the box it labels. Opening just one box, and without looking in the box, you take out one piece of fruit. By looking at the fruit, how can you immediately label all of the boxes correctly?
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.