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

SDE - 1

Samsung
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures, algorithms, Dynamic Programming, DBMS, OS ,OOPS
Tip
Tip

Tip 1 : Try to maintain consistency daily
Tip 2 : Practice all topics 10 questions each will be sufficient.
Tip 3 :Do atleast 2 to 3 projects of any topic of your choice.

Application process
Where: Campus
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it single page
Tip 2 : Don't write unnecessary things

Interview rounds

01
Round
Easy
Video Call
Duration1 hour
Interview date20 Nov 2020
Coding problem4

The round started in early morning around 8:30 am.
It was online round on Microsoft Teams.
Interviewer was very helpful.

1. Middle Of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
SamsungGoldman SachsOracle

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Problem approach

Use the slow and fast pointer technique to find the middle element.

Try solving now

2. Reverse Level Order Traversal

Moderate
30m average time
52% success
0/80
Asked in companies
AdobeMicrosoftAmazon

You have been given a Binary Tree of integers. You are supposed to return the reverse of the level order traversal.

For example:
For the given binary tree

Example

The reverse level order traversal will be {7,6,5,4,3,2,1}.
Problem approach

Use simple level order traversal but while pushing the element into queue push right element before left one.

Try solving now

3. Operating System Question

What is deadlock?

Problem approach

Tip 1 : explain whatever you know

4. Operating System Question

What is thread?

Problem approach

Tip 1 : try to explain process and thread difference.
 

02
Round
Easy
HR Round
Duration15 Minutes
Interview date21 Nov 2020
Coding problem1

The round was scheduled in early morning around 8:30 am.
The interviewer was very helpful.

1. Basic HR questions

General questions were asked in this round.

Problem approach

Tip 1: Just be calm and patient
Tip 2: Always speak the truth

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