Filter interviews by
I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.
Simple DSA and CS Fundamentals
Top trending discussions
posted on 25 Nov 2024
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
Easy to medium questions
A software for managing inventory in a retail store
Create a user-friendly interface for adding, updating, and deleting products
Include features for tracking sales, restocking inventory, and generating reports
Implement barcode scanning functionality for quick product lookup
I was interviewed in Mar 2024.
Aptitude and dsa questions
I applied via Company Website and was interviewed before Feb 2022. There were 3 interview rounds.
I want to work here because of the company's reputation, the opportunity for growth, and the chance to work on innovative projects.
Company's reputation: The company has a strong reputation in the industry for its high-quality software development work.
Opportunity for growth: I believe that working here will provide me with ample opportunities to learn and grow as a software developer.
Innovative projects: I am excited a...
I am a software development intern with a passion for coding and problem-solving.
Currently pursuing a degree in Computer Science
Proficient in programming languages such as Java, C++, and Python
Experience with web development frameworks like React and Angular
Completed several projects including a mobile app for task management
Strong problem-solving and analytical skills
I was interviewed in May 2021.
Round duration - 45 minutes
Round difficulty - Medium
This round was scheduled in the morning hours from 10:30 to 11:15 AM. I was informed about the round 2 days earlier through an e-mail and a phone call both.
Ninja, a boy from Ninjaland, receives 1 coin every morning from his mother. He wants to purchase exactly 'N' candies. Each candy usually costs 2 coins, but it is available for 1 ...
We will iterate over all possible days, which will be between 1 to 2*(sum of all K[i]). Let our current day be ‘currDay’. We will check if any valid distribution is possible for the current day.
If we had several days for some type of candies, let's use the last one, it is always not worse than some of the previous days. Then let's iterate over all days from 1 to ‘ansd’ and do the following:
Round duration - 45 minutes
Round difficulty - Hard
After the first round, some candidates were shortlisted and I was one of them which was scheduled 2 days later at the same time.
You are provided with ‘N’ types of umbrellas, where each umbrella type can shelter a certain number of people. Given an array UMBRELLA
that indicates the number of people each um...
Approach: The idea here is to try every possible option and consider the minimum ans.
We have two possible options: either we use the i-th umbrella to cover people or not.
So, the recurrence for the above problem is:
minNumberOfUmbrellas(i, M) = min(minNumberOfUmbrellas(i - 1, M), 1+ minNumberOfUmbrellas(i, M - UMBRELLA[i])).
minNumberOfUmbrellas(i, M) represents the minimum number of umbrellas...
It's Christmas and Santa has 'K' gifts to distribute. There are 'N' children standing in a straight line in the park due to COVID restrictions. You are given an array distance
...
We can note that it is always optimal to distribute gifts to ‘K’ children who are adjacent to each other.
For example, if the position of children are [2, 4, 7] and K = 2, it is optimal to give gifts to children with positions 2 and 4. If the positions were to be [2, 5, 7], it is optimal to give gifts to children at positions 5 and 7. In general, if the positions are [p1, p2, p3] where p1 < p2 ...
Round duration - 30 minutes
Round difficulty - Medium
It was a simple conversation, no shortlisting was done here, all of the students who passed the previous round were offered the role.
Tip 1 : Aptitude is must.
Tip 2 : Practice puzzle problems.
Tip 3 : Do atleast 2 projects.
Tip 1 : projects should be well mentioned
Tip 2 : also don't forget to mention your grades of all academic levels
posted on 15 Nov 2024
3h test with 1question
posted on 13 Dec 2024
I was interviewed before Dec 2023.
Fundamental output questions and aptitude assessments.
I chose Dell for their reputation for innovation, strong company culture, and opportunities for growth.
Reputation for innovation in technology industry
Strong company culture focused on employee development
Opportunities for growth and advancement within the company
Coding skills should be good
Basic c and c++ and python and networking
I was interviewed in Mar 2021.
Round duration - 45 minutes
Round difficulty - Hard
Interview was conducted at zoom in the evening hours.
Given an array of positive integers, determine the Greatest Common Divisor (GCD) of a pair of elements such that it is the maximum among all possible pairs in the array. The...
If a number is a divisor of two or more elements then it can be the GCD of the pair formed using those elements.
In this method, we will iterate over all the elements in the array and find the divisors of every element. We will also maintain a count array where the index represents the divisor and the value at that index is the number of elements in the given array having this as a divisor.
After t...
Kevin has 'N' buckets, each consisting of a certain number of fruits. Kevin wants to eat at least 'M' fruits. He is looking to set a marker as high as possible such ...
First, we should know that the marker can’t be negative and also it will not be greater than the maximum number of fruits in a particular bucket because if this happens then Kevin are not able to eat any of these fruits.
Therefore, the marker must be in the range of 0 to a maximum number of fruits in a particular bucket. So, the idea is to first calculate the maximum number of fruits in any partic...
Round duration - 30 minutes
Round difficulty - Medium
This round was scheduled in the morning hours from 10:30 to 11 am. The interviewer was cool-minded and I really enjoyed talking to him.
Tip 1 : Data structures and algorithms are the most fundamental and important thing to prepare.
Tip 2 : Don't ignore OOPS.
Tip 3 : Solve DSA questions regularly.
Tip 1 : Avoid unnecessary details like hobbies, date of birth, parent's name, photo, etc., and keep it one-pager.
Tip 2 : Add a link to your GitHub, LinkedIn, website, phone number, etc.
based on 1 review
Rating in categories
Staff Engineer
283
salaries
| ₹15 L/yr - ₹40 L/yr |
Principal Engineer
199
salaries
| ₹24.5 L/yr - ₹59 L/yr |
Senior Engineer
143
salaries
| ₹13.3 L/yr - ₹25.2 L/yr |
Test Engineer
132
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Senior Software Engineer
74
salaries
| ₹10 L/yr - ₹25 L/yr |
Seagate
Micron Technology
Intel
Samsung