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
3.7

based on 5.1k Reviews

Filter interviews by

Oracle Application Developer Interview Questions, Process, and Tips

Updated 27 Dec 2024

Top Oracle Application Developer Interview Questions and Answers

  • Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum ...read more
  • Q2. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete th ...read more
  • Q3. Partition Equal Subset Sum Problem Given an array ARR consisting of 'N' positive integers, determine if it is possible to partition the array into two subsets such that ...read more
View all 87 questions

Oracle Application Developer Interview Experiences

37 interviews found

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

I applied via campus placement at Indian Institute of Information Technology (IIIT), Vadodara and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Two DSA Questions and one SQL Query
Time: 90 minutes
Platform: Hackerank

Round 2 - Technical 

(1 Question)

  • Q1. 1. OOPS Concept 2. 1 easy level DSA question 3. 1 SQL Query
Round 3 - Technical 

(1 Question)

  • Q1. 1. 2 Medium Level DSA Question 2. 1 SQL Query

Interview Preparation Tips

Topics to prepare for Oracle Application Developer interview:
  • DSA
  • OOPS
  • Operating Systems
  • SQL
Interview preparation tips for other job seekers - Keep Interview Interactive. Try to explain the DSA question from the root.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA questions on Strings and Tree

Round 2 - Technical 

(3 Questions)

  • Q1. Shallow copy vs Deep copy
  • Ans. 

    Shallow copy only copies the references of objects, while deep copy creates new copies of objects.

    • Shallow copy creates a new object but does not create copies of nested objects.

    • Deep copy creates new copies of all nested objects.

    • Shallow copy is faster and more memory efficient, but changes to nested objects affect both copies.

    • Deep copy is slower and uses more memory, but changes to nested objects do not affect the origi

  • Answered by AI
  • Q2. In depth questions about Tree data structure
  • Q3. DBMS questions like normalisation and basic concepts

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q2. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Oracle
Q3. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Partition Equal Subset Sum Problem Given an array ARR consisting ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Solve sudoku without using backtracking kr reccursion

Round 2 - Coding Test 

A simple DSA ladder question , leetcode medium difficulty

Round 3 - Coding Test 

JavaScript, oops, and a leetcode medium DSA question

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join oracle ?
  • Ans. 

    I want to join Oracle because of their reputation for innovation and cutting-edge technology.

    • Opportunity to work with cutting-edge technology

    • Reputation for innovation and excellence

    • Potential for career growth and development

    • Strong company culture and values

  • Answered by AI
  • Q2. What do you like about this city ?
  • Ans. 

    I love the diverse culture, vibrant food scene, and endless opportunities for growth in this city.

    • Diverse culture with people from all over the world

    • Vibrant food scene with a wide range of cuisines to explore

    • Endless opportunities for personal and professional growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be humble, don't act oversmart, only write in resume what you know.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Traversing singly linked list
  • Ans. 

    Traversing a singly linked list involves iterating through each node starting from the head node.

    • Start at the head node

    • Iterate through each node by following the 'next' pointer

    • Stop when reaching the end of the list (next pointer is null)

  • Answered by AI
  • Q2. SQL queries involving select and update
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about roles and responsibilities in previous organization

Interview Preparation Tips

Topics to prepare for Oracle Application Developer interview:
  • C
  • Data Structures
  • SQL

Skills evaluated in this interview

Oracle interview questions for designations

 Senior Application Developer

 (3)

 Application Developer 2

 (2)

 Assistant Application Developer

 (1)

 Associate Application Developer

 (1)

 Application Development Engineer

 (6)

 Application Support Engineer

 (1)

 Principal Application Engineer

 (1)

 Developer

 (3)

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The first round is the test which usually involves 4 sections that include Aptitude, Dbms, Java Core and Os.
  • Ans. 

    The first round of the Application Developer interview involves a test with sections on Aptitude, Dbms, Java Core, and Os.

    • The test will likely assess your general problem-solving skills and knowledge of specific programming languages and systems.

    • Be prepared to answer questions about database management, Java programming, and operating systems.

    • Examples of questions might include writing code to solve a problem, identify...

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

(1 Question)

  • Q1. After you clear the test then you get a call from the Hr or the hiring manager sharing the details of your first interview. In this interview a total of two team members will interview you on various subje...
Round 3 - One-on-one 

(1 Question)

  • Q1. After you clear the first interview round the second interview round is scheduled and this usually a mixture of Technical and Managerial round. You will still be asked Ds Algo, puzzles so prepare accordin...

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process at Oracle varies from team to team. The hiring manager is the point of contact from your interview scheduling to placing you an offer. It's a long process but worth the wait.
The above mentioned interview experience is for Application Developer at Oracle.

Get interview-ready with Top Oracle Interview Questions

I was interviewed in Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a proctured online coding test where we had 2 questions to solve under 60 minutes.

  • Q1. 

    Minimum Cost to Connect All Points Problem Statement

    Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points...

  • Q2. 

    Count Inversions Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of inversions that exist in the array.

    An inversion is defined for a pair of integers in the...

Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 1 question of DSA followed by some questions from DBMS and Java. I was also made to execute a SQL query at the end.

  • Q1. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Q2. Can you explain the different types of normalization forms in a DBMS?
  • Q3. Can you write a SQL query that joins two tables A and B on the common attribute ID and selects records (ID_NAME) that have matching ID values in both tables?
  • Q4. Why is Java considered platform independent, while the Java Virtual Machine (JVM) is platform dependent?
Round 3 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had two preety straight forward questions related to DSA and then there were 2 puzzles.

  • Q1. 

    Find All Occurrences in Matrix

    You are provided with a matrix of characters, CHARACTER_MATRIX of size M x N, and a string WORD. Your goal is to locate and display all occurrences of the string within the ...

  • Q2. 

    Greatest Common Divisor Problem Statement

    You are tasked with finding the greatest common divisor (GCD) of two given numbers 'X' and 'Y'. The GCD is defined as the largest integer that divides both of the...

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

  • Q1. Why do you want to be a part of Oracle?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAOracle interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Application Developer Jobs at Oracle

View all

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Round one 1. Two common array and string question. One SQL query.
  • Q2. Round 21. One string question. Finding substring in a sub string. 2. Longest palendrome in string
  • Q3. Round 3. 1. Print K 2. One chess board kind of problem statement.

Interview Preparation Tips

Interview preparation tips for other job seekers - Three technical rounds.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 3 interview rounds.

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 tips
Round 2 - Coding Test 

The test had 15 aptitude and 2 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 1. technical questions based on OOPS
  • Q2. 2. Coding question on trees

Interview Preparation Tips

Interview preparation tips for other job seekers - learn concept of data structures and oops thoroughly

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was an online proctured coding test where we had 2 questions to solve under 60 minutes. The questions were of Easy to Medium level.

  • Q1. 

    Infix to Postfix Conversion

    You are provided with a string EXP which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.

    Explanation:

    An i...

  • Q2. 

    Subarray Challenge: Largest Equal 0s and 1s

    Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.

    Input:

    Input beg...

Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

In this round, the interviewer asked me 2 questions related to DSA and then some questions from OS were asked to check basic understanding of the subject.

  • Q1. 

    Palindromic Substrings Problem Statement

    Given a string S, your task is to return all distinct palindromic substrings of the given string in alphabetical order.

    Explanation:

    A string is considered a pal...

  • Q2. 

    LCA of Binary Tree Problem Statement

    You are given a binary tree consisting of distinct integers and two nodes, X and Y. Your task is to find and return the Lowest Common Ancestor (LCA) of these two nodes...

  • Q3. What are the differences between a mutex and a semaphore?
  • Q4. Can you explain the concepts of multitasking and multiprogramming?
Round 3 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 questions from DSA which were followed by some core concepts from OOPS and Java.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Q2. 

    Heap Sort Problem Statement

    Your task is to sort an array of integers in non-decreasing order using the Heap Sort algorithm.

    Input:

    The first line contains an integer 'T' denoting the number of test cas...
  • Q3. What is the difference between an Abstract Class and an Interface in Java?
  • Q4. Can you explain the concepts of method overloading and method overriding in object-oriented programming?
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

  • Q1. Can you tell me something about yourself?
  • Q2. Why do you want to be a part of Oracle?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAOracle interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, DBMS,OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions abouts OOPs, Serialisation, Design Patterns, Multi threading, coding questions (mostly on usage of arrays, some questions around Multi threading)

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPs, Multi threading, Coding Questions with Arrays

Oracle Interview FAQs

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

Some of the top questions asked at the Oracle Application Developer interview -

  1. Puzzle: – Two persons X and Y are sitting side by side with a coin in each’...read more
  2. In a bag you have 20 black balls and 16 red balls.When you take out 2 black bal...read more
  3. Design a website similar to bookmyshow.com for booking cinema tickets but it mu...read more
How long is the Oracle Application Developer interview process?

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

Tell us how to improve this page.

Oracle Application Developer Interview Process

based on 27 interviews

5 Interview rounds

  • Technical Round - 1
  • Coding Test Round
  • Technical Round - 2
  • HR Round
  • Personal Interview1 Round
View more
Oracle Application Developer Salary
based on 779 salaries
₹7 L/yr - ₹22.3 L/yr
42% more than the average Application Developer Salary in India
View more details

Oracle Application Developer Reviews and Ratings

based on 80 reviews

3.6/5

Rating in categories

3.1

Skill development

4.0

Work-life balance

3.4

Salary

4.1

Job security

3.5

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 80 Reviews and Ratings
Applications Developer 4

Thiruvananthapuram

3-6 Yrs

Not Disclosed

Applications Developer 5

Hyderabad / Secunderabad

10-14 Yrs

Not Disclosed

Applications Developer 4

Bangalore / Bengaluru

6-10 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.4 L/yr - ₹32 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