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

Clear (1)

Oracle Senior Software Engineer Interview Questions, Process, and Tips

Updated 12 Jan 2025

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.
  • Q2. Write code on multi threaded example? Like create two threads and synchronised them.
  • Q3. All c++ core concepts and oops concept. Find second greatest element in an array without sorting.
View all 21 questions

Oracle Senior Software Engineer Interview Experiences

31 interviews found

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

(2 Questions)

  • Q1. Major focus was on previous projects
  • Q2. 20% focus was on ds algo

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 phone screening:
30 mins for project discussion
30 mins for 1 ds algo question, runnable code
5 technical interviews:
major focus was on previous projects (80%)
20% focus was on ds algo
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Question related to DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse linked list

Oracle interview questions for designations

 Senior Software

 (2)

 Senior Software Engineer 2

 (2)

 Senior Software Engineer Testing

 (1)

 Senior Staff Software Engineer

 (1)

 Senior Software Test Engineer

 (1)

 Software Engineer

 (36)

 Senior Software Developer

 (4)

 Principal Software Engineer

 (11)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - leetcode question, no points for approach, interviewer was just checking if all test cases are successfull or not.

Get interview-ready with Top Oracle Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 Coding ques, Java, Spring Boot
Round 2 - Technical 

(1 Question)

  • Q1. System Design, LLD

Senior Software Engineer Jobs at Oracle

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Hacker rank String manipulation question

Round 3 - One-on-one 

(2 Questions)

  • Q1. System design of command service
  • Ans. 

    System design of command service involves designing a system that can handle and execute commands efficiently.

    • Define the requirements for the command service, including supported commands and expected response times.

    • Design a scalable architecture that can handle a large number of concurrent commands.

    • Implement a command queue to manage the order of execution and prevent conflicts.

    • Consider implementing a retry mechanism ...

  • Answered by AI
  • Q2. Design delivery service

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on system design question. DSA questions are easy to medium

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Data Structures
  • Q2. Algorithms style questions in the interview
Round 2 - Coding Test 

Leet code style coding qestion medium

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself in breif
  • Q2. What are your further plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Average Interview Questions- You should be technically sound. - Initial Hike Was Good.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort an integer array with only 0 and 1
  • Ans. 

    Sort an integer array with only 0 and 1

    • Iterate through the array and count the number of 0s and 1s

    • Update the array with the correct number of 0s and 1s based on the counts

    • Time complexity should be O(n)

  • Answered by AI
  • Q2. Binary search tree
Round 2 - Technical 

(2 Questions)

  • Q1. System design for the last project
  • Ans. 

    Implemented a microservices architecture using Docker and Kubernetes for scalability and reliability.

    • Used Docker containers to encapsulate each microservice for easy deployment and scaling.

    • Utilized Kubernetes for automated container orchestration and management.

    • Implemented service discovery and load balancing for seamless communication between microservices.

  • Answered by AI
  • Q2. A challenging task and how you overcame it

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Oracle Interview FAQs

How many rounds are there in Oracle Senior Software Engineer 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 Senior Software Engineer 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, Python, Java, Javascript and C++.
What are the top questions asked in Oracle Senior Software Engineer interview?

Some of the top questions asked at the Oracle Senior Software Engineer interview -

  1. Find missing and repeating element in an array of 1 to n elements. N is the siz...read more
  2. Write code on multi threaded example? Like create two threads and synchronised ...read more
  3. All c++ core concepts and oops concept. Find second greatest element in an arra...read more
How long is the Oracle Senior Software Engineer interview process?

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

Recently Viewed

SALARIES

First Flight Couriers

INTERVIEWS

K.R.Mangalam World School

No Interviews

SALARIES

First Flight Couriers

INTERVIEWS

Oracle

No Interviews

INTERVIEWS

Oracle

No Interviews

SALARIES

DTDC Express

INTERVIEWS

Technical Projects Consultants

No Interviews

INTERVIEWS

John F Welch Technology Centre

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

DTDC Express

Tell us how to improve this page.

Oracle Senior Software Engineer Interview Process

based on 29 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
View more
Oracle Senior Software Engineer Salary
based on 2.3k salaries
₹10.2 L/yr - ₹40 L/yr
65% more than the average Senior Software Engineer Salary in India
View more details

Oracle Senior Software Engineer Reviews and Ratings

based on 164 reviews

3.6/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.1

Salary

3.8

Job security

3.5

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 164 Reviews and Ratings
Senior Software Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Senior Software Engineer (IC3)

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.7
Compare

Salesforce

4.0
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent