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

SDE - 1

Samsung
upvote
share-icon
3 rounds | 9 Coding problems

Interview preparation journey

expand-icon
Journey
Practicing more and more DSA questions and taking part in contests on various platforms and learning new concepts by solving contest questions that I was unable to solve during the contest.
Application story
Since It was an on-campus drive with minimum CPI criteria of 7 and I was eligible for it as my CPI was above 8.
Why selected/rejected for the role?
One question was asked in OA and the given time was 3 Hr. And I was able to solve that question within 1 Hr. Then I had a Technical Interview of 45 min- 60 min based on basic computer science fundamentals. And the interviewer was satisfied with my answers.
Preparation
Duration: 2 Months
Topics: Data Structures and algorithms, Greedy, Dynamic Programming, Graph, OOPS, Operating System
Tip
Tip

Tip 1 : Practice more and more DSA questions and take part in contests regularly.
Tip 2 : Do at least 1 good project and you must be confident to elaborate on it. You must know in detail some basic questions about your project, for example: which data structure you have used? what is your contribution to that project if it is done in the group? 
Tip 3 : Learn concepts in computer science Fundamentals - OOPS, OS, DBMS, Computer Networks

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

Tip 1 : Add your Achievements. for example- any hackathon that you have won. 
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Hard
Online Coding Test
Duration180 minutes
Interview date10 Sep 2022
Coding problem1

This was a 3 hours coding round in which we had to code 1 problem having 50 test cases. Only those students were selected for the next round who passed all the test cases.

1. NINJA AND THE GRID

Moderate
30m average time
60% success
0/80
Asked in company
Samsung

There is a N X N ‘GRID’ in which some cells are empty while others are blocked. Empty cells are denoted by ‘.’ and blocked cells by ‘#’. Initially, the ninja is standing at the bottom of the GRID.

Ninja can start at any one of the bottom empty cells. He can take steps either up or right, i.e., from the cell ( i, j ) to cell ( i - 1, j ) or ( i, j + 1 ). The ninja can not move outside the grid. Once he has taken a step towards right then, he cannot take steps in any other direction.

You need to calculate the number of ways he can reach the right end of the grid.

Note: Ninja can not pass through the blocked cells.

Example:
Input:

‘N’ = 3
‘GRID’ = [ # . .  ] [ # . . ] [ # . . ]

Following are the possible ways:

( 2, 1 ) => ( 2, 2 )
( 2, 1 ) => ( 1, 1 ) => ( 1, 2 )
( 2, 1 ) => ( 1, 1 ) => ( 0, 1 ) => ( 0, 2 )
( 2, 2 )
( 2, 2 ) => ( 1, 2 )
( 2, 2 ) => ( 1, 2 ) => ( 0, 2 )

Where ( i, j ) denotes the cell GRID [ i ] [ j ].
Try solving now
02
Round
Medium
Face to Face
Duration45 minutes
Interview date10 Sep 2022
Coding problem7

In the beginning, the interviewer went through my entire resume line by line.
1. Tell me about yourself.
2. Then he asked me about the Hackathon project which I mentioned in the resume and about the work that I did during 2 month Summer Internship.
3. Then, Core Computer Science Fundaments.

1. OS Question

Difference between Multi-programming vs Multi-tasking vs Multi-processing

2. Networking Question

TCP vs UDP

3. OOPS Question

Explain 4 pillars of OOPS - Inheritance, Polymorphism, Abstraction, and Encapsulation.

4. OS Question

What is Thrashing

5. OOPS Question

what are Ambiguity in multiple inheritances in c++

6. OS Question

What is Virtual Memory

7. OS Question

what is Multi-threading

03
Round
Easy
HR Round
Duration15 minutes
Interview date10 Sep 2022
Coding problem1

1. Basic HR Questions

Tell me about Yourself

Why do you want to join Samsung ?

Why should we hire you?

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
2229 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
58237 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes