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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

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

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Dsa question was asked based on recursion
  • Q2. Core concepts related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Problem solving abilities test

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge in DSA is must

Senior Project Engineer Interview Questions asked at other Companies

Q1. Types of road:- 1 Flexible pavements .... .. . 2 Rigid pavements Flexible pavement:- embankment thickness 3m,large size soil particles 75mm lumps and cloud. Liquid limit <50% ,plastic limit<25%, swelling and shrnkag<50%, cbr as per... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest non repeating subsequence in a string
  • Ans. 

    Find the longest subsequence in a string without repeating characters.

    • Use a sliding window approach to keep track of the characters seen so far.

    • Update the start index of the window when a repeating character is encountered.

    • Keep track of the longest subsequence length seen so far.

  • Answered by AI
  • Q2. Conceptual based on Java

Interview Preparation Tips

Topics to prepare for Oracle Senior Software Engineer interview:
  • Core Java
  • leetcode
Interview preparation tips for other job seekers - Practice leetcode daily only then one will be able to solve the coding question.

Skills evaluated in this interview

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
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Technical 

(1 Question)

  • Q1. C# core questions
Round 2 - Technical 

(1 Question)

  • Q1. What is auto event wireup
  • Ans. 

    Auto event wireup is a feature in ASP.NET that automatically connects events to event handlers based on naming conventions.

    • Auto event wireup simplifies event handling by automatically connecting events to event handlers without needing to manually wire them up in code.

    • In ASP.NET Web Forms, auto event wireup is enabled by default, but can be disabled by setting the AutoEventWireup attribute to false in the Page directiv...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Dense rank in sql
  • Ans. 

    Dense rank in SQL is a function that assigns a rank to each row in a result set with no gaps between the ranks.

    • Dense rank is used to assign unique ranks to each row in a result set, with no gaps between the ranks.

    • It is similar to the RANK function, but does not leave gaps in the ranking sequence.

    • For example, if two rows have the same value and are ranked 1 and 2, the next row will be ranked 3, not 2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst people ever in the interview rounds who never did coding in their life

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 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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked me to write code on paper for count inversions

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Get interview-ready with Top Oracle Interview Questions

IT Consultant Interview Questions & Answers

user image lucky rana

posted on 9 Jan 2025

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

The interview consisted of four straightforward questions focused on stacks, linked lists, and arrays.

IT Consultant Interview Questions asked at other Companies

Q1. Tell me if your system is infected by a virus how you will recover the data.
View answer (1)

Jobs at Oracle

View all

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

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

2 coding problems are asked, find missing number and how to reverse a list

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Developer | SQL and PL SQL Developer interview

user image Siva Academy

posted on 24 Nov 2021

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

(1 Question)

  • Q1. Mostly in resume discussion
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on resume discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation and finalisation

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 (9)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medical terminologies

Data Annotation Engineer Interview Questions asked at other Companies

Q1. What do you know about data annotation?
View answer (1)

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

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

2-4 Yrs

₹ 5-12 LPA

Senior Java Developer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

6-9 Yrs

₹ 14.4-33 LPA

Program Manager

Bangalore / Bengaluru

5-10 Yrs

₹ 6-19.15 LPA

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 - ₹25 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.1
Compare

IBM

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