Filter interviews by
A question based on DFS
I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.
Hackerrank coding test, 4 hours 3 problems. easy, medium hard, hard
On site coding test, 3 hours 1 problem
Samsung Research interview questions for popular designations
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
It was a 3 hr long coding test, where 1-2 question may be asked based on scenarios, question will be medium level, but should pass all the test cases,
Dijkstra's algorithm finds the shortest path in a graph from a starting node to all other nodes.
Use a priority queue to keep track of the shortest distance to each node
Initialize distances to all nodes as infinity except the starting node as 0
Iterate through all nodes and update distances if a shorter path is found
Repeat until all nodes are visited and shortest paths are calculated
Dry run on a sample test involves mentally executing the code to understand its flow and output.
Understand the code logic and variables
Step through each line of code
Keep track of variable values at each step
Predict the output based on the code execution
Get interview-ready with Top Samsung Research Interview Questions
3hr Coding round, 1 Graph Question
I applied via Approached by Company and was interviewed in Dec 2023. There were 4 interview rounds.
That was a 4 hour On-site test in which you have to do 1 Question in 4 hours.
Difficulty of the question is Leetcode hard.
Searching in a rotated array involves finding a target element in an array that has been rotated at an unknown pivot point.
Use binary search to efficiently search in a rotated array.
Check if the target element is in the left or right half of the array based on the pivot point.
Adjust the binary search algorithm based on the rotation to find the target element.
I was interviewed before Nov 2023.
4 hours, 1 question, Leetcode medium - hard
Graph and linked list
Easy to Medium questions on LinkedList, graphs and Trees.
Top trending discussions
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 987 reviews
Rating in categories
Software Engineer
1.6k
salaries
| ₹7 L/yr - ₹22 L/yr |
Lead Engineer
635
salaries
| ₹10 L/yr - ₹39.8 L/yr |
Senior Software Engineer
535
salaries
| ₹7.8 L/yr - ₹33 L/yr |
Chief Engineer
377
salaries
| ₹14 L/yr - ₹51 L/yr |
Engineer
320
salaries
| ₹6.7 L/yr - ₹22 L/yr |
Microsoft Research
IBM Research
Intel
TCS