Samsung
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed before Mar 2021.
Round duration - 70 Minutes
Round difficulty - Medium
This online coding round, consisted of 3 DSA problems and we were supposed to solve them in 70 mins.
Programming Languages allowed: C, C++, JAVA
Note: Python was not available.
First of all, we need to observe that for any simple path in a Binary tree, there is one and only one node at the maximum height. So, the idea is to fix each node as the highest node in a path and then find the maximum sum path having the current node as the highest node. The final answer will be the maximum value among all the path sum values for each node. To find the maximum sum path for a particul...
Round duration - 45 Minutes
Round difficulty - Medium
This was the first technical round and those who cleared the online coding assessment round were eligible for this round. This round consisted of questions from DSA, CS Fundamentals, my projects and questions related to frontend.
What are the various formatting tags in HTML? What is DOM? What is the significance of and tag in HTML?
If the input string is ‘str’ = ”aazbbby”,...
The idea is here to use recursion as mentioned in the problem statement. For each character either it will be included in the answer or not, how to decide this at each point?
We will compare the last and 2nd last character of the string each time if they are equal we will remove the last and call recursion for the remaining string, if they both are not equal then we will append the last character into our final...
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:
&...
insert(word) - To insert a string "word" in Trie
search(word) - To check if string "word" is present in Trie o...
Firstly we have defined the node class of Trie having members:
Then we have defined our Trie Class having members:
What is a process in OS?
Round duration - 45 Minutes
Round difficulty - Medium
This was the second technical round and those who cleared the previous interview round were eligible for this round. This round consisted of questions from DSA, CS Fundamentals majorly OOPS, and my projects. How can we club two or more rows or columns into a single row or column in an HTML table?
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Describe 4 pillars of OOPS.
Tip 1 : You should be proficient in one of the 2 languages: C++, Java
Tip 2 : For each of the 4 pillars of OOPS, focus on 4 important aspects i.e. definition, use case, real-world eg., advantages.
Tip 3 : Learn about general design patterns like, Singelton, Factory, Builder etc.
Tip 1 : Mentions your past experiences.
Tip 2 : Mention at least 2 projects.
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
First round was coding test they have given paper and pen to write ToDoList component, Grocerry App and Javascript questions like deep cloning, Merge sort, Reversing the array.
The worst part most of them got rejected Since they didnt write performance based code using pen and paper, A very long question in React given 45 mins to write it.
I was called to Harman office in bengaluru, and waited till evening 5 pm only to get results, the process is so long and worst.
Even though we got best marks in exam we are rejected because our code is not doing performance in pen and paper
All of the questions which were written is correct and got good marks, but not selected because there are no technical people to correct the answers, only HR people check the answers and evaluate.
No interviews conducted and they mentioned interviews will be conducted again virtually.
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.
Sales Executive
1.1k
salaries
| ₹0.9 L/yr - ₹6.9 L/yr |
Assistant Manager
1.1k
salaries
| ₹5.5 L/yr - ₹20 L/yr |
Software Engineer
883
salaries
| ₹6.5 L/yr - ₹25 L/yr |
Manager
528
salaries
| ₹10 L/yr - ₹33 L/yr |
Senior Engineer
474
salaries
| ₹4 L/yr - ₹16 L/yr |
Apple
LG Electronics
Sony
Xiaomi