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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A question based on DFS

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 (170)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank coding test, 4 hours 3 problems. easy, medium hard, hard

Round 2 - Coding Test 

On site coding test, 3 hours 1 problem

Round 3 - Technical 

(2 Questions)

  • Q1. Interview about past experiences and question regarding position
  • Q2. Basic frontend question like styling, dom manipulatiol etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice competitive programming for the coding rounds

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 (172)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - ML Basic combination sum problem 

(2 Questions)

  • Q1. ML basics like PCA, Linear regression
  • Q2. Combination sum DSA problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company. Please go to Samsung R&D Bangalore if you're looking for Samsung brand.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Past experience
  • Q2. About Btech Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Rock it

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

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)

 R&D Engineer

 (3)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 3 hr long coding test, where 1-2 question may be asked based on scenarios, question will be medium level, but should pass all the test cases,

Round 2 - Technical 

(4 Questions)

  • Q1. Was asked about the Dijkstra Algorithm and a counter-question based on that, later discussed on the resume.
  • Q2. Write the code for the Dijkstra
  • Ans. 

    Dijkstra's algorithm finds the shortest path in a graph from a starting node to all other nodes.

    • Use a priority queue to keep track of the shortest distance to each node

    • Initialize distances to all nodes as infinity except the starting node as 0

    • Iterate through all nodes and update distances if a shorter path is found

    • Repeat until all nodes are visited and shortest paths are calculated

  • Answered by AI
  • Q3. Dry run on a sample test.
  • Ans. 

    Dry run on a sample test involves mentally executing the code to understand its flow and output.

    • Understand the code logic and variables

    • Step through each line of code

    • Keep track of variable values at each step

    • Predict the output based on the code execution

  • Answered by AI
  • Q4. Time complexity and optimization
Round 3 - HR 

(1 Question)

  • Q1. About yourself, why Samsung? What is your background? Your experiences if any, about projects and some basic HR round questions.

Interview Preparation Tips

Topics to prepare for Samsung Research Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - It depends on the interviewer and the number of students they came to hire in your college, prepare well and try to give as much information as you can. Make sure you appear for the interview as early as possible, as other rounds are parallel, and they might not be interested in any kind of candidate, after some point in time, if all of you are equally talented.

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 (169)

Get interview-ready with Top Samsung Research Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3hr Coding round, 1 Graph Question

Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

I applied via Approached by Company and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

That was a 4 hour On-site test in which you have to do 1 Question in 4 hours.
Difficulty of the question is Leetcode hard.

Round 2 - One-on-one 

(1 Question)

  • Q1. Search in a rotated array.
  • Ans. 

    Searching in a rotated array involves finding a target element in an array that has been rotated at an unknown pivot point.

    • Use binary search to efficiently search in a rotated array.

    • Check if the target element is in the left or right half of the array based on the pivot point.

    • Adjust the binary search algorithm based on the rotation to find the target element.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Topological sort
Round 4 - HR 

(1 Question)

  • Q1. How was your experience at previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be organized.
Communicate in a clear way.

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 (5)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

4 hours, 1 question, Leetcode medium - hard

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question, leetcode medium
  • Q2. Questions about react and springboot
Round 3 - Technical 

(1 Question)

  • Q1. System design - parking lot

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graph and linked list

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concept basics
  • Q2. Logically altitude question

R&D Engineer Interview Questions asked at other Companies

Q1. give some ideal characteristics of opamp. what is CMRR. what is the practical significance of CMRR. why the input impedance must be large. what is impedance matching, why it has to be done. what is MPTT and its advantages. explain about D-A... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Goutham Neeli

posted on 15 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to Medium questions on LinkedList, graphs and Trees.

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 (172)

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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.7
 • 257 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
IBM Research Interview Questions
4.3
 • 21 Interviews
View all

Samsung Research Reviews and Ratings

based on 987 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.8

Work satisfaction

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

₹7 L/yr - ₹22 L/yr

Lead Engineer
635 salaries
unlock blur

₹10 L/yr - ₹39.8 L/yr

Senior Software Engineer
535 salaries
unlock blur

₹7.8 L/yr - ₹33 L/yr

Chief Engineer
377 salaries
unlock blur

₹14 L/yr - ₹51 L/yr

Engineer
320 salaries
unlock blur

₹6.7 L/yr - ₹22 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