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 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 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 Accenture
Q5. What are some basic DBMS concepts, including joins and subqueries ... 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.

What people are saying about Oracle

View All
wildmimosa
Verified Icon
1d
works at
Oracle
Need help on company selection
Hi folks Please help to choose between Perfoce and FIS global both are offering the same salary
Got a question about Oracle?
Ask anonymously on communities.

I applied via Campus Placement 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

 (63)

 Associate Software Engineer

 (10)

 Associate Application Developer

 (1)

 Senior Software Developer

 (4)

 Software Developer Intern

 (2)

 Assistant Software Developer

 (1)

 Software Developer II

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me the Fibonacci series then all about gate subjects like computer network and operating system

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong grip in programming and gate subjects..you will be selected for sure

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. How can you check if two strings are anagrams of each other?
  • Ans. 

    Check if two strings are anagrams by comparing the sorted versions of the strings.

    • Sort both strings and compare if they are equal.

    • Use a hashmap to store the frequency of characters in each string and compare the maps.

    • Ignore spaces and punctuation when comparing the strings.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Round 3 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute Of Technology, Silchar, Assam. I applied for the job as SDE - 1 in SiddharthnagarEligibility criteria6 CGPAAmazon interview preparation:Topics to prepare for the interview - Basic Computer Science backgroundTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Add projects and Internships if you have done any and add only those things which you really know.

Final outcome of the interviewSelected

Skills evaluated in this interview

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
179% 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

₹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