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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Q2. What is the difference between scan vip & node vip?
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Q2. How to identify the master switch in Exadata?
  • Q3. What is spine switch & leaf switch in exadata?
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

Top Oracle Senior Devops Engineer Interview Questions and Answers

Q1. How can one troubleshoot the crashloop error in Kubernetes (k8s)?
View answer (1)

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Invoice creation
  • Q2. P2P Cycle explanation
  • Ans. 

    P2P cycle involves the process of procuring goods or services from a supplier.

    • P2P stands for Procure to Pay cycle

    • It includes steps like requisition, purchase order, goods receipt, invoice receipt, and payment

    • Ensures proper controls and compliance with company policies

    • Integration with suppliers and financial systems is crucial

  • Answered by AI

Oracle Ebs Technical Consultant Interview Questions asked at other Companies

Q1. P2P Cycle explanation
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Rac gg asm dg rman performance tunning
Round 2 - Technical 

(1 Question)

  • Q1. Rac, asm, dg, rman, GG,
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical and behaviour
Round 4 - Behavioral 

(1 Question)

  • Q1. Technical and behaviour and confirmation to commitment to Oracle.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically sound is the first goal to achieve to face Oracle interview.
All technical interviewers are friendly people but they expect minute level of technical skills especially first 2 rounds.
If you can ble to crack first 2 rounds, you may have 90% chances to get selected. Some times it may happen to get on hold due to budget issues.
You wont get able to track the process until they need you to next round over a mail communication. Mostly it is one way communication until you complete the director round.
Your mails wont get entertained until their need.
But luck and hard work definitely help you to achieve Oracle.

All the best.

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 Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort the array of 0,1,2
  • Ans. 

    Sort an array of strings containing '0', '1', and '2'.

    • Use counting sort algorithm to count the occurrences of '0', '1', and '2'.

    • Create a new array based on the counts of each element.

    • Return the sorted array.

  • Answered by AI
  • Q2. All c++ core concepts and oops concept. Find second greatest element in an array without sorting.
  • Ans. 

    Find the second greatest element in an array without sorting using C++ concepts.

    • Iterate through the array to find the greatest element.

    • While iterating, keep track of the second greatest element.

    • Return the second greatest element once the iteration is complete.

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Design quick ecommerce site.
  • Ans. 

    Designing a quick ecommerce site involves creating a user-friendly interface with easy navigation and secure payment options.

    • Focus on a clean and intuitive user interface

    • Implement a robust search functionality for products

    • Include secure payment gateways like PayPal or Stripe

    • Optimize site speed for quick loading times

    • Ensure mobile responsiveness for on-the-go shopping

    • Integrate customer reviews and ratings for trust-buil...

  • Answered by AI
  • Q2. Consumer producer multithreading program.
  • Ans. 

    Consumer producer multithreading program involves multiple threads sharing a common buffer to produce and consume data.

    • Use synchronized data structures like BlockingQueue to handle thread synchronization.

    • Implement separate producer and consumer classes with run methods.

    • Use wait() and notify() methods to control the flow of data between producer and consumer threads.

  • Answered by AI
  • Q3. 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.
  • Ans. 

    Find missing and repeating element in an array of 1 to n elements in O(n) time and O(1) space.

    • Iterate through the array and for each element, mark the element at index equal to its value as negative. If the element is already negative, it is the repeating element.

    • After marking all elements, the positive element's index + 1 is the missing element.

    • Example: Array ['1', '2', '3', '3', '5'] - Repeating element is '3' and mi

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What is expected compensation
  • Ans. 

    Expected compensation should be based on industry standards, experience, skills, and location.

    • Research industry standards for Senior Software Engineer salaries

    • Consider your level of experience and skills

    • Take into account the cost of living in the location of the job

    • Negotiate based on your value to the company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for tech mentioned in the JD.
ORACLE asks DSA questions so prepare them well.

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)

Get interview-ready with Top Oracle Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java concepts based on streams and oops concepts and singleton class
  • Q2. DSA questions like first missing number and rotate array
Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL queries based on group by and implementation of min heap
  • Q2. Scenario based question like what data structure are used
Round 3 - One-on-one 

(2 Questions)

  • Q1. Java based questions like difference between interface and abstract class and spring boot rest API implementation
  • Q2. Permutation of the number without duplicates
  • Ans. 

    Generate all permutations of a given number without duplicates

    • Use backtracking to generate all possible permutations

    • Avoid duplicates by keeping track of used digits

    • Recursively swap digits to generate permutations

  • Answered by AI

Skills evaluated in this interview

Top Oracle Java Developer Interview Questions and Answers

Q1. Find the highest element from a BST and implement insertion operation of BST.
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Oracle

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Coding Test 

Design an circular linked list

Round 2 - Case Study 

Went through the previous projects and asked some design question

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)

Oracle Database Administrator interview

user image edureka!

posted on 24 Nov 2021

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

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

Round 1 - HR 

(1 Question)

  • Q1. Past Experience, Salary expectation, skills
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on previous project and role, Technical Question 5- 6
  • Q2. How can You optimize MySQL queries.
  • Ans. 

    Optimizing MySQL queries involves using indexes, avoiding unnecessary joins, optimizing data types, and using query caching.

    • Use indexes on columns frequently used in WHERE, ORDER BY, and GROUP BY clauses.

    • Avoid using SELECT * and only fetch the columns needed.

    • Optimize data types to use the smallest data type possible for each column.

    • Avoid unnecessary joins and use INNER JOIN instead of OUTER JOIN when possible.

    • Enable qu...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial Questions
  • Q2. Why want to leave the previous company

Interview Preparation Tips

Topics to prepare for Oracle Technical Analyst interview:
  • Html5
  • Java
  • Python
  • MySQL
Interview preparation tips for other job seekers - Prepare according to Job description and resume.

Skills evaluated in this interview

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

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

Codility test. Data structure and algos

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy algrithm
  • Q2. Sorting an array
  • Ans. 

    Sorting an array of strings

    • Use built-in sorting functions like sort() in most programming languages

    • Consider the case sensitivity of the strings when sorting

    • You can customize the sorting order by providing a comparison function

  • Answered by AI

Skills evaluated in this interview

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
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
Devsecops Engineer

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Principal/ Senior Member of Technical Staff

Bangalore / Bengaluru

6-11 Yrs

₹ 13-28 LPA

Senior Flexcube PLSQL Developer

Mumbai,

Pune

+1

7-12 Yrs

₹ 15-30 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 - ₹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