Open In App

Oracle Interview Experience

Cutoff: 7 CPI

Oracle came here with two profiles, Applications Development and Server Technologies. The written test was common for both the profiles.



Written Test (Initial Screening Round): The written test consisted of 4 parts. Each part had a few more sub-parts which are to be answered in 120 mins.  

  1. Grammatical, spoken English, and passage analysis.
  2. Analytical, Mathematical reasoning.
  3. Programming skills. (Data structures, C++, Java)
  4. Technical knowledge. (Operating Systems, DBMS)

Around 40 students were shortlisted for ST and 42 students were shortlisted for Application Development. I was shortlisted for Application Development Role.



Round 1(Technical Interview): The interviewer first introduced himself and then asked me for an introduction. He asked some normal questions like how I am feeling, how was my day, how was written test was. He made me comfortable then asked 2 coding questions. 

  1. https://www.geeksforgeeks.org/floor-square-root-without-using-sqrt-function-recursive/amp/ Initially, I have told him a brute-force approach of O(n). He asked for optimization. Then I have given a binary search approach. He agreed to that and asked me to write code for that. I had written the code in 5 mins then he asked me to dry run on some test cases.
  2. https://www.geeksforgeeks.org/print-all-triplets-with-given-sum/amp/. I have proposed two approaches one was sorting + two pointer-based and other one was map-based. He asked me to explain both the approaches and at the end he asked me to code sorting based approach. I had written the code in 10 mins and then dry run the code for the given test case.

After 5 mins I got a call for the second round.

Round 2(Manegarial Interview): There was only one member in the panel. 

After 3 hours I was informed by the Placement team that I am selected by Oracle.

Article Tags :