Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oracle Team. If you also belong to the team, you can get access from here

Oracle Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oracle Interview Questions, Process, and Tips for Experienced

Updated 31 Jan 2025

Top Oracle Interview Questions and Answers for Experienced

View all 156 questions

Oracle Interview Experiences for Experienced

Popular Designations

314 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question 1(Medium)
  • Q2. Question 2(medium)
Round 2 - Coding Test 

DSA, java, previous projects

Top Oracle Member Technical Staff Interview Questions and Answers

Q1. Regular Expression MatchGiven a string ‘str’ and a string ‘pat’. The string s has some wildcard characters i.e ‘?’ and ‘*’. If any character is a ‘?’ we can replace that character with any other character. If a character is a * we can repla... read more
View answer (3)

Member Technical Staff Interview Questions asked at other Companies

Q1. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the price of a particular stock for the next ‘N’ days. You can either buy or sell a stock. Also, you can only complete at most 2-transactions. Find the maximum profit that you ca... read more
View answer (4)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked related to SQL and manual testing
Round 2 - Technical 

(1 Question)

  • Q1. Asked questions related to java selenium and manual testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Few technical and few behavioural questions were asked

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA questions
1. Sort array containing only 0,1,2 as elements inplace.
2. Identify and remove linked list

Round 2 - Coding Test 

DSA questions based on graphs
Asked to implement Variant of Dijikstra algorithm
Vertical order traversal
Several puzzle

Round 3 - Technical 

(2 Questions)

  • Q1. LLD round Questions on work in current company Questions on projects
  • Q2. Tech stack and micro services architecture in company.
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round HLD of google drive Advanced data structures questions General technical questions

Top Oracle Senior Software Engineer Interview Questions and Answers

Q1. Find missing and repeating element in an array of 1 to n elements. N is the size of array. Solve in O-n time and O-1 space.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About myself and questions related to tableau

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Oracle interview questions for popular designations

 Software Developer

 (67)

 Application Developer

 (37)

 Software Engineer

 (37)

 Senior Software Engineer

 (32)

 Member Technical Staff

 (24)

 Applications Engineer

 (23)

 Senior Consultant

 (18)

 Associate Consultant

 (17)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Zig zag binary tree
  • Q2. Design instagram

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

Get interview-ready with Top Oracle Interview Questions

IC3 Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 Questions
1. create and sort linked list
2. Binary search leetcode medium

Jobs at Oracle

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Indepth skill set knowledge round
Round 2 - Technical 

(1 Question)

  • Q1. Cloud native approach round
Round 3 - Technical 

(1 Question)

  • Q1. One to one managerial round
Round 4 - HR 

(1 Question)

  • Q1. Salary , benefit discussion

Top Oracle Staff Consultant Interview Questions and Answers

Q1. please write a code for pulling non alphabetic data from a string
View answer (1)

Staff Consultant Interview Questions asked at other Companies

Q1. What kind of QA metrices do you follow in ensuring QA guidelines.
View answer (3)

Oracle Database Administrator interview

user image Yasin Basha

posted on 24 Nov 2021

Full Stack Developer Interview Questions & Answers

user image Gopi Karthikeyan S

posted on 9 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Delete nodes from linkedList if their value matches a certain condition

Round 2 - Technical 

(3 Questions)

  • Q1. Js advanced concepts
  • Q2. Java concurrency
  • Q3. Design patterns
Round 3 - Technical 

(3 Questions)

  • Q1. Implement few design patterns
  • Ans. 

    Implementing design patterns in software development

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it

    • Factory pattern creates objects without specifying the exact class of object that will be created

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated

  • Answered by AI
  • Q2. Questions of microservice architecture
  • Q3. Java 8 tricky coding questions

Skills evaluated in this interview

Top Oracle Full Stack Developer Interview Questions and Answers

Q1. Two SumYou are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target. Note: We cannot use the element at a given index twice. Follow Up: Try to do... read more
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Linked List and Stack
Round 2 - One-on-one 

(1 Question)

  • Q1. 2 question related to Tree and Graph
Round 3 - One-on-one 

(1 Question)

  • Q1. Design Toll system
  • Ans. 

    Design a toll system for collecting fees from vehicles using RFID technology.

    • Implement RFID technology for automatic vehicle identification

    • Set up toll booths with RFID readers to detect vehicles

    • Calculate toll fees based on vehicle type, distance traveled, and time of day

    • Provide payment options such as prepaid accounts or credit card payments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - there were 5 rounds of interview. This round included two rounds of problem solving, one round of system design, and two rounds of behavioural.

Skills evaluated in this interview

Top Oracle Software Developer Interview Questions and Answers

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Oracle Interview FAQs

How many rounds are there in Oracle interview for experienced candidates?
Oracle interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Oracle interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Oracle interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Oracle. The most common topics and skills that interviewers at Oracle expect are Java, Oracle, Javascript, Python and SQL.
What are the top questions asked in Oracle interview for experienced candidates?

Some of the top questions asked at the Oracle interview for experienced candidates -

  1. 1. Write a program to remove duplicate elements from String and mention the cou...read more
  2. 4. What is marker interface? Example of marker interface. Why it is us...read more
  3. 2. Write a program to capitalise all the first letter of a word in a senten...read more
How long is the Oracle interview process?

The duration of Oracle interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Oracle Interview Process for Experienced

based on 156 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 871 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 250 Interviews
View all

Oracle Reviews and Ratings

based on 5.2k reviews

3.7/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.1

Salary

3.9

Job security

3.7

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 5.2k Reviews and Ratings
Java Developer (3 To 7 years)

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

5G Core Testing

Gurgaon / Gurugram

6-11 Yrs

₹ 15-30 LPA

Devsecops Engineer

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.4k salaries
unlock blur

₹10.2 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.9 L/yr

Principal Consultant
2k salaries
unlock blur

₹10.9 L/yr - ₹36 L/yr

Senior Member of Technical Staff
1.8k salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.0
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview