i
Oracle
Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2023. There were 3 interview rounds.
The technical assessment was in hackerRank when I was assigned a coding problem and five questions chose which one is right type, two were in time complexity, and three in abstract reasoning, the coding problem I found to be very difficult, and couldn't make any progress on it.
Machine learning take-home assignment in Kaggle.
I applied via Campus Placement and was interviewed in Mar 2024. There were 5 interview rounds.
Complete Aptitude Assessment
3 low - medium coding questions
I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Aug 2023. There were 4 interview rounds.
I applied via Campus Placement
Quant questions, you will be able to clear it easily
Task1: create a website with 3 wepages
task2: create custom linux commands
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Basic aptitude with logical and verbal and reasoning.also microprocessor and micro controller.
We were divided into 10 and ques were asked from dbms,ds,os,cn
I was interviewed before Oct 2023.
Find the length of the longest valid parentheses substring in a given string.
Use a stack to keep track of the indices of opening parentheses.
Iterate through the string and update the maximum length of valid parentheses.
Handle cases where closing parentheses are encountered without a matching opening parentheses.
Find the maximum number in the subarrays of length k.
Iterate through the array and keep track of the maximum number in each subarray of length k.
Use a sliding window approach to efficiently find the maximum number in each subarray.
Time complexity can be optimized to O(n) using a deque data structure.
Good level question. I have qualified for the next round
Basic to intermediate question, Cleared the test
posted on 25 Oct 2024
I was interviewed before Oct 2023.
It was easy round with 2 questions from hacker rank
Linked list is a data structure where each node points to the next node.
Create a Node class with data and next pointer
Create a LinkedList class with head pointer
Implement methods to add, remove, search, and traverse the list
Implement Hash Map with array and linked list.
Create an array of linked lists
Hash function maps keys to array indices
Insert key-value pairs into linked lists
Handle collisions by chaining
Search for a key by hashing and traversing linked list
To create an immutable class in Java, follow these steps:
Make the class final
Make all fields private and final
Do not provide any setter methods
Initialize all fields via constructor
If any field is mutable, return a clone of it instead of the original object
posted on 12 Dec 2021
I was interviewed before Dec 2020.
Round duration - 120 minutes
Round difficulty - Easy
After round 1 there was a break of 15 mins and the coding round started.
We had a choice to attempt the exam in R language & SQL or python & sql
I chose python and sql
It had 8 questions 4 python and 4 sql
Let the two strings be x and y.
Let x(i) be the substring of x from index 0 to index i.
Let c[i, j] be the length of the longest common subsequence of strings x(i) and y(j).
Then the recurrence relation to find c[i, j] is as follows:
We can use this relation to write a simple recursive program but instead of recomputing the results of subproblems, compute them just once and store their results in a l...
Round duration - 15 minutes
Round difficulty - Medium
The interview was mostly analytical based and how you approach the round a few technical questions in dbms and oops were also asked.
In one box there are 12 red and 12 green balls and in another box there are 24 res and 24 green balls.
You have two balls choose from each of the box with replacement such that they have ...
What is an immutable object and why is it useful
Acid properties in dbms
Explain atomicity and what is d in acid.
Round duration - 20 Minutes
Round difficulty - Medium
Similar to first round
For Shortlists after elimination from first round.
The simple idea is that we will keep a record of the number of passengers changed at every time in a hash map ‘passengers’ where the key represents the time at which the number of passengers changed and the value at that key represents the count of passengers changed.
For Example- If we have trips = [ 2, 1,4 ], [ 2, 2,5 ] then at time = 1, no of passengers changed and increased by 2. S...
Top 5 best things that happened during covid lockdown for you.
Byjus bussiness model
Why is it better to have online coaching classes
Round duration - 20 minutes
Round difficulty - Easy
After two technical round interviews, the last round was a hr interview. The whole process can take up one whole day or more and your interview can be at any time
My process started at 5 pm and ended at 10:30 pm
All the interviewers were very friendly no pressure.
F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1
O(N), where ‘N’ is the given number.
As recursion uses a stack of size ‘N’
Time Complexity: O(2^n)Explanation:O(2^N), where ‘N’ i...
The most difficult situation you had overcome
A situation where you brought the best in another person
If in a situation with four people including you come up with a better solution than t...
Tip 1 : Be fast ans accurate on your aptitude amd verbal tests.
Tip 2 : In coding round, depending on the difficulty of the questions the time in which you complete solving them should decrease .If almost everyone can solve them timming comes in to the equation for shortlisting
Tip 3 : While submitting your resume, please be honest about the projects you have done and do not bluff about it because in the interview when you ate drilled abt it, they can catch you easily.
Tip 4 : be confident and answer every question to the best of your ability and if u don't know something, tell them you don't know abt it .
Tip 1 : Research the company and put the most revalent projects and skills that the company os looking for specifically
Tip 2 : Do not bluff or lie on your resume. It show's during the interview.
Senior Software Engineer
2.3k
salaries
| ₹10 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹6.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
| ₹12 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹8.5 L/yr - ₹34 L/yr |
SAP
MongoDB
Salesforce
IBM