Filter interviews by
Top trending discussions
I was interviewed in Apr 2024.
I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed in Jul 2023. There were 2 interview rounds.
It consisted two sections. One was GI and other was logical
posted on 31 Mar 2023
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
posted on 17 Sep 2023
It was a 4 hour hacker rank with 2 Long questions
posted on 12 Jun 2023
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
There main focus was on coding there were 10mcq of your coding s nd other section was for aptitude
posted on 16 Mar 2022
I applied via LinkedIn and was interviewed in Feb 2022. There were 4 interview rounds.
posted on 29 Oct 2021
I was interviewed in Sep 2021.
Round duration - 150 minutes
Round difficulty - Hard
Oracle’s aptitude test is one of the longest aptitude tests I appeared for in my placement phase. It was around 2hrs 30mins long.
Questions were from basically every subject I had studied like OS, CN, SDLC, etc. Questions weren’t too hard but the difficult part about this test is that it was divided into sections and sub-sections.
Each sub-section had its own independent time interval so bringing it down to like 10 quant questions in 14 minutes might sound easy but it’s not. So managing time is the only difficult part of this round.
Which is the correct SQL query to select the top 5 numbers from the given data?
The correct SQL query to select the top 5 numbers from the given data is 'SELECT TOP 5 number FROM table_name ORDER BY number DESC'.
Use the 'SELECT' statement to specify the columns you want to retrieve.
Use the 'TOP' keyword followed by the number of rows you want to select.
Specify the column name in the 'ORDER BY' clause to sort the data in descending order.
The question asks to implement an AVL_TREE from scratch and insert given values into it.
AVL_TREE is a self-balancing binary search tree
The height difference between left and right subtrees of all nodes should not be more than one
Implement the AVL_TREE data structure and insertion algorithm
Return the root of the AVL_TREE after inserting all the nodes
Round duration - 30 minutes
Round difficulty - Easy
The Technical Interview started off very fine and lasted for about 30-40 minutes. There were few HR questions in the beginning. The interviewer is very friendly. Firstly they asked me to tell them about myself. then the reasons for choosing this Profile. Then he asked me to explain the projects I have done. I have explained them. They have interrupted me and asked some doubts meanwhile. But I felt that they were intended just to check my confidence and how would I explain their doubts. They asked me some DSA Questions but I told them I am not much confident in DSA then they asked Basic Questions on DBMS like Explain about Normalization of DB, self Join, etc. And at the end, he asked me a general aptitude question based on Distance and time.
Overall the Interview was quite easy. Just learn the basics. Maintain good communication skills. Be confident and add good projects to your CV. Then it will be very easy to crack this round.
Asked me to write a query to select some data from large collection of it.
Write a query to select data from a large collection.
Use the SELECT statement to specify the columns you want to retrieve.
Use the FROM clause to specify the table or tables from which to retrieve the data.
Use the WHERE clause to specify any conditions that the retrieved data must meet.
Use the ORDER BY clause to sort the retrieved data in a specific order.
Use the LIMIT clause to limit the number of rows returned, if nec
The first line conta...
The task is to find the third largest element in an array of distinct integers.
Read the number of test cases 'T'
For each test case, read the number of elements 'N' and the array 'ARR'
Sort the array in descending order
Return the element at index 2 as the third largest element
Round duration - 30 minutes
Round difficulty - Easy
In the first 10 min, He asked me general HR questions like why OFSS. What are your strengths etc?
Then he asked me a puzzle. Then he asked me some questions from my resume regarding my internship and extracuriculars.
Then he asked me questions related to banking like how banks earn money, is a loan asset or liability, is FD asset or liability for a bank, and as I knew all these financial concepts already so it was quite easy for me to crack this round. The interviewer was very friendly and then I asked him some questions regarding the job profile and he answered every question happily and it was visible on his face that he is happy with my interview.
Suppose there are N balls. out of which only 1 ball is lighter in weight. You are given a simple balance. Then How many minimum no. of attempts do one take to find out that lighter ball. and how many...
Tip 1 : Practise some puzzles.
Tip 2 : Be prepared for questions like why OFSS, Why this profile, Your strengths, your future plans etc.
Tip 3 : Try to be calm during every situation in an interview as it shows your confidence and it matters to company how you handle such situations.
Tip 1 : Have a strong grip over the basics concepts of OOPS like classes, objects, encapsulation, polymorphism, data abstraction, and Inheritance.
Tip 2 : You should know how the SQL queries work and have a command on their database called Oracle.
Tip 3 : Learn javascript as its their most important requirement and it will give a strong edge over others. So C++,OOPS,SQL and Javascript are most important requirements and other things you should be aware of are Basics of DSA, Web development.
Tip 1 : You should have at least one project on your resume, mine was a web development group project and I did front-end work and the interviewer discussed it for at least 10 minutes.
Tip 2 : Have something on your resume that shows you are a team player and can work really efficiently working with the team like I lead a team of 5 during Smart India Hackathon and it gave me a huge edge over others.
posted on 29 Nov 2021
I was interviewed in Aug 2021.
Round duration - 90 minutes
Round difficulty - Medium
One of the standard and useful method of finding the power set is through bit-masking.
Consider a number with N-bits in its binary representation, if we consider that the state of ith bit depicts whether the ith array element is included in the current subset or not, then we can uniquely identify one of the subsets (as each number has a different binary representation).
Now we can simply ...
Round duration - 60 Minutes
Round difficulty - Medium
The technical question was mainly based on my resume, followed by coding questions.
When do you prefer to use Bokeh and when would you prefer Matplotlib?
Explain the machine learning project on your resume?
She gave a situation, and asked what would I implement Supervised...
Round duration - 30 Minutes
Round difficulty - Easy
It was a coding round
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then th...
The brute force approach is to use recursion. First, we reach the end of the Linked List recursively and at last node, we return the last node, which becomes the new head of the partially reversed Linked List. While coming back from each recursion call we add the current node in the current recursion call to the last node of the partially reversed Linked List and assign the current node to null.
Steps:
&...
Round duration - 20 Minutes
Round difficulty - Easy
What are you hobbies?
What are your salary expectations?
Tip 1 : Maintain a clean resume and have in-depth knowledge of the projects, as in the technical round the interviewer mainly asks technical questions regarding the projects. Questions based on projects are predictable and answering them can give a good impression during the interview.
Tip 2 : Be clear in explaining the approach to coding questions.
Tip 3 : Admit it, if you are not confident in a particular topic. Accepting your weakness is better than a wrong answer.
Tip 1 : Use formal resume templates and maintain a neat resume.
Tip 2 : Have few development projects on the resume with brief summary of the skills implemented.
Tip 3 : Mention your skills in proper sub-sections.
based on 4 reviews
Rating in categories
Software Developer
4
salaries
| ₹4.5 L/yr - ₹5 L/yr |
Quality Analyst
4
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
GIS Specialist
4
salaries
| ₹1.8 L/yr - ₹5.2 L/yr |
Administration Executive
3
salaries
| ₹3.5 L/yr - ₹5.4 L/yr |
Bosch Global Software Technologies
Amdocs
Automatic Data Processing (ADP)
Carelon Global Solutions