i
Oracle
Filter interviews by
I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2024. There were 3 interview rounds.
Basic one along with os, dbms fundamentals
One question can be solved using dp
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'.
I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed before Dec 2023. There were 2 interview rounds.
Verbal, quants and logical reasoning. 160mins duration
Dynamic programming questions on tree and linked lists
I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.
The online test consisted of 4 sections, Aptitude, logical reasoning, Computer Programming and English Comprehension.
I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed before Sep 2021. There were 4 interview rounds.
Questions related to DSA, Basic English, Operating System and DBMS
2 Coding Questions related to trees and graphs
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.
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.
Oracle interview questions for designations
I applied via Campus Placement
1 coding question and MCQ on CS fundamentals were asked.
Arrays, Strings - HackerRank
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...
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...
I applied via Job Portal
It is combined with both apti and coding
6 questions were given and atleast 3 want to be solved
posted on 31 Oct 2023
2 coding questions are given
posted on 12 Jan 2023
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
Basics of mathematics and core related topics
posted on 16 Oct 2023
I applied via campus placement at Amity University and was interviewed in Apr 2023. There were 2 interview rounds.
based on 2 interviews
2 Interview rounds
based on 10 reviews
Rating in categories
Senior Software Engineer
2.3k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹25 L/yr |
Principal Consultant
2k
salaries
| ₹10.9 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹13.5 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹8.5 L/yr - ₹34 L/yr |
SAP
MongoDB
Salesforce
IBM