Open In App

Oracle Interview Experience(Application Developer)

Improve
Improve
Like Article
Like
Save
Share
Report

Interviewed in 2018.

Online Test (Test Duration was 100 minutes):

  1. Aptitude
  2. Verbal
  3. Coding Skills Question: Output Questions in C, C++, and Java.
  4. Computer Science Knowledge: Data Structure, DBMS and Operating System.

All above sections had subsections and each subsection had the time limit. It was not so easy, so prepare it very well especially aptitude and verbal.

 

66 students out of 230 were shortlisted for interviews.

Rounds have no time limit. They were flexible with time and gave us more than sufficient time. They are flexible with any language for writing code but you should know java.

Round 1:

First, he asked me to explain the term paper on “Cloud Computing” which I mentioned in my resume. Then he asked two coding questions. We discussed many approaches and then I did implementations. One question was easy and I was asked to write it’s code in Java and one was an intermediate level question. Then he asked java concepts and SQL queries.

Round 2:

  1. List of numbers was given. Arrange numbers in decreasing order of their frequencies and if two numbers have the same frequency then arrange in increasing order of their value.

Ex:    3, 4, 4, 4, 4, 5, 5, 5, 2, 2, 2.

Ans: 4, 4, 4, 4, 2, 2, 2, 5, 5, 5, 3.

  1. Spiral order of tree using only one data structure i.e. you are not allowed to use two stacks.
  2. Define tables and make ER Diagram on WhatsApp application.

Round 3:

One question on the graph which was asked to all the students who were qualified for this round. This round was highly elimination round.

The question was, given cities and roads connecting them. We have to find the shortest path between source city and destination city. It was based on Dijkstra’s Algorithm.

Round 4:

Two puzzles. One was very easy. The second one was “I have given four 7’s and ‘+’, ’-‘, ’*’, ’/’, ’%’, ’.’ as operators. I can use operators as many times. Write an expression to get an answer 100.

Ans: (7*7)/(.7*.7)

Round 5:

It was an HR Interview. Questions were:

Tell me something about yourself?

What is your Goal?

What are your strengths and weaknesses?

If not Oracle then which company will you choose and Why?

How Oracle is fit for you?

 

None of the questions have any specific answer but be reasonable for your answers.

 

Oracle Team was very comfortable during interviews.

All the Best!


Last Updated : 29 Sep, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads