Filter interviews by
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
Graph algorithm questions
I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.
Coding test - 3 hrs, bfs-dfs, samsung own coding tool
The diameter of a tree is the longest path between any two nodes in the tree.
Find the longest path between any two nodes in the tree.
This can be done by running two depth-first searches (DFS) on the tree.
The diameter of the tree is the length of the path found by the second DFS.
To find common ancestors of 2 nodes in a tree, traverse from both nodes to root and store paths. Then find the intersection of paths.
Traverse from both nodes to root and store paths
Find the intersection of paths to get common ancestors
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
Competitive programming via hackerrank
Samsung Research interview questions for popular designations
I applied via Referral and was interviewed in May 2022. There were 3 interview rounds.
Get interview-ready with Top Samsung Research Interview Questions
I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2023. There were 5 interview rounds.
2 Medium level question need to be solved within 1.5 hrs
One advance coding question need to be solve within 3 hrs
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Usual one of the samsung sw advanced quenstions
Pointers in programming languages store memory addresses of variables or objects.
Pointers take up memory to store the memory address they point to
Pointers can be used to access and manipulate data indirectly
Example: int* ptr = # // ptr stores the memory address of num
I will approach a problem by breaking it down into smaller parts and analyzing each part individually.
Identify the problem and its scope
Gather all relevant information and data
Break down the problem into smaller parts
Analyze each part individually
Develop a plan of action
Implement the plan and monitor progress
Make adjustments as necessary
I was interviewed before Apr 2023.
There was a coding round on cocubes. Followed by SWC exam of 3 hours containing question related to bfs,dfs dp
The median of running streams is the middle value when all values are arranged in ascending order.
To find the median of running streams, first arrange all the values in ascending order.
If the number of values is odd, the median is the middle value.
If the number of values is even, the median is the average of the two middle values.
For example, if the running stream values are 5, 8, 12, 15, 20, the median is 12.
If the ru...
To find the number of islands, we can use depth-first search (DFS) or breadth-first search (BFS) algorithms.
Use DFS or BFS to traverse the grid and mark visited islands
Count the number of times DFS or BFS is called to find the number of islands
Consider diagonal connections if applicable
Example: [['1', '1', '0', '0', '0'], ['1', '1', '0', '0', '0'], ['0', '0', '1', '0', '0'], ['0', '0', '0', '1', '1']]
Some of the top questions asked at the Samsung Research interview -
The duration of Samsung Research interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 97 interviews
Interview experience
based on 994 reviews
Rating in categories
Software Engineer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
632
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
517
salaries
| ₹0 L/yr - ₹0 L/yr |
Chief Engineer
373
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
324
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Research
IBM Research
Intel
TCS