Samsung Interview Experience for Fresher SDE - Intern,
Oct 2021
Samsung Interview Experience for Fresher SDE - Intern,
Oct 2021
Posted: 28 Nov 2022
1
Selected
Interview Rounds
Application Process
Round 1
Round 2
Interview Process
Online Coding Test
Moderate
Duration:
90 Minutes
Interview-Date:
30 Oct 2021
Problems:
3
OA was given during the evening slot at around 5 PM for a duration of 90 minutes. The platform was cocubes and it was very user-friendly.
Invert a Binary Tree
You are provided with a Binary Tree and one of its leaf nodes. You have to invert this binary tree. Inversion must be done by following all the below guidelines:
You are given an arbitrary binary tree, a node of the tree, and an integer 'K'. You need to find all such nodes which have a distance K from the given node and return the list of these nodes.