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 Applications Engineer Interview Questions, Process, and Tips

Updated 17 Nov 2024

Top Oracle Applications Engineer Interview Questions and Answers

  • Q1. Modified Balanced Parentheses where a character can be matched with any other character, i.e. / with &, ! with ? and so on.
  • Q2. Given an array of strings, print all the possible combinations of strings created by picking one character from each string of the array. The individual strings do not co ...read more
  • Q3. Subset sum variant, find missing number using single loop, difference between two dates, , Core Java concept , Sql, finding duplicate number in list, finding loop in link ...read more
View all 13 questions

Oracle Applications Engineer Interview Experiences

21 interviews found

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

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

Round 1 - Coding Test 

Total of 4 rounds, all based on problem solving and DSA.

Round 2 - One-on-one 

(1 Question)

  • Q1. This was also based on problem solving.
Round 1 - One-on-one 

(1 Question)

  • Q1. Similar to Climbing stairs Dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for algorithms and data structures

Applications Engineer Interview Questions Asked at Other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length ... read more
Q2. Missing Number Problem Statement You are provided with an array n ... read more
Q3. Number Pattern Problem Statement Given an integer 'N', print a sp ... read more
Q4. Spiral Matrix Problem Statement You are given a N x M matrix of i ... read more
Q5. Pattern Printing Task You are tasked with printing a specific pat ... read more

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The interview was based on Java language and questions were based of applying algorithms and data structures init, some of the questions asked were. 1. Create a process to handle Heap Memory in java and me...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your keen grasp on all kinds of data structures available in Java and different applications of them practice algorithms and practice SQL from hackerrank.
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 Feb 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Test consisted of multiple sections like CS, English, Aptitude etc. Questions covered most of the aspects of aptitude, logical reasoning and verbal ability

Round 3 - Technical 

(1 Question)

  • Q1. Questins like Swapping, sorting Sorting minimum distance between two cells on a grid etc
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire? Which location do you want work? What do you know about the Company? etc.
  • Ans. 

    You should hire me because of my strong technical skills, passion for problem-solving, and ability to work well in a team. I am interested in working at any location that aligns with the company's goals and values.

    • I have a solid background in engineering and extensive experience in application development.

    • I am highly skilled in programming languages such as Java, C++, and Python.

    • I have a proven track record of successf...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Applications Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Interviewers were friendly. Mainly checked problem solving approach. Prepaparing all the fundamental of Aptitude and Reasoning, Data structures and Algorithms helps. Be confident with your answers.

Oracle interview questions for designations

 Engineer

 (1)

 Associate Engineer

 (4)

 Automation Engineer

 (3)

 Senior Engineer

 (2)

 Senior Application Engineer

 (6)

 Technical Support Engineer

 (1)

 Technical Service Engineer

 (1)

 Software Engineer

 (36)

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Usually Oracle Interviews consists of 5 rounds. 1st Round will have mixed questions regarding your projects and current work. 2nd round for me was easy programing questions, very basic Data Structure like ...

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied as a java developer so questions were related to java only. Try to understand in depth like HashMap, its internal working, hash table, hashcode etc. Also learn about java 8 features like StreamAPI, Lambda Expression etc.

Get interview-ready with Top Oracle Interview Questions

I applied via Naukri.com and was interviewed before Feb 2021. There were 4 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 Resume tips
Round 2 - Interview 

(1 Question)

  • Q1. Interview started with some puzzle and aptitude questions. Later on they asked questions based on the skills written in CV.
Round 3 - Technical 

(1 Question)

  • Q1. In this round also they asked about the technical questions but it was more about practical questions. I hace applied for the devops position so questions was more like the issues faced in different tools,...
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Oracle Applications Engineer interview:
  • Puzzle
  • Aptitude
  • Skills written in CV
Interview preparation tips for other job seekers - Interview at Oracle was not very difficult. They will ask you questions based on the resume. All the rounds started with puzzles and aptitude to check logical thinking. They will help you as well if you get stuck or don't know the answers.

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Coding Test 

MCQ test on DSA+computer science fundamentals+aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Find missing and repeating numbers in a group of billions of numbers without extra space.
  • Ans. 

    Find missing and repeating numbers in a group of billions of numbers without extra space.

    • Use bitwise XOR to find the missing number

    • Use modulo and division to find the repeating number

    • Divide the numbers into smaller chunks to avoid memory overflow

  • Answered by AI
  • Q2. Check two binary trees identical or not
  • Ans. 

    Check if two binary trees are identical or not.

    • Traverse both trees simultaneously and compare each node

    • If any node is different, return false

    • If both trees are traversed completely and all nodes are same, return true

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Low level design + basic level string pattern question + project discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. One dynamic programming qstn on subset sum.
  • Q2. One puzzle type qstn plus managerial behavioral qstn

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, Computer science subjects and system design must be very good. Best way to get hired is by on campus placement bcz they give good ctc at IIT/NIT.

Skills evaluated in this interview

I applied via Other and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Standard data structures and algorithms
  • Q2. Medium level difficulty sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode easy, and sqlbolt.

Interview Questionnaire 

1 Question

  • Q1. Subset sum variant, find missing number using single loop, difference between two dates, , Core Java concept , Sql, finding duplicate number in list, finding loop in linkedlist, finding node where cycle st...
  • Ans. 

    Interview questions for Application Engineer role covering various topics.

    • Subset sum variant - finding a subset of numbers that add up to a given sum

    • Single loop missing number - finding a missing number in an array using a single loop

    • Difference between two dates - calculating the difference between two dates in Java

    • Core Java concepts - knowledge of basic Java concepts such as inheritance, polymorphism, etc.

    • SQL - knowle...

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: One online test. It contains four sections. Each section is of 40 minutes duration.
Tips: CAT preparation helps in answering lots of placement tests.
Duration: 40 minutes

Round: Technical Interview
Experience: Technical round may last for 50 minutes.
Tips: Expect questions on your courses.
Basic C/C++ will be tested like algorithms and logic.

Round: HR Interview
Experience: HR round may last for about half an hour.
HR questions are like „Why OFSS?‟, academic achievements, tell me about yourself and others.
They may ask about recent news articles that you have read and further questions may follow it. Please don‟t present wrong facts.
Tips: Read newspapers.

General Tips: Brush up C/C++.
Go through the coursework once to atleast have a basic idea.
College Name: IIT Madras
Contribute & help others!
anonymous
You can choose to be anonymous

Oracle Interview FAQs

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

Some of the top questions asked at the Oracle Applications Engineer interview -

  1. Modified Balanced Parentheses where a character can be matched with any other c...read more
  2. Given an array of strings, print all the possible combinations of strings creat...read more
  3. Subset sum variant, find missing number using single loop, difference between t...read more
How long is the Oracle Applications Engineer interview process?

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Infomatic Solutions

INTERVIEWS

HSBC Group

No Interviews

INTERVIEWS

Cholamandalam MS General Insurance

No Interviews

INTERVIEWS

Aspire Systems

No Interviews

REVIEWS

Infomatic Solutions

No Reviews

REVIEWS

Infomatic Solutions

No Reviews

INTERVIEWS

Sun Pharmaceutical Industries

No Interviews

Tell us how to improve this page.

Oracle Applications Engineer Interview Process

based on 11 interviews

4 Interview rounds

  • Technical Round - 1
  • HR Round - 1
  • Technical Round - 2
  • HR Round - 2
View more
Oracle Applications Engineer Salary
based on 972 salaries
₹7.5 L/yr - ₹28 L/yr
125% more than the average Applications Engineer Salary in India
View more details

Oracle Applications Engineer Reviews and Ratings

based on 106 reviews

3.5/5

Rating in categories

2.8

Skill development

4.1

Work-life balance

3.0

Salary

4.1

Job security

3.5

Company culture

2.3

Promotions

2.9

Work satisfaction

Explore 106 Reviews and Ratings
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