Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Interview Questions, Process, and Tips

Updated 23 Feb 2025

Top Samsung Research Interview Questions and Answers

View all 70 questions

Samsung Research Interview Experiences

Popular Designations

131 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It was related to my projects in AI ML.

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Graph algorithm questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Networking graph sql

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test - 3 hrs, bfs-dfs, samsung own coding tool

Round 2 - Technical 

(2 Questions)

  • Q1. Graph theory question - find diameter of tree
  • Ans. 

    The diameter of a tree is the longest path between any two nodes in the tree.

    • Find the longest path between any two nodes in the tree.

    • This can be done by running two depth-first searches (DFS) on the tree.

    • The diameter of the tree is the length of the path found by the second DFS.

  • Answered by AI
  • Q2. Find common ancestors of 2 nodes in tree
  • Ans. 

    To find common ancestors of 2 nodes in a tree, traverse from both nodes to root and store paths. Then find the intersection of paths.

    • Traverse from both nodes to root and store paths

    • Find the intersection of paths to get common ancestors

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Computer networks and Operating System questions

Skills evaluated in this interview

Top Samsung Research Software Engineer Interview Questions and Answers

Q1. Difference between dfs and bfs and code any one algo in trees and graphs. Two sum problem A puzzle 1/2 more coding questions mostly on basics
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you describe yourself?
  • Q2. Why you choose to became software engineer
Round 2 - Coding Test 

Competitive programming via hackerrank

Top Samsung Research Software Engineer Interview Questions and Answers

Q1. Difference between dfs and bfs and code any one algo in trees and graphs. Two sum problem A puzzle 1/2 more coding questions mostly on basics
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Samsung Research interview questions for popular designations

 Software Engineer

 (31)

 Engineer

 (10)

 Senior Engineer

 (8)

 Software Developer

 (8)

 Intern

 (5)

 Software Developer Intern

 (5)

 Research Intern

 (4)

 Senior Software Engineer

 (3)

I applied via Referral and was interviewed in May 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Interview questions were mostly based on basic SQL and python queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Question were asked on machine learning algorithms. There were few questions related to deep learning and image processing.Interviewer has asked me write live code on some moderate level DSA question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of SQL
Prepare some DSA ( moderate level will be sufficient)
Machine learning (deep understanding of algorithms)
Basic understanding of deep learning

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top Samsung Research Interview Questions

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

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Brief overview of thesis

Research Intern Interview Questions asked at other Companies

Q1. Minimum no of steps needed to find the value of a nth order polynomial by making calls to a function that can compute the value of a 1st order polynomial( ax+b ). What is the answer if we can do parallel processing which allows us to call t... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

2 Medium level question need to be solved within 1.5 hrs

Round 2 - Coding Test 

One advance coding question need to be solve within 3 hrs

Round 3 - One-on-one 

(1 Question)

  • Q1. Leetcode easy-medium questions, basic CN, OS questions, project realtes questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Leetcode medium level questions, OOPs and OS question
Round 5 - HR 

(1 Question)

  • Q1. Why you have to join samsung, any offer in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA Well

Top Samsung Research Software Engineer Interview Questions and Answers

Q1. Difference between dfs and bfs and code any one algo in trees and graphs. Two sum problem A puzzle 1/2 more coding questions mostly on basics
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Usual one of the samsung sw advanced quenstions

Round 2 - Technical 

(2 Questions)

  • Q1. Easy string reversal coding then questions about OOP
  • Q2. Memory taken by pointers and stuff
  • Ans. 

    Pointers in programming languages store memory addresses of variables or objects.

    • Pointers take up memory to store the memory address they point to

    • Pointers can be used to access and manipulate data indirectly

    • Example: int* ptr = # // ptr stores the memory address of num

  • Answered by AI

Skills evaluated in this interview

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)
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. How will you approach a problem?
  • Ans. 

    I will approach a problem by breaking it down into smaller parts and analyzing each part individually.

    • Identify the problem and its scope

    • Gather all relevant information and data

    • Break down the problem into smaller parts

    • Analyze each part individually

    • Develop a plan of action

    • Implement the plan and monitor progress

    • Make adjustments as necessary

  • Answered by AI
  • Q2. What you didn't which others did not do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest even if you are not sure about the answer.

Top Samsung Research Software Engineer Interview Questions and Answers

Q1. Difference between dfs and bfs and code any one algo in trees and graphs. Two sum problem A puzzle 1/2 more coding questions mostly on basics
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Engineering Student Interview Questions & Answers

user image Abhishek Kumar

posted on 11 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

There was a coding round on cocubes. Followed by SWC exam of 3 hours containing question related to bfs,dfs dp

Round 2 - Technical 

(2 Questions)

  • Q1. Median of running streams
  • Ans. 

    The median of running streams is the middle value when all values are arranged in ascending order.

    • To find the median of running streams, first arrange all the values in ascending order.

    • If the number of values is odd, the median is the middle value.

    • If the number of values is even, the median is the average of the two middle values.

    • For example, if the running stream values are 5, 8, 12, 15, 20, the median is 12.

    • If the ru...

  • Answered by AI
  • Q2. Find no of islands
  • Ans. 

    To find the number of islands, we can use depth-first search (DFS) or breadth-first search (BFS) algorithms.

    • Use DFS or BFS to traverse the grid and mark visited islands

    • Count the number of times DFS or BFS is called to find the number of islands

    • Consider diagonal connections if applicable

    • Example: [['1', '1', '0', '0', '0'], ['1', '1', '0', '0', '0'], ['0', '0', '1', '0', '0'], ['0', '0', '0', '1', '1']]

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions related to project

Skills evaluated in this interview

Engineering Student Interview Questions asked at other Companies

Q1. What are the main unit processes involved in water treatment?
View answer (2)

Samsung Research Interview FAQs

How many rounds are there in Samsung Research interview?
Samsung Research interview process usually has 2-3 rounds. The most common rounds in the Samsung Research interview process are Technical, Coding Test and HR.
How to prepare for Samsung Research 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 Research. The most common topics and skills that interviewers at Samsung Research expect are LTE, Python, 3Gpp, 4G and C.
What are the top questions asked in Samsung Research interview?

Some of the top questions asked at the Samsung Research interview -

  1. What's the best way to find majority element in an arr...read more
  2. You are given a thread and you are unlocked in a room.Measure the height of the...read more
  3. 1. What was past company work process and roles and responsibilities? 2. Write ...read more
How long is the Samsung Research interview process?

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

Tell us how to improve this page.

Samsung Research Interview Process

based on 97 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
IBM Research Interview Questions
4.4
 • 21 Interviews
View all

Samsung Research Reviews and Ratings

based on 994 reviews

3.2/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.1

Salary

3.4

Job security

3.0

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 994 Reviews and Ratings
Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
632 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
517 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Chief Engineer
373 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Samsung Research with

Microsoft Research

4.5
Compare

IBM Research

4.4
Compare

Intel

4.2
Compare

TCS

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