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

Updated 18 Dec 2024

Top Oracle Associate Software Engineer Interview Questions and Answers

View all 7 questions

Oracle Associate Software Engineer Interview Experiences

11 interviews found

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 1 dsa and 35 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. All oops concepts in detail
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Linked list implementation and some questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was online assessment consisting of aptitude and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. First round consisted of coding 3 questions. String reversal , binary to decimal, finding index of word "golden" in given sentence.
Round 3 - One-on-one 

(1 Question)

  • Q1. It involved questions related to my resume and computer networks and basics of c++.

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions were easy to moderate level from leetcode

Round 2 - One-on-one 

(1 Question)

  • Q1. I didn't get selected, but if you clear the 1st round coding and aptitude aswell then you will be allowed to this round, some 25 to 30 were selected and 6 were given offer letter.focus on coding aswell as ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical Mcqs on computer fundamental

Round 2 - Coding Test 

1 coding question
difficult : medium

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for computer fundamentals.

Oracle interview questions for designations

 Associate Software Developer

 (4)

 Software Engineer

 (36)

 Associate Solutions Engineer

 (1)

 Senior Software Engineer

 (31)

 Principal Software Engineer

 (11)

 Software Engineer II

 (2)

 Software Development Engineer

 (2)

 Software Support Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

20 MCQs, 1 RestAPI Problem, 1 Dp problem

Round 2 - One-on-one 

(1 Question)

  • Q1. Graphs, RestAPI, Linked list, Puzzle

Get interview-ready with Top Oracle Interview Questions

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Conducted on their platform for 120 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to find subarray Max Sum
  • Q2. I was asked to find diameter of a binary Tree
  • Ans. 

    To find the diameter of a binary tree, we need to find the longest path between any two nodes in the tree.

    • Traverse the tree recursively and calculate the height of the left and right subtrees.

    • Calculate the diameter of the left and right subtrees recursively.

    • The diameter of the tree is the maximum of the following three values: 1. Diameter of the left subtree 2. Diameter of the right subtree 3. Height of the left sub...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. DBMS, Computer Networks and Operating System Questions
Round 4 - Technical 

(1 Question)

  • Q1. Mainly on cloud, microservices and distributed processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you go through all the fundamentals

Skills evaluated in this interview

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 Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Interviewed as part of college placements, first round consisted of aptitude and CS related MCQs;

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain in detail about your passion for CS.

Associate Software Engineer interview

user image If Else

posted on 24 Nov 2021

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Common Elements in two Sorted Linked List
  • Ans. 

    Finding common elements in two sorted linked lists.

    • Traverse both lists simultaneously using two pointers.

    • Compare the values of the nodes pointed by the two pointers.

    • If they are equal, add the value to the result list and move both pointers.

    • If not, move the pointer pointing to the smaller value.

    • Repeat until one of the lists is fully traversed.

  • Answered by AI
  • Q2. Kth element after merging two sorted arrays
  • Ans. 

    Finding the Kth element after merging two sorted arrays.

    • Merge the two sorted arrays into a single array.

    • Sort the merged array.

    • Return the Kth element from the merged and sorted array.

  • Answered by AI
  • Q3. A good amount of OOPS?DBMS questions, small keywords used in project, data flow in projects were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Detailed concepts about OOPS and DBMS
  • Ans. 

    OOPS is a programming paradigm based on objects while DBMS is a software system for managing databases.

    • OOPS focuses on encapsulation, inheritance, and polymorphism

    • DBMS manages data through CRUD operations and supports ACID properties

    • Examples of OOPS languages include Java, C++, and Python

    • Examples of DBMS include MySQL, Oracle, and SQL Server

  • Answered by AI
  • Q2. Detailed study and questions about project.
Round 3 - HR 

(3 Questions)

  • Q1. Knowledge about latest technologies
  • Q2. Why they should hire me?
  • Q3. Why oracle? followed by questions from computer networks, OOPS, DBMS and a bit from major CS fundamentals.

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Engineer interview:
  • OOPS
  • DBMS
  • DSA
Interview preparation tips for other job seekers - Be well prepared with CS fundamentals. Expect Easy/Medium Leetcode questions. Have a detailed knowlege about everything in your Resume. (Project / Internships / Skills).

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2022. There were 5 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 

String manipulation problems from geeks for geeks with some medium and hard problems in DSA from leetcode

Round 3 - Technical 

(3 Questions)

  • Q1. String manipulation and tree twisted problems
  • Q2. Some 2d matrix popular problems like sudoku
  • Q3. Graph basic level implementation
  • Ans. 

    Graph implementation involves creating nodes and edges to represent data and relationships.

    • Nodes represent data points and edges represent relationships between them

    • Graphs can be directed or undirected

    • Common graph algorithms include BFS, DFS, and Dijkstra's algorithm

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

(4 Questions)

  • Q1. Puzzles to test decision making abilities
  • Q2. Some theory technical questions in Java and springboot.
  • Q3. What is string pool ?
  • Ans. 

    String pool is a cache of string literals stored in memory for efficient reuse.

    • String pool is a part of Java's memory management system.

    • It stores a collection of unique string literals to save memory.

    • When a new string is created, it is first checked in the pool and reused if already present.

    • String pool can be accessed using the intern() method.

    • Example: String s1 = "Hello"; String s2 = "Hello"; s1 and s2 will point to t

  • Answered by AI
  • Q4. Why strungs are not mutavle in java ?
  • Ans. 

    Strings are immutable in Java to ensure thread safety and prevent unintended changes.

    • Immutable objects are safer to use in multi-threaded environments

    • String pool optimization is possible because of immutability

    • StringBuffer and StringBuilder classes are available for mutable string operations

  • Answered by AI
Round 5 - HR 

(3 Questions)

  • Q1. Basic discussion like salary and other benefit
  • Q2. Why you choose oracle ?
  • Q3. How you overcome challenges?

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Engineer interview:
  • Linked list
  • Stringing
  • Graph
  • Tree
  • Java
Interview preparation tips for other job seekers - You need to be a really good at DSA to Crack oracle with some puzzles and language specific problems.
Be confident and present you solutions clearly,
Try to communicate while solving problems.
Ask relevant questions at the end

Skills evaluated in this interview

Oracle Interview FAQs

How many rounds are there in Oracle Associate Software Engineer interview?
Oracle interview process usually has 3 rounds. The most common rounds in the Oracle interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Oracle Associate Software Engineer interview?

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

  1. Why strungs are not mutavle in jav...read more
  2. Common Elements in two Sorted Linked L...read more
  3. Kth element after merging two sorted arr...read more
How long is the Oracle Associate Software Engineer interview process?

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

Tell us how to improve this page.

Oracle Associate Software Engineer Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 9 Oracle interviews
Campus Placement
Job Portal
78%
11%
11% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Oracle Associate Software Engineer Salary
based on 125 salaries
₹6 L/yr - ₹20 L/yr
141% more than the average Associate Software Engineer Salary in India
View more details

Oracle Associate Software Engineer Reviews and Ratings

based on 15 reviews

3.9/5

Rating in categories

3.8

Skill development

4.3

Work-Life balance

3.7

Salary & Benefits

4.5

Job Security

3.6

Company culture

3.0

Promotions/Appraisal

3.8

Work Satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer
2.3k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.4 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

₹8.5 L/yr - ₹34 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
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