Company Name : Oracle (Server Technology)
Oracle procedure consists of
1) Written Round
2) Coding Round
3) 2-3 Technical Rounds and 1 HR Round
1) Written Round (90 minutes)
The written round was common for Server Tech, App Dev & OFSS profiles. It was an online
round having the following sections:
a) Quantitative Aptitude
b) Data Interpretation
c) English & Vocabulary
d) Technical (C/C++, Java, DS, Algo, OS, DBMS, Networking)
The questions were of moderate difficulty. Each section had a separate cut-off.
2) Coding Round (30 minutes)
The next round was an online coding round. One question was given and we were required to solve that question in 30 minutes. The languages allowed were C, C++ and Java.
There was no elimination in this round.
Based upon the performance in the above two online tests people were shortlisted for the interview process for different profiles.
Interview Round 1 (Tech + Project – 45 minutes)
This round began with my introduction. After that he gave me the following problem to solve:
You are given a two dimension matrix of characters. You are also given a String (character pointer). You have to find whether that string could be formed in that grid. You can move in the following directions: namely right, left, up, down & diagonal (forward and backward). But you can search the word by moving in only one direction at a time (i.e. if after the first letter, the second letter has been found by moving right then the subsequent letters also must
be matched by moving right only. You cannot change the direction.). I gave him my approach using the Backtracking algorithm. He said that he liked my approach and asked me to write the full working code. He was very helpful and gave me hints whenever I was stuck. After a few minutes I wrote the code in C++.
It is very important that you take into account all the corner cases and write the code as efficient as possible.
Then he asked me the different sorting algorithms that I knew and asked the space and time complexities of each.
Then he shifted his focus towards my projects. He asked me every minute details of my project. He asked the technologies that I used the shortcomings and asked me how I plan to overcome them.
After about 2 hours I was called for the next round.
Interview Round 2 (Tech – 30 minutes)
This round also started with my introduction. Next he asked me that how would I explain Quick Sort and Merge Sort algorithms to a layman. He asked me the differences between Merge Sort and Quick Sort and which algorithm fits better in which situation.
Then he gave me a design question. You have to design a lift system with 3 lifts which can either be moving (up or down) or stationary. Whenever anyone presses the lift button then that lift should be chosen to move which reaches the floor in minimum time. He then extended the question to multiple lift requests and asked me to write an efficient code for the same. He gave me a hint to utilise the threading concept.
After that he asked some basic questions on OS and Networking like the difference between semaphores and mutex, process state diagram, difference between threads and processes, TCP, DNS etc.
After about 10 minutes I was called for the next round.
Interview Round 3 (HR – 10 minutes)
This round was mainly conducted to know about my interest in their offer and in my field (Computer Science). She read my resume completely and asked me about almost everything in it- my hometown, the details about my summer internship, my current rank (in my branch), my hobbies etc. Then she asked me whether I would try for other companies even after getting the offer from Oracle. I obviously said no with decent explanation.
Finally she told me about some formalities about joining and location and if I have any problems with it, again and obviously I said no
After about half an hour, one of the interviewers came out and formally announced “YOU ARE SELECTED”
Similar Reads
Oracle Interview | Set 6
I was referred by a friend and all the interviews are held at Oracle office, Hyderabad. None of the expenses would be reimbursed by Oracle. F2F1: (1 hr) (With hiring manager) As i was working in Payroll team in my current company, lot of questions were asked about it. He made me explain whole archit
2 min read
Oracle Interview | Set 1
I attended the Oracle Server Technology interview at  Banglore. They started with a PPT followed by a written test. Then two rounds of technical interview and then HR. Finally result got declared after a week and got selected thank you geeks for geeks. You are expected to write a algorithm/pseudo co
2 min read
Oracle Interview | Set 7
On line test consist of 4 sections analytical, quant, computer science and English. Coding on paper(45 min): Based on scores they shortlisted for ST, APPS and Finance profile. myself shortlisted in ST profile. On interview day 0th round(no elimination): given 3 questions: 1. Given array of 14 intege
2 min read
Oracle Interview | Set 2 (On-Campus)
Oracle Interview-Server Tech. ========== Round 1: ========== 1. Explain Tree traversals. Given a inorder and postorder construct a tree 2. What is fork? How many total processes on execution of three frok statements. Justify your answer with diagram 3. What are JOINS in DBMS, their types and give ex
2 min read
Oracle Interview Preparation
Here, you can find all the technical resources (articles, coding problems, subjective problems, video tutorials and interview experiences) that are helpful in preparing for "Oracle Interview" !! Company's Wikipedia URL: Oracle Company's Website URL: www.oracle.com Popular ArticlesProgram for Armstro
2 min read
Oracle Interview Experience | Set 45
I was interviewed for Oracle Hyderabad for Java developer role. The interview was at Noida office. 1st round: Tell me about yourself. Programming questions on anagrams. 2-3 puzzles 2nd round: Programming questions on stacks and queues. Check for balanced parentheses in an expression - GeeksforGeeks
1 min read
Oracle Interview Experience
I recently went through the interview process at Oracle, which comprised three rounds: two technical and one HR. This experience gave me a comprehensive understanding of the company's expectations and culture. Round 1: Technical Deep DiveThe initial technical round began with a discussion about my c
2 min read
Oracle Topics for Interview Preparation
Table of Content Easy LevelMedium LevelHard LevelEasy LevelBinary SearchCheck if a number is PalindromeHeap SortMerge SortPrint the string after the specified character has occurred given no. of timesProgram for Armstrong NumbersQueue | Set 2 (Linked List Implementation)Write one line C function to
2 min read
Oracle HCM Interview Experience
Round-1 -written at their office(coin change, basic string encoding problem) Round-2 -linked list merge point with corner cases and code -coin change problem greedy approach -java comparable and comparator discussion Round-3 -Reading file using threads -sql query on joins * Project structure which y
1 min read
Oracle Interview | Set 10 (For Server Technology)
Hi all. I would like to share my experience about my recruitment process with ORACLE. Oracle procedure consists of. 1) Online aptitude Round 2) Coding Round 3) 2-3 Technical Rounds and 1 HR Round Written Round (90 minutes) The written round was common for Server Technology, Application Developer & O
3 min read