i
Oracle
Filter interviews by
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Generate all permutations of a given number without duplicates
Use backtracking to generate all possible permutations
Avoid duplicates by keeping track of used digits
Recursively swap digits to generate permutations
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
To find the highest element in a BST, perform a right traversal until reaching the rightmost leaf node.
Perform a right traversal starting from the root node until reaching the rightmost leaf node to find the highest element.
Implement the insertion operation by comparing the value to be inserted with each node and traversing left or right accordingly.
Ensure that the BST property is maintained during insertion by placing...
Heap Sort is a comparison-based sorting algorithm that uses a binary heap data structure.
Heap Sort involves building a max heap from the input array, then repeatedly removing the maximum element and rebuilding the heap.
The time complexity of Heap Sort is O(n log n) in the worst case scenario.
Example: Given an array [4, 10, 3, 5, 1], after applying Heap Sort, the sorted array would be [1, 3, 4, 5, 10].
To delete the nth element from the end in a LinkedList, we can use two pointers approach.
Use two pointers - one to traverse the list and another to keep track of the nth element from the end.
Calculate the distance between the two pointers and delete the node at the second pointer.
To reverse a LinkedList, iterate through the list and change the direction of pointers.
Iterate through the LinkedList and keep track of the previous, current, and next nodes.
Update the pointers to reverse the direction of the nodes.
Repeat until the end of the list is reached.
Explain the basics of Java in a simple and practical way, focusing on hands-on examples and real-world applications.
Start by explaining the basic syntax and structure of Java code
Use simple examples to demonstrate concepts like variables, loops, and functions
Show how Java is used in real-world applications, such as building websites or mobile apps
Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various running programs.
Memory allocation - assigning memory blocks to programs as needed
Memory deallocation - releasing memory blocks when no longer needed
Memory fragmentation - the division of memory into small blocks leading to inefficient use
Memory leaks - when a program fails to release memory aft...
What people are saying about Oracle
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Detect cycle in directed graph using depth-first search algorithm.
Use depth-first search (DFS) algorithm to traverse the graph.
Maintain a visited set to keep track of visited nodes.
If a node is visited again during traversal, there is a cycle in the graph.
Oracle interview questions for designations
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Get interview-ready with Top Oracle Interview Questions
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Problem solving and basics
I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in May 2021. There was 1 interview round.
I was interviewed in Dec 2020.
Round duration - 25 Minutes
Round difficulty - Medium
Very friendly interviewer. Although waiting time was very high
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Find pairs of elements in an array that sum up to a given value, sorted in a specific order.
Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.
If the complement exists, add the pair to the result list.
Sort the result list based on the criteria mentioned in the question.
Return the sorted list of pairs.
Tip 1 : be confident about your CV points
Tip 2 : practice consulting cases and how to answer situational questions
Tip 1 : be crisp about achievement
Tip 2 : add data points to support your achievements
The duration of Oracle Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 8 interviews
2 Interview rounds
based on 6 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