Dell
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Duration for 60 minutes, where questions were asked based on DS And Algo, Java Coding Practices and basic problem solving skills.
I applied via Naukri.com and was interviewed in Jan 2022. There were 5 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.
HashMap uses an array of buckets to store key-value pairs.
Each bucket contains a linked list of entries with the same hash code.
When a key-value pair is added, its hash code is used to determine the bucket and the entry is added to the linked list.
When a value is retrieved, the key's hash code is used to find the bucket ...
I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.
Questions were based on OOPs concepts
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.
Garbage collection in Java is an automatic process of reclaiming memory by destroying unused objects.
Garbage collection in Java is performed by the JVM to free up memory by destroying objects that are no longer referenced.
It helps in preventing memory leaks and improving performance by automatically managing memory allocation and deallocation.
Java provides different types of garbage collectors like Serial, Parallel, CM...
Linked list reversal
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.
Generate string permutations with first letter as vowel and atleast 3 letters
Create a list of vowels and a list of consonants
Generate all possible permutations of length 3 or more using itertools.permutations
Filter out permutations that do not start with a vowel
Join the remaining permutations into strings
I appeared for an interview before Sep 2020.
Round duration - 180 Minutes
Round difficulty - Medium
Round was held in the morning at 10 am.
Given an undirected graph with 'N' nodes in the form of an adjacency matrix and an integer 'M', determine if it is possible to color the vertices of the graph using at most ...
The problem involves determining if a given graph can be colored with at most 'M' colors without adjacent vertices sharing the same color.
Create a function that takes the adjacency matrix, number of nodes 'N', and maximum number of colors 'M' as input.
Implement a graph coloring algorithm such as backtracking or greedy coloring to check if the graph can be colored with at most 'M' colors.
Check if adjacent vertices have ...
Round duration - 40 Minutes
Round difficulty - Medium
The round was held in the evening
Design and implement a Trie (prefix tree) to perform the following operations:
insert(word)
: Add a string "word" to the Trie.search(word)
: Verify if the string "w...Implement a Trie data structure to insert, search, and check for prefixes in strings.
Create a TrieNode class with children and isEndOfWord attributes.
Implement insert, search, and startsWith methods in the Trie class.
Use a Trie to efficiently store and search for strings based on prefixes.
Example: insert 'apple', search 'apple' returns true, startsWith 'app' returns true, search 'app' returns false.
Round duration - 10 Minutes
Round difficulty - Easy
Was held in the morning around 9 am
Tip 1 : Focus on graphs, most questions are from this topic
Tip 2 : Prepare well about the projects you mention in your resume
Tip 3 : Do not fill the resume with too many things. Keep it simple
Tip 1 : Have 2-3 projects on resume. But also be prepared to answer questions related to the projects.
Tip 2 : Do not mention too many things. Keep it short and simple
based on 5 interview experiences
Difficulty level
Duration
based on 105 reviews
Rating in categories
Senior Software Engineer
2k
salaries
| ₹10.2 L/yr - ₹35.8 L/yr |
Principal Software Engineer
1.2k
salaries
| ₹27.9 L/yr - ₹52 L/yr |
Software Engineer
1.1k
salaries
| ₹5.1 L/yr - ₹20 L/yr |
Software Engineer2
958
salaries
| ₹12.4 L/yr - ₹22 L/yr |
Senior Analyst
598
salaries
| ₹6 L/yr - ₹21 L/yr |
Samsung
vivo
OPPO
LG Electronics