Filter interviews by
I applied via Campus Placement
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 Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
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
Samsung Research interview questions for designations
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
Competitive programming via hackerrank
Get interview-ready with Top Samsung Research Interview Questions
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 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
3 coding questions of type easy and medium
I applied via Campus Placement and was interviewed before Nov 2021. There were 4 interview rounds.
3 questions
1. Maximum subarray sum equal to 0
2. Replace the first node of the linked list with the last node, second with second last and so on.
3. can't remember
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The duration of Samsung Research Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interviews
4 Interview rounds
based on 174 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