i
Oracle
Filter interviews by
Clear (1)
I was interviewed before Jul 2023.
Standard questions were asked
I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.
Every topic was asked related to Computer Science.
Graph-related question, DP question
What people are saying about Oracle
I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.
Oracle interview questions for designations
I applied via Campus Placement and was interviewed before Oct 2021. There were 5 interview rounds.
First round was mix of aptitude, cs fundamentals, quant, programming and flow chart based mcq.
Note-
1- There was timer for each sections and subsections.
2- Once you move ahead of a ques then u cant go back on previous ques.
Data Structure & Algorithm based ques.
Toughness- Leetcode medium.
Few ques on dbms in the end.
Note- Complete code from scratch to be written.
Data Structure &Algorithm based ques.
Toughness- Leetcode medium.
In the end, project was discussed briefly.
Note- Complete code from scratch.
Coding + HR combined.
Many coding ques were ask and then ques were manipulated to come up with new logic.
Here, only pseudo code based discussion.
In the end, entire resume was discussed from college, project, future goals and hr based ques.
Get interview-ready with Top Oracle Interview Questions
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
About Java
I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.
It consists of 4 section , quants verbal reasoning and data structures were asked
Delete nth node from end of linked list
Use two pointers, one to traverse the list and another to keep track of the nth node from the end
Once the nth node is reached, move both pointers until the end of the list
Delete the node pointed by the second pointer
Rotate a linked list
Create a new node and make it the head
Traverse the list to find the tail and connect it to the old head
Update the tail to point to null
Handle edge cases like empty list or rotating by 0 positions
I applied via Naukri.com and was interviewed before Jun 2022. There was 1 interview round.
Java web development frameworks include Spring, Hibernate, Struts, and Play.
Popular Java web development frameworks include Spring, Hibernate, Struts, and Play
Spring is a widely used framework for building enterprise Java applications
Hibernate is an ORM framework for mapping Java objects to database tables
Struts is a framework for building web applications using the MVC design pattern
Play is a lightweight web framework
I was interviewed in Oct 2020.
Round duration - 50 minutes
Round difficulty - Medium
Round duration - 40 minutes
Round difficulty - Medium
1. How to read text file and show words of file in sorted order by their frequency.
2. Gave me a puzzle: three jars with fruits are incorrectly labeled, find the minimum number of trial to correctly label them, given that in one trial you can take fruit out from a jar.
3. What is a prime number? How to find a prime number?
4. Asked me what is my hobby.
You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...
The task is to determine the minimum number of platforms needed at a railway station based on arrival and departure times of trains.
Sort the arrival and departure times in ascending order.
Use two pointers to track overlapping schedules.
Increment platform count when a new train arrives before the previous one departs.
Round duration - 30 minutes
Round difficulty - Medium
1. Gave me one puzzle: 1000 light bulbs switched on/off by 1000 persons passing by
2. What is event driven programming? ( was not able to answer )
3. What is micro services? ( was not able to answer )
4. What improvement do you feel after leaving job and joining masters?
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string word by word, removing leading/trailing spaces and extra spaces between words.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
Tip 1 : Practice at least 350 coding questions
Tip 2 : Have a recent project
Tip 3 : Have good knowledge of OS,DBMS
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Design a traffic signal system
Identify the number of lanes and intersections
Determine the traffic flow and peak hours
Choose appropriate sensors and controllers
Implement a synchronization algorithm
Consider emergency vehicle prioritization
Include pedestrian crossing signals
Ensure compliance with local regulations
Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.
Hashmap uses hashing function to map keys to indices in an array
Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing
Java implementation: HashMap
Printing patterns using code
Identify the pattern to be printed
Use loops to print the pattern
Adjust the loop variables to control the pattern
Use conditional statements to modify the pattern
Examples: printing stars, triangles, squares, etc.
Common point in linked list refers to the node where two or more linked lists intersect.
The common point can be found by traversing both linked lists and comparing the nodes.
The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.
Examples include finding the intersection point of two linked lists or finding the loop in a linked list.
Some of the top questions asked at the Oracle Software Engineer interview -
The duration of Oracle Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 27 interviews
3 Interview rounds
based on 105 reviews
Rating in categories
Senior Software Engineer
2.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Principal Consultant
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
MongoDB
Salesforce
IBM