Oracle Interview Experience [2019 | Reject]
Anonymous User
11036

Hello All,

So, I gave two phone interviews for oracle.

OCI | Phone Interview 1 | Roman to Integer: https://leetcode.com/problems/roman-to-integer/
OCI | Phone Interview 2| LRU Cache: https://leetcode.com/problems/lru-cache/

Both the interviewer were very helpful and they did ask resume based and behavorial questions for the interviews.

Onsite interview update:

There were 4 rounds with a lunch interview.
Round 1: Behavorial questions and one coding challenge. The question is:
Input: abcaade, c , d, k = 2
Output: boolean
Here, it should be true as the distance between c and d is less or equal to 2.

Round 2: A behavorial question and system design round.

Round 3: Lunch with lots of behavorial questions.

Round 4: Again a coding round with behavorial questions. The coding question is as follows:
Input: arr[] = [3,5,6,8,12,17]
Output: boolean
Intially you start with k = 1, now you can take k, k + 1 or k - 1 steps. So from 3 you can take k = 2 and go to 5. So you have check that if we can go the last step (17).

Round 5: Coding challenge again with behavorial challenge. Here, the question was:
Input: /foo/2/3
List: /foo
/foobar
/foo/bar
So here the output should return /foo as a String as that is where the address will point. You just have to find the address where URL will point.

This basically sums up my interview experience, I was given rejection in 2 days. I solved all of the questions in the interview, some with little bit of help from the interviewer. But, they are very nice and helpful people, if you ask proper questions they will be helpful.

Comments (12)