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

Oracle Associate Software Developer Interview Questions and Answers

Updated 4 Dec 2024

Oracle Associate Software Developer Interview Experiences

4 interviews found

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

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic one along with os, dbms fundamentals

Round 2 - Coding Test 

One question can be solved using dp

Round 3 - Technical 

(2 Questions)

  • Q1. Identify the longest palindromic substring
  • Ans. 

    A palindromic substring is a string that reads the same forwards and backwards.

    • Use dynamic programming to find the longest palindromic substring.

    • Start by considering each character as the center of a potential palindrome.

    • Expand outwards from each center to check for palindromic property.

    • Keep track of the longest palindromic substring found so far.

    • Example: Input 'babad', Output 'bab' or 'aba'.

  • Answered by AI
  • Q2. Questions based on resume/projects

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 at Ramaiah Institute of Technology, Bengaluru and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal, quants and logical reasoning. 160mins duration

Round 2 - Coding Test 

Dynamic programming questions on tree and linked lists

Interview Preparation Tips

Interview preparation tips for other job seekers - discuss the approach with the interviewer and improvise

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

The online test consisted of 4 sections, Aptitude, logical reasoning, Computer Programming and English Comprehension.

Round 2 - Technical 

(1 Question)

  • Q1. Technical round where questions on core DBMS concepts were asked.

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Developer interview:
  • Data Structures
  • OS
Interview preparation tips for other job seekers - Just focus on the core concepts and Data Structures.

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions related to DSA, Basic English, Operating System and DBMS

Round 2 - Coding Test 

2 Coding Questions related to trees and graphs

Round 3 - One-on-one 

(4 Questions)

  • Q1. What are the fundamentals of OOPS?
  • Ans. 

    OOPS fundamentals include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing simplified interfaces.

  • Answered by AI
  • Q2. What were your projects during college?
  • Q3. Some basic queries related to SQL.
  • Q4. Write down the code for LCA of a binary Tree.
  • Ans. 

    Code for finding the Lowest Common Ancestor (LCA) of a binary tree.

    • Start by checking if the root is null or equal to either of the given nodes. If so, return the root.

    • Recursively search for the LCA in the left and right subtrees.

    • If both nodes are found in different subtrees, return the root as the LCA.

    • If both nodes are found in the same subtree, continue searching in that subtree.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join Oracle?
  • Q2. What makes you a suitable candidate for the job?

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Be prepared well! Practice daily. Have a learning experience after each failure and try not to repeat it!

Skills evaluated in this interview

Oracle interview questions for designations

 Developer Associate

 (1)

 Software Developer

 (67)

 Associate Software Engineer

 (11)

 Associate Application Developer

 (1)

 Senior Software Developer

 (4)

 Software Developer Intern

 (3)

 Software Developer II

 (1)

 Assistant Software Developer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays, Strings - HackerRank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Inheritance, Polymorphism in Oops?
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance: Child class inherits properties and behaviors from a parent class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: Animal is a superclass with methods like eat(). Dog and Cat ar...

  • Answered by AI
  • Q2. Sorting algorithms differences.
  • Ans. 

    Sorting algorithms differ in their time complexity, space complexity, stability, and adaptability.

    • Different sorting algorithms have different time complexities - some are more efficient than others.

    • Some sorting algorithms require additional space for temporary storage, impacting their space complexity.

    • Stability refers to whether the algorithm maintains the relative order of equal elements.

    • Adaptability refers to how the...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Aptitude Test 

It is combined with both apti and coding

Round 2 - Coding Test 

6 questions were given and atleast 3 want to be solved

Round 3 - One-on-one 

(1 Question)

  • Q1. Self introduction and technical and project
Interview experience
4
Good
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 tips
Round 2 - Coding Test 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basics of mathematics and core related topics

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume and more about project work
  • Q2. Sql query,phython,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic knowledge you have kept on resume so you can easily crack the interview 😜😜
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Amity University and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Walk me through your resume.
  • Q2. I had done some NGO work. They asked me about my work and experience there.
  • Q3. They asked some questions from SQL too. How many types of joins are there in MySql and write down two queries demonstrating each join.

Oracle Interview FAQs

How many rounds are there in Oracle Associate Software Developer interview?
Oracle interview process usually has 2-3 rounds. The most common rounds in the Oracle interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Oracle Associate Software Developer interview?

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

  1. What are the fundamentals of OO...read more
  2. Write down the code for LCA of a binary Tr...read more
  3. Identify the longest palindromic substr...read more

Tell us how to improve this page.

Oracle Associate Software Developer Interview Process

based on 2 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
Oracle Associate Software Developer Salary
based on 131 salaries
₹7.1 L/yr - ₹22 L/yr
171% more than the average Associate Software Developer Salary in India
View more details

Oracle Associate Software Developer Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.1

Skill development

4.6

Work-life balance

3.4

Salary

4.3

Job security

4.0

Company culture

2.5

Promotions

3.9

Work satisfaction

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

₹10.2 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

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

₹13.5 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.0
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview