i
Oracle
Filter interviews by
Dsa and oop, cn, be confident
Use iterative approach to traverse both linked lists and sum corresponding nodes while keeping track of carry.
Iterate through both linked lists simultaneously
Sum corresponding nodes and carry from previous sum
Create a new linked list to store the sum
I applied via Approached by Company and was interviewed in May 2023. There were 5 interview rounds.
Find the largest element in a window of size K in an array.
Iterate through the array and maintain a deque to store the indices of elements in decreasing order.
Remove indices from the front of the deque that are outside the current window.
The front of the deque will always have the index of the largest element in the current window.
Design a Tic Tac Toe game
Create a 3x3 grid to represent the game board
Allow two players to take turns marking X and O on the grid
Check for win conditions after each move to determine the winner
Handle tie game if all spaces are filled without a winner
SQL query using joins
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Circular doubly linked list is a data structure where each node has a reference to both the next and previous nodes, forming a circular loop.
Create a Node class with data, next, and prev pointers
Implement operations like insert, delete, search, and display
Ensure the last node's next pointer points to the first node and the first node's prev pointer points to the last node
Searching and sorting algorithms are essential in programming for efficiently organizing and retrieving data.
Searching algorithms: linear search, binary search, depth-first search, breadth-first search
Sorting algorithms: bubble sort, selection sort, insertion sort, merge sort, quick sort
Examples: Searching for a specific item in a list, sorting a list of numbers in ascending order
1 coding question on binary search
1 rest API question
15 English And Aptitude mcq
Oracle interview questions for designations
I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed before Jan 2023. There were 3 interview rounds.
3 questions of which one was using REST API
Designing a hashmap from scratch
A hashmap is a data structure that allows for efficient key-value pair storage and retrieval
It typically uses an array and a hashing function to map keys to array indices
Collision handling techniques like chaining or open addressing may be used
Operations like insert, delete, and search can be implemented using the hashmap
Example: Designing a hashmap to store student records with their ro
Get interview-ready with Top Oracle Interview Questions
posted on 15 Oct 2023
MCQ rounds based on Java, OOPS, SQL,DBMS, etc
This round contains question of SQL, Java, DSA
I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Jul 2022. There were 5 interview rounds.
It had 2 simple coding questions.
I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.
I applied via campus placement at Indian Institute of Information Technology (IIIT), Vadodara and was interviewed in Jul 2022. There were 3 interview rounds.
Two DSA Questions and one SQL Query
Time: 90 minutes
Platform: Hackerank
Top trending discussions
Some of the top questions asked at the Oracle Application Developer interview -
The duration of Oracle Application Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 27 interviews
5 Interview rounds
based on 80 reviews
Rating in categories
Senior Software Engineer
2.4k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9.1 L/yr - ₹25 L/yr |
Principal Consultant
2k
salaries
| ₹14 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹12 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹9.7 L/yr - ₹30 L/yr |
SAP
MongoDB
Salesforce
IBM