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 5k Reviews

Filter interviews by

Oracle Application Developer Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Oracle Application Developer Interview Questions and Answers

  • Q1. Minimum Cost to Connect All Points You are given an array, ‘COORDINATES’ that represents the integer coordinates of some points on a 2D plane. Your task is to find the mi ...read more
  • Q2. Delete Kth node From End You have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of t ...read more
  • Q3. Partition Equal Subset Sum You are given an array 'ARR' of 'N' positive integers. Your task is to find if we can partition the given array into two subsets such that the ...read more
View all 92 questions

36 Oracle Application Developer Interview Experiences

177 questions found

Sort by: Popular

Application Developer Interview Questions

user image Anonymous

posted on 2 Jun 2015

5 Interview Rounds

Interview Questions

  • Q1. Code :- A simple C program to reverse the words in a string , like if string is “Oracle @ App Dev”, then it should become “Dev App @ Oracle” Add Answer
  • Q2. Puzzle: – Two persons X and Y are sitting side by side with a coin in each’s hand. The game is to simultaneously flip the coin till anyone wins. Player X will w...read more Add Answer
  • Q3. Some DBMS questions like normalization, joins and composite key Add Answer
  • Q4. Code: – Given the value of a starting position and an ending position, you have to reach from start to end in a linear way, and you can move either to position ...read more View Answers (1)
  • Q5. You are provided a CSV (Comma Separated Values) in file like E1:12, E2:32 etc. You have to generate a tree with maximum height 3 only with the given values in t...read more Add Answer
  • Q6. Provided a string a character and a count, you have to print the string after the specified character has occurred count number of times. Ex: String: “This is d...read more View Answers (1)
  • Q7. Design a website similar to bookmyshow.com for booking cinema tickets but it must be for a single location only which can have multiple theatres in it. In this ...read more View Answers (1)
  • Q8. Puzzle: Given 10 coins, arrange them such that we get 4 different rows each containing 4 coins Add Answer
  • Q9. Puzzle: Gi1ven 4 coins, arrange then to make maximum numbers of triangle of the figure Add Answer
  • Q10. In the end he asked Database Normalization and all the normal forms in detail Add Answer

Interview Preparation Tips

Round: Test
Experience: Initially an online written round was conducted consisting of following sections:
1. General aptitude
2. Logical Reasoning
3. Technical (Basic C/C++ questions)
4. English
Overall time limit was nearly 2 hrs. It was an easy round.

Round: Test
Experience: Then after this a large number of students were selected for the next coding round, where we had just one problem to code and time limit was 30 minutes. Problems were randomly distributed, it’s just that coding interface was not that good so many fellow mates of mine faced problem getting the output to the console in the right manner.I got the following program:A number x supports a number (x+b) where b is the number of set bits in binary representation of x, like if x = 3 then x supports (3+2)=5 as 3 has 2 1’s in its binary representation. Now you are provided with an array of numbers you have to print SUPPORTED if number is supported by any number if not print BLEAK else if there is an invalid input print 0.After this round 77 students were selected for the interview rounds. A big panel of 9 members had arrived to conduct these interviews.

Round: HR Interview
Experience: This round went for like 45 minutes, the interviewer was really nice and was giving certain clues in between to guide me.

Round: Technical Interview
Experience: This was a long and scary round, it lasted for like 2 hours.

Round: HR Interview
Experience: The interviewer asked me about the previous codes that I had made in previous rounds. He was more concerned about the approach than code. Then he start questioning about the site I made in round 3 regarding how I will amend it if it has to go global to alltype of customers. Then there were some basic HR questions.
Finally 3 students were selected out of total 77 students including me.

College Name: NA

Skills evaluated in this interview

Application Developer Interview Questions

user image Anonymous

posted on 2 Aug 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Jul 2024.

3 Interview Rounds

1

Coding Test Round (2 Questions)

  • Q1. No of days workers do like A works 10 days B works 10 days
  • Q2. Graph based question
2

One-on-one Round (2 Questions)

  • Q1. Merge two sorted arrays
  • Q2. Max heap based question
3

One-on-one Round (2 Questions)

  • Q1. Maximum length of subarray of given sum
  • Q2. Oops implementation question not theory question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in DSA

Skills evaluated in this interview

Get interview-ready with top interview questions

Application Developer Interview Questions

user image Anonymous

posted on 1 Sep 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Parent and Child Trees

2

One-on-one Round (2 Questions)

  • Q1. Random Pointer Linked List
  • Q2. Find area using co ordinates

Application Developer Interview Questions

user image Kalpan Bariya

posted on 13 Nov 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

2 Interview Rounds

1

Coding Test Round

MCQ and DSA questions

2

Technical Round (2 Questions)

  • Q1. DSA recursive question
  • Q2. Logical question

Oracle interview questions for designations

 Senior Application Developer

 (3)

 Application Developer 2

 (1)

 Assistant Application Developer

 (1)

 Associate Application Developer

 (1)

 Application Development Engineer

 (6)

 Principal Application Engineer

 (1)

 Application Support Engineer

 (1)

 Developer

 (3)

Application Developer Interview Questions

user image Anonymous

posted on 19 Sep 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Intersection of linked list

Skills evaluated in this interview

Application Developer Interview Questions

user image Anonymous

posted on 13 Sep 2023

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed in Aug 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

1 hour - Coding question-hard type palindrome type question , 10 MCQs including aptitude, math and paragraph question and finally a RESTAPI question on hackerrank platform

3

One-on-one Round (4 Questions)

  • Q1. Resume scrutiny about projects and internship
  • Q2. There N rooms in a hotel so customers will check-in and check-out a rooms simultaneously so which type of data structure you implement and it should be efficien...read more
  • Q3. There are 25 horses in which you need to find out the fastest 3 horses. you can conduct a race among at most 5 horses to find out relative speed. At no point, y...read more
  • Q4. There is snail which has to climb a ramp of some slope with length of 30ft while climbing the ramp the snail moves 3ft/hour up and simultaneously moves 2ft/hour...read more
4

One-on-one Round (3 Questions)

  • Q1. You have given array of numbers in which you need to write an algorithm to sort them (preferably in java)
  • Q2. SQL-QUERY, There is a department table with department name ,department ID and with staff members ID who are working in department and also there is a Staff mem...read more
  • Q3. How do you measure 4 liters with a 5 liters and 3 liters container

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with puzzles as they are asking so many puzzle questions in the interview, brush up your DSA skills from basics and SQL is very important for oracle. they encourage java programmers a lot.

Skills evaluated in this interview

Application Developer Jobs at Oracle

View all

Application Developer Interview Questions

user image Anonymous

posted on 12 Aug 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Merge intervals question of leetcode

Application Developer Interview Questions

user image Anonymous

posted on 31 Aug 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

1 DSA question and mcqs

2

One-on-one Round (1 Question)

  • Q1. Minimum area of square that contains all the points

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on DSA

Application Developer interview

user image EduAcademy

posted on 24 Nov 2021

 · B.E. / B.Tech

Application Developer Interview Questions

user image Anonymous

posted on 11 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023.

4 Interview Rounds

1

Coding Test Round

One binary search question ( aggressive cow) and one restapi

2

Technical Round (1 Question)

  • Q1. Questions on project, LRU cache and Trie
3

Technical Round (1 Question)

  • Q1. Hotel booking system design
4

Technical Round (2 Questions)

  • Q1. Grinded on projects, development, react concepts, 2 coding questions
  • Q2. Infix to postfix

Skills evaluated in this interview

Application Developer Interview Questions

user image Anonymous

posted on 18 Sep 2024

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Mar 2024.

2 Interview Rounds

1

Aptitude Test Round

Some apti ques and 2 coding ques

2

Coding Test Round

Asked 2 dsa medium ques

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 Java, Application Development, Javascript, SQL and PLSQL.
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.

Interview Process at Oracle Application Developer

based on 14 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

People are getting interviews through

based on 18 Oracle interviews
Campus Placement
Job Portal
Referral
61%
17%
6%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Google Interview Questions
4.4
 • 807 Interviews
Cisco Interview Questions
4.2
 • 383 Interviews
SAP Interview Questions
4.2
 • 295 Interviews
Salesforce Interview Questions
4.1
 • 260 Interviews
Adobe Interview Questions
4.0
 • 245 Interviews
View all
Oracle Application Developer Salary
based on 783 salaries
₹7 L/yr - ₹29 L/yr
41% more than the average Application Developer Salary in India
View more details

Oracle Application Developer Reviews and Ratings

based on 81 reviews

3.7/5

Rating in categories

3.1

Skill development

4.1

Work-Life balance

3.3

Salary & Benefits

4.2

Job Security

3.6

Company culture

2.6

Promotions/Appraisal

3.3

Work Satisfaction

Explore 81 Reviews and Ratings
Applications Developer 4

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Applications Developer

Hyderabad / Secunderabad

3-5 Yrs

₹ 5.5-19.5 LPA

Application Developer - React JS

India,

India

3-5 Yrs

₹ 8-22 LPA

Explore more jobs
Senior Consultant
2.2k salaries
unlock blur

₹9.8 L/yr - ₹26.5 L/yr

Senior Software Engineer
2.2k salaries
unlock blur

₹11.3 L/yr - ₹40 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.5k salaries
unlock blur

₹9.4 L/yr - ₹28 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

4.0
Compare

Salesforce

4.1
Compare

IBM

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview