Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare
4.0

based on 6.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Software Developer Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top Samsung Software Developer Interview Questions and Answers

  • Q1. Minimum Time in Wormhole Network You will be given a starting point (sx, sy) and a destination point (dx, dy) in the two-dimensional coordinate system representing the un ...read more
  • Q2. Find The Repeating And Missing Number You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of the integers occurs twice in ...read more
  • Q3. Bursting Balloons You are given an array 'ARR' of N integers. Each integer represents the height of a balloon. So, there are N balloons lined up. Your aim is to destroy a ...read more
View all 103 questions

40 Samsung Software Developer Interview Experiences

160 questions found

Sort by: Popular

Software Developer Interview Questions

user image Anonymous

posted on 29 May 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Basic DSA Question on Recursion , DFS, BFS

2

One-on-one Round (2 Questions)

  • Q1. Insert a node in a N - array tree
  • Q2. Some GFG puzzle and explanation

Skills evaluated in this interview

Software Developer Interview Questions

user image Anonymous

posted on 25 Nov 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 -

I applied via Referral and was interviewed in May 2024.

1 Interview Round

1

Coding Test Round

The coding from DSA topics

Get interview-ready with top interview questions

Software Developer Interview Questions

user image Anonymous

posted on 14 Sep 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
Selected  Selected

I applied via Campus Placement

1 Interview Round

1

Coding Test Round

1. Online test in campus (1 question, 3hrs - 2018)/
2. Group discussion
3. In person campus interview

Software Developer Interview Questions

user image Anonymous

posted on 23 May 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed in Nov 2023.

3 Interview Rounds

1

Coding Test Round

3 hr test 1 question

2

Technical Round (1 Question)

  • Q1. Leetcode medium and projects
3

HR Round (1 Question)

  • Q1. General hr question

Samsung interview questions for designations

 Software Developer Intern

 (12)

 Embedded Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (49)

 UI Developer

 (1)

 IOS Developer

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (9)

Software Developer Interview Questions

user image Anonymous

posted on 2 Oct 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed before Oct 2023.

2 Interview Rounds

1

Coding Test Round

Two leetcode problems

2

HR Round (2 Questions)

  • Q1. Tell about yourself
  • Q2. Where do you see yourself in 5years

Software Developer Interview Questions

user image Anonymous

posted on 24 Apr 2023

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 6-8 weeks
Result
 Not Selected

I applied via Referral and was interviewed in Mar 2023.

2 Interview Rounds

1

Aptitude Test Round

The aptitude test is about your basic knowledge in software developing.

2

One-on-one Round (1 Question)

  • Q1. What are the basic role of JAVA in the development of software?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should make your base strong and your knowledge about software should be up to date.

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 29 May 2022

I was interviewed in Apr 2022.

1 Interview Round

1

Video Call Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

It was conducted on the cubes platform. We were given 2 coding questions to solve in 90 minutes.

I solved both the problems within 25 min and checked for different test cases manually for more than 15 mins. There were only two test cases were visible and the rest are hidden. Even After submission, they didn’t show us whether all test cases pass not. So, before submission doesn’t forget to check for corner cases manually. One needs to pass all test cases as low as time possible.

  • Q1. Next Greater Number You are given a string S which represents a number. You have to find the smallest number strictly greater than the given number which contai...read more
  • Q2. Check if two trees are Mirror You are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two...read more

Interview Preparation Tips

Eligibility criterianaSamsung interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer interview

user image INTERVIEW AALA

posted on 30 Nov 2021

Software Developer Interview Questions

user image CodingNinjas

posted on 14 Jan 2022

I was interviewed in Aug 2021.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

This was an online coding round where we had 3 questions to solve under 120 minutes. The questions were of medium to hard difficulty level.

  • Q1. Trapping Rain Water You have been given a long type array/list 'ARR' of size 'N'. It represents an elevation map wherein 'ARR[i]' denote...read more
  • Q2. Shortest Path in a Binary Matrix You have been given a binary matrix of size 'N' * 'M' where each element is either 0 or 1. You are also given a...read more
  • Q3. Count Leaf Nodes You are given a Binary tree. You have to count and return the number of leaf nodes present in it. A binary tree is a tree data structure in whi...read more
2

Video Call Round (4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

In this round I was first asked 2 questions related to DSA where I was expected to first explain my approach to the interviewer along with proper complexity analysis and then code the implementation in any of my preferred IDE. This was followed by some questions related to OOPS and C++.

  • Q1. Find The Repeating And Missing Number You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of the integer...read more
  • Q2. Number Of Pairs With Given Sum You have been given an integer array/list(arr) and a number 'Sum'. Find and return the total number of pairs in the array...read more
  • Q3. DS Question

    Difference between structure and union and what are the pros and cons of both?

  • Q4. OOPS Question

    How does C++ support Polymorphism?

3

Video Call Round (5 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 3 questions from DSA which I had to code under 60 minutes and then the interviewer asked some questions from Operating Systems and Android as I did a project in Mobile App Development.

  • Q1. Spiral Order Traversal of a Binary Tree You have been given a binary tree of 'N' nodes. Print the Spiral Order traversal of this binary tree. For exampl...read more
  • Q2. Stack using queue Implement a Stack Data Structure specifically to store integer data using two Queues. There should be two data members, both being Queues to s...read more
  • Q3. Convert a binary tree to its sum tree Given a binary tree of integers, you are supposed to modify the given binary tree to a sum tree where each node value is r...read more
  • Q4. OS Question

    What is meant by Multitasking and Multithreading in OS?

  • Q5. Technical Question

    What is Android?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 13 Jan 2022

I was interviewed in Jul 2021.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

This was an online coding round where we had 3 questions to solve under 120 minutes. The questions were of medium to hard difficulty level.

  • Q1. Triplets with Given Sum You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds...read more
  • Q2. Minimum operation needed to convert to the given string You are given two strings 'str1' and 'str2'. Find the minimum operations required to con...read more
  • Q3. Power of Two You have been given an integer 'N'. Your task is to return true if it is a power of two. Otherwise, return false. An integer 'N' is...read more
2

Video Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Merge K Sorted Arrays You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays...read more
  • Q2. Spiral Order Traversal of a Binary Tree You have been given a binary tree of 'N' nodes. Print the Spiral Order traversal of this binary tree. For exampl...read more
  • Q3. OOPS Question

    Difference between structure and union and what are the pros and cons of both?

3

Video Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 questions related to Trees and Graphs and some questions revolving around types of Operating Systems their pros and cons.

  • Q1. Diameter Of Binary Tree You are given a Binary Tree. You are supposed to return the length of the diameter of the tree. The diameter of a binary tree is the len...read more
  • Q2. Shortest Path in a Binary Matrix You have been given a binary matrix of size 'N' * 'M' where each element is either 0 or 1. You are also given a...read more
  • Q3. OS Question

    What is Real-Time Operating System? What are its pros and cons?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Samsung Interview FAQs

How many rounds are there in Samsung Software Developer interview?
Samsung interview process usually has 2-3 rounds. The most common rounds in the Samsung interview process are Coding Test, Resume Shortlist and One-on-one Round.
How to prepare for Samsung Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Samsung. The most common topics and skills that interviewers at Samsung expect are Analytical skills, C++, Debugging, Log Analysis and Networking.
What are the top questions asked in Samsung Software Developer interview?

Some of the top questions asked at the Samsung Software Developer interview -

  1. Consider we have large amount of physical memory.Do we still need virtual memor...read more
  2. You are given a string and a number.Count the no of ‘-’ characters in the s...read more
  3. Differences between Mutex and Semaphore. Why do we need Mutex if we have Semaph...read more

Tell us how to improve this page.

Interview Process at Samsung Software Developer

based on 5 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 15 Samsung interviews
Campus Placement
Referral
Job Portal
80%
13%
7%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Samsung Software Developer Salary
based on 312 salaries
₹7.7 L/yr - ₹27.1 L/yr
106% more than the average Software Developer Salary in India
View more details

Samsung Software Developer Reviews and Ratings

based on 34 reviews

3.7/5

Rating in categories

3.1

Skill development

3.8

Work-Life balance

3.0

Salary & Benefits

3.6

Job Security

3.4

Company culture

2.8

Promotions/Appraisal

3.1

Work Satisfaction

Explore 34 Reviews and Ratings
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Software Engineer
1.1k salaries
unlock blur

₹6.8 L/yr - ₹24.1 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Manager
558 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
500 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Xiaomi

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview