Samsung interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Samsung
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 months
Topics: Data Structures, OOPS, System Design, Algorithms, linked List , map , set
Tip
Tip

Tip 1 : Keep your dsa basics clear 
Tip 2 : Have a depth knowledge of oops
Tip 3 : Have atleast 1 good project to explain

Application process
Where: Campus
Eligibility: Above 7 CGPA , only Cse and It students
Resume Tip
Resume tip

Tip 1 : Keep it a one page resume 
Tip 2 : Give description of the project mentioned .
Tip 3 : Mention your coding profiles in resume 
Tip 4 : Give the github link of project code u der project description if possible

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date15 Dec 2021
Coding problem1

The coding round was held online . It was of 90 minutes 2 medium level questions were asked 
One was based on tree and second was based on linked list . The environment was quiet easy to use and user friendly

1. Least Common Ancestor

Moderate
25m average time
75% success
0/80
Asked in companies
FacebookVisaSamsung

You are given an arbitrary binary tree with N nodes, whose nodes have their values in the range of integers. You are given two nodes x, y from the tree. You have to print the least common ancestor of these nodes.

Least common ancestor of two nodes x, y in a tree or directed acyclic graph is the lowest node that has both nodes x, y as its descendants.

For example look at the tree below, the LCA of node 1 and 5 is 3.

Note :

You have to return the deepest node which has both x, y as its descendants.
There may be cases where one of u or v is not present in the tree. In those cases, the reference provided to u or v will be NULL.
Problem approach

Tip 1 : keep your tree basics clear 
Tip 2 : do 20-30 questions on trees 

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date21 Dec 2021
Coding problem1

The interview round was held online in the day time . It was a 60 minutes video interview , the interviewer was quiet friendly.

1. Split A Circular Linked List

Easy
15m average time
85% success
0/40
Asked in companies
AdobeSamsung

You are given a circular linked list having N number of nodes, where N is even. You have to split this linked list into two equal-sized circular linked lists.

Here splitting means you have to make two separate circular linked lists, one for the first N/2 nodes and one for the last N/2 nodes.

For Example :

Let the circular linked list be 1, 2, 3, 4. We have to split this into two equal-sized circular linked lists.

example

Problem approach

Tip 1: Have a deep knowledge of linked list , doubly linked list , circular linked list . 
 

Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date26 Aug 2022
Coding problem1

The round was held online in the morning slot . It was a 60 minutes video interview , the interviewer was polite and nice .

1. Operating System Based Questions

The problem was based on diamond variation in oops and the basics of deadlock were asked .
Then the question on tree traversal was asked at the end .

Problem approach

Tip 1: Have some good knowledge on oops and dsa 
Tip 2: read the gfg archives for the same 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by Samsung
1921 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Samsung
1221 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Samsung
2230 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Samsung
419 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes