Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Samsung Interview Questions and Answers

View all 396 questions

Samsung Interview Experiences

Popular Designations

546 interviews found

I applied via Walk-in and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is your name
  • Q2. Prakash

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication

Interview Questionnaire 

1 Question

  • Q1. How did you hear about this position

Executive Production Interview Questions asked at other Companies

Q1. What was your position in previous and draw an organogram showing your position and show 2 line above and 2 line below?
View answer (2)

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Technical experience
  • Q2. Technical questions and last company profile
  • Q3. How to support pan India
  • Ans. 

    To support pan India, we need to establish a strong network of trainers and training centers across the country.

    • Identify key locations and cities where training is required

    • Recruit and train local trainers who can deliver the training in their respective regions

    • Establish training centers in strategic locations

    • Develop online training modules to reach remote areas

    • Regularly monitor and evaluate the effectiveness of the tra...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Senior Executive Trainer interview:
  • Technical
Interview preparation tips for other job seekers - talkative and clear vision and work honesty also good skills

Senior Executive Trainer Interview Questions asked at other Companies

Q1. how to support pan India
View answer (1)

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The round was taken on Cocubes platform with video enabled . The time I chose was 3:00 P.M.

  • Q1. 

    Maximum Number from Linked List Problem Statement

    Given a linked list where each node contains a single digit, your task is to construct the largest possible number using these digits.

    Objective:

    Print ...

  • Ans. 

    Given a linked list of single digits, construct the largest number possible.

    • Traverse the linked list to extract the digits

    • Sort the digits in descending order

    • Concatenate the sorted digits to form the maximum number

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The coding problems were medium and it was held online on Cocubes at 4:00 PM

  • Q1. 

    Maximum Sum Path from Leaf to Root

    Given a binary tree with 'N' nodes, identify the path from a leaf node to the root node that has the maximum sum among all root-to-leaf paths.

    Example:

    All the possibl...

  • Ans. 

    Find the path from a leaf node to the root node with the maximum sum in a binary tree.

    • Traverse the binary tree from leaf to root while keeping track of the sum of each path.

    • Compare the sums of all paths and return the path with the maximum sum.

    • Use recursion to traverse the tree efficiently.

    • Consider negative values in the tree when calculating the sum of paths.

  • Answered by AI
  • Q2. 

    Bipartite Graph Check

    Determine if a given graph is bipartite. A graph is considered bipartite if its vertices can be divided into two disjoint sets, 'U' and 'V', such that every edge connects a vertex in...

  • Ans. 

    Check if a given graph is bipartite by dividing its vertices into two disjoint sets.

    • Create two sets 'U' and 'V' to divide the vertices

    • Check if every edge connects vertices from different sets

    • Use graph traversal algorithms like BFS or DFS to determine bipartiteness

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 8 CGPASamsung interview preparation:Topics to prepare for the interview - Dynamic Programming, Greedy Techniques, Data Structures, OOPs, DBMS, Graph TheoryTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare OS, DBMS and OOPs also
Tip 2 : Do Competitive Coding Contest from CodeForces.
Tip 3 : Do leetcode 2 months before interviews.

Application resume tips for other job seekers

Tip 1 : Have some good coding profiles on various platforms
Tip 2 : Mention some projects or past experience relevant to your stream

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Samsung Software Developer Intern Interview Questions and Answers

Q1. Remove Consecutive Duplicates Problem Statement For a given string str, remove all the consecutive duplicate characters. Example: Input: Input String: "aaaa" Output: Expected Output: "a" Input: Input String: "aabbbcc" Output: Expected Outpu... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Samsung interview questions for popular designations

 Software Engineer

 (49)

 Software Developer

 (36)

 Research and Development

 (14)

 Sales Executive

 (12)

 Software Developer Intern

 (12)

 Senior Software Engineer

 (9)

 Area Sales Manager

 (9)

 Intern

 (8)

I applied via Campus Placement and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Polytecnic

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical ane bot was majorly stress test

Electrical Engineer Interview Questions asked at other Companies

Q1. What is the difference between Switch gear & Circuit Breakers ?
View answer (13)

Get interview-ready with Top Samsung Interview Questions

I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain last project
  • Ans. 

    Developed a mobile app for tracking fitness goals and progress

    • Designed and implemented the user interface using React Native

    • Integrated with a backend server to store and retrieve user data

    • Implemented features such as goal setting, progress tracking, and social sharing

    • Conducted extensive testing and bug fixing to ensure app stability

  • Answered by AI
  • Q2. I explained project in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sincere and explain only what you have worked on.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Samsung

View all

I appeared for an interview in Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. What is better an engineer or a manager?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be scared keep patience and sit comfortably. first listen questions clearly the answer exactly any doubt answer never give.

Tour Management Manager/Senior Manager Interview Questions asked at other Companies

Q1. What is the difference / relationship between the Man and the Tree?
View answer (1)

I applied via Referral and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me some thing about your self after that my qualifications
  • Ans. My name is danish hussain i am from kashmir my qualification that time was 10+2
  • Answered Anonymously
  • Q2. If i recruit you what is your thought and what you do for sales
  • Ans. First i do my job properly and b on time in my outlet and achieve product knowledge and improve my motivation skills
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused and honest job finds you not you find job

Sales Assistant Interview Questions asked at other Companies

Q1. Make a performa invoive with the provided items, quantity and price.
View answer (1)

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 180 minutes
Round difficulty - Easy

This was Online Coding round on Samsung Software. There were 50 test cases and all test cases should be passed to get selected.

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was also Face to Face coding Interview totally based on Data Structures and Algorithms.

  • Q1. The Longest Increasing Subsequence (LIS) problem is to find the length of the longest subsequence of a given sequence such that all elements of the subsequence are sorted in increasing order.
  • Ans. 

    The Longest Increasing Subsequence (LIS) problem is to find the length of the longest subsequence of a given sequence with increasing order.

    • Use dynamic programming to solve the LIS problem efficiently.

    • Maintain an array to store the length of the LIS ending at each element.

    • Iterate through the array and update the LIS length based on previous elements.

    • Example: For input [10, 22, 9, 33, 21, 50, 41, 60, 80], the LIS is [10

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This Face to Face Interview was Based on coding and projects.

  • Q1. Implement the Depth First Search (DFS) algorithm for a graph.
  • Ans. 

    DFS is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • Start at a node and explore as far as possible along each branch before backtracking

    • Use a stack to keep track of nodes to visit

    • Mark visited nodes to avoid revisiting them

    • Recursive implementation is common

  • Answered by AI
Round 4 - HR 

Round duration - 15 minutes
Round difficulty - Easy

HR round was mainly based on questions about myself and my knowledge about the company.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from SRM Institute of Science & Technology. I applied for the job as SDE - 1 in NoidaEligibility criteria Above 70 %Samsung interview preparation:Topics to prepare for the interview - Data Structures , Algorithms, C++ ,JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Always remember question-solving is not everything in the interview, its a part of interview. Communicating well with the interviewer is most important thing during the interview. Also practice lot of Data Structures and Algorithms based questions that I have practiced from Coding Ninjas and on other coding portals. 

Application resume tips for other job seekers

Mention good projects and only those skills in which you are confident.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Samsung Software Developer Interview Questions and Answers

Q1. Minimum Time in Wormhole Network Determine the minimum time required to travel from a starting point to a destination point in a two-dimensional coordinate system, considering both direct movement and the use of wormholes. Explanation: You ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questionnaire 

9 Questions

  • Q1. Samsung mobile endhu ku stark avuthundi
  • Q2. Prosser change
  • Q3. Display ala una chustharu coustmars ki thaliyadhu display gurunchi
  • Q4. Mobile china models vadutharu kastmars epudu peda mobile konami anukuntaru
  • Q5. Emina Samsung stark avuthundi antaru
  • Q6. Adi correct kadhu ani chapli
  • Q7. Plz my saide advice in company
  • Q8. Okay tqu sir medam
  • Q9. Tqu I am srinivas rao

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (17)

Samsung Interview FAQs

How many rounds are there in Samsung interview?
Samsung interview process usually has 2-3 rounds. The most common rounds in the Samsung interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Samsung 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 Marketing, Sales, Hardware, Logistics and Quality.
What are the top questions asked in Samsung interview?

Some of the top questions asked at the Samsung interview -

  1. How to divide the frequency of the clock by t...read more
  2. Design a sequential circuit to detect a sequence 001001?Explain it?How can you ...read more
  3. How to divide the frequency of the clock by thr...read more
How long is the Samsung interview process?

The duration of Samsung interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Samsung Interview Process

based on 401 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 386 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
LG Electronics Interview Questions
4.0
 • 198 Interviews
Apple Interview Questions
4.3
 • 138 Interviews
Xiaomi Interview Questions
3.8
 • 89 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
Lenovo Interview Questions
4.2
 • 39 Interviews
View all

Samsung Reviews and Ratings

based on 7.2k reviews

3.9/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.8

Salary

3.7

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 7.2k Reviews and Ratings
Zonal Sales Manager (ZSM)

Hyderabad / Secunderabad,

Bikaner

10-17 Yrs

Not Disclosed

Area Sales Manager (MX Modern Retail Division)

Ahmedabad

4-9 Yrs

₹ 15-22.5 LPA

Explore more jobs
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Assistant Manager
1.1k salaries
unlock blur

₹5.5 L/yr - ₹19.6 L/yr

Software Engineer
888 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Manager
526 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
476 salaries
unlock blur

₹4.3 L/yr - ₹18 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.2
Compare

Xiaomi

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview