Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
3 questions in 1 hour . Platform - Cocubes . Whoever solved all three questions were shortlisted.
I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.
4 coding questions Codeforces B C D E Level
Read DP in more detail
I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.
Samsung Research interview questions for popular designations
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
3 questions medium leetcode
Depth First Search (DFS) pseudo code
Initialize a stack to keep track of nodes to visit
Start with the initial node and push it onto the stack
While the stack is not empty, pop a node from the stack and visit its neighbors
Push unvisited neighbors onto the stack
Repeat until all nodes are visited
BFS (Breadth First Search) algorithm pseudo code
Start by enqueueing the starting node
While the queue is not empty, dequeue a node and process it
Enqueue all adjacent nodes that have not been visited yet
Repeat until all nodes have been visited
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The position of the slow pointer at this point will be the middle of the linked list.
Get interview-ready with Top Samsung Research Interview Questions
I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.
3 Questions
Easy to medium level
Topics :- Arrays, priority queue, trees, linked Lists, Dp
I applied via Naukri.com and was interviewed in Feb 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.
3 hours test
1 DSA question to solve
A binary tree is considered a binary search tree if the left subtree of a node contains only nodes with keys less than the node's key and the right subtree contains only nodes with keys greater than the node's key.
Check if the left child of a node is less than the node's key and the right child is greater than the node's key
Recursively check all nodes in the tree to ensure they follow the binary search tree property
Ino...
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.
Coding round with medium complexity
A linked list is a data structure where each element points to the next element in the sequence.
Create a Node class with data and a reference to the next Node
Initialize a LinkedList class with a head Node
Implement methods to add, remove, search, and traverse the linked list
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
Coding test had medium-hard leetcode questions
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 990 reviews
Rating in categories
Software Engineer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
639
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
548
salaries
| ₹0 L/yr - ₹0 L/yr |
Chief Engineer
377
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
322
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Research
IBM Research
Intel
TCS