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

Updated 24 Feb 2025

Top Oracle Interview Questions and Answers

View all 643 questions

Oracle Interview Experiences

Popular Designations

846 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy DSA question from String
  • Q2. Easy DSA question from Hashmap.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 technical rounds based on DSA and Java.
I think next round may be of Managerial round if got selected

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for designing a thread-safe concurrent transaction application?
  • Q2. Find middle element of linkedlist

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

1 coding questions and OS, CN and DBMS mcqs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops questions were asked and code on paper
  • Q2. Project discussion and DSA questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project discussion and DSA questions
  • Q2. SQL and database questions
Round 4 - HR 

(2 Questions)

  • Q1. Project discussion and DSA questions
  • Q2. Puzzle and normal hr questions

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)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Was easy, basic fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on resume and DevOps and basic array questions
Round 3 - Technical 

(1 Question)

  • Q1. Asked questions regarding projects and dsa
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round

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)

Oracle interview questions for popular designations

 Software Developer

 (63)

 Application Developer

 (36)

 Software Engineer

 (36)

 Senior Software Engineer

 (31)

 Member Technical Staff

 (22)

 Applications Engineer

 (21)

 Senior Consultant

 (18)

 Associate Consultant

 (15)

Software Engineer Interview Questions & Answers

user image nitant lakhera

posted on 6 Jan 2025

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

(1 Question)

  • Q1. All question was related to java
Round 2 - Technical 

(1 Question)

  • Q1. Question was related to java

Top Oracle Software Engineer Interview Questions and Answers

Q1. Reverse Words in a String: Problem Statement You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading or trailing spaces. The output should... read more
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (185)

Get interview-ready with Top Oracle Interview Questions

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

(2 Questions)

  • Q1. Debugging code snippets mostly class and pointers related questions
  • Q2. Logical aptitude questions like car tyre changing for max distance

Top Oracle Application Developer Interview Questions and Answers

Q1. Minimum Cost to Connect All PointsYou are given an array, ‘COORDINATES’ that represents the integer coordinates of some points on a 2D plane. Your task is to find the minimum cost to make all the points connected where the cost of connectin... read more
View answer (3)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -&g... read more
View answer (6)

Jobs at Oracle

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. 3 Simple coding questions.
  • Q2. Discussions around Projects, AI Java, and SQL concepts.

Top Oracle Principal Software Engineer Interview Questions and Answers

Q1. Implement Linked list with add, display, insert at end and delete operations.
View answer (1)

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

(1 Question)

  • Q1. One coding question
Round 2 - One-on-one 

(1 Question)

  • Q1. Reverse linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - they consider students with 8+ cgpa

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your neme
  • Q2. What are your qualifications
Round 2 - Coding Test 

Strings, Arrays, Stacks, Queues

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Member Technical Staff Interview Questions & Answers

user image Jayraj Singh Bundela

posted on 15 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are the key components and considerations for low-level design in a healthcare system?

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)

Oracle Interview FAQs

How many rounds are there in Oracle interview?
Oracle interview process usually has 2-3 rounds. The most common rounds in the Oracle interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Oracle interview?
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 Oracle, Java, Javascript, Python and SQL.
What are the top questions asked in Oracle interview?

Some of the top questions asked at the Oracle interview -

  1. Tell me about the OS your phone uses? What are the other phone operating system...read more
  2. Puzzle: – Two persons X and Y are sitting side by side with a coin in each’...read more
  3. 1. Write a program to remove duplicate elements from String and mention the cou...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

based on 619 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 870 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 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
Oracle Fusion SCM Technical Consultant (PAN India)

Kolkata,

Hyderabad / Secunderabad

+1

4-9 Yrs

₹ 15-30 LPA

Oracle Fusion SCM Technical Consultant (PAN India)

Gandhinagar,

Chennai

+1

4-9 Yrs

Not Disclosed

Oracle Fusion SCM Technical Consultant (PAN India)

Noida,

Bangalore / Bengaluru

+1

4-9 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.1 L/yr - ₹25 L/yr

Principal Consultant
2k salaries
unlock blur

₹14 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.7 L/yr - ₹30 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