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 6 Apr 2025

Top Samsung Research Interview Questions and Answers

View all 70 questions

Samsung Research Interview Experiences

Popular Designations

134 interviews found

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

Round 1 - Coding Test 

Easy tree questions from basic DSA sheets

Round 2 - Technical 

(1 Question)

  • Q1. Tree question from DSA sheet

Interview Preparation Tips

Topics to prepare for Samsung Research SDE (Software Development Engineer) interview:
  • Binary tree
Interview preparation tips for other job seekers - Stay calm and focus on things written in resume don't write things which u don't know about jwbebjsidkdnns

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2022

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Implement Stack using Linked List.
  • Ans. 

    Stack can be implemented using a singly linked list where each node points to the next node.

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Push operation: create a new node and make it the top node

    • Pop operation: remove the top node and make the next node the new top node

    • Peek operation: return the data of the top node

    • isEmpty operation: check if the top node is null

  • Answered by AI
  • Q2. Implement Linked list and all the operation
  • Ans. 

    Implementing a linked list and its operations.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer

    • Implement insert, delete, search, and print operations

    • Handle edge cases like empty list, inserting at beginning/end

    • Example: LinkedList ll = new LinkedList(); ll.insert(5); ll.print();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare Data Structures and Algorithms

Skills evaluated in this interview

Engineer 1 Interview Questions asked at other Companies

Q1. What is the slenderness ratio, and how does it relate to buckling?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 4 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 - Coding Test 

Data structures & algorithms: Find the shortest path in the grid & Reverse a single linked list

Round 3 - Technical 

(1 Question)

  • Q1. Explain Polymorphism, Overloading & Overriding
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Polymorphism allows objects to be treated as if they are of different types, depending on the context in which they are used.

    • Overloading allows methods to have the sa...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join Samsung

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn, DS, Backtracking, Hashing and trees & Graphs are optional

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Asked about Scrum and agile ways of working, scenario-based questions about team Management, what I do for team building

Interview Preparation Tips

Interview preparation tips for other job seekers - They need someone with good previous development exp on server-side technologies

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (2)

Samsung Research interview questions for popular designations

 Software Engineer

 (31)

 Engineer

 (10)

 Software Developer

 (9)

 Senior Engineer

 (8)

 Intern

 (5)

 Software Developer Intern

 (5)

 Research Intern

 (4)

 Senior Software Engineer

 (3)

Interview Questionnaire 

2 Questions

  • Q1. Questions regarding projects and DSA
  • Q2. Prepare your projects and CV well if if going into research profile, prepare DSA well if going into developer profile.

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

Get interview-ready with Top Samsung Research Interview Questions

Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2021

I applied via Hirist and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DS & Algo, 5G NR, Call flows.

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structures is the must.
5G Layer basics should be clear.

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)

Jobs at Samsung Research

View all

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic coding in ot, 3 questions were asked
  • Q2. Question about data structures and resume was discussed
  • Q3. Resume was discussed thoroughly and projects were discussed, along with some core questions about my domain
  • Q4. 5min Hr round explaining the work culture of Samsung

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA properly , study your resume with all the possible questions from it, try to be confident and friendly.

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

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

Interview Questionnaire 

2 Questions

  • Q1. In the written round, two coding questions came which were based on trees and were directly from InterViewBit. The questions were relatively simple.
  • Q2. In the interview round there were three rounds, two technical and one HR round. In the first technical round, a design question( I was asked to implement a music player queue). Then was asked about project...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be honest. And give point to point answers.

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

Interview Questionnaire 

1 Question

  • Q1. Risc vs cisc arch
  • Ans. 

    RISC architecture has simpler instructions and fewer addressing modes, while CISC architecture has complex instructions and more addressing modes.

    • RISC architecture focuses on simplicity and efficiency, with a smaller instruction set and a simpler design.

    • CISC architecture focuses on versatility and flexibility, with a larger instruction set and a more complex design.

    • Examples of RISC processors include ARM and MIPS, whil...

  • Answered by AI

Embedded Software Developer Interview Questions asked at other Companies

Q1. How many result cases are possible when to find maximum of three numbers. This is tricky question
View answer (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. What's you name

Interview Preparation Tips

Interview preparation tips for other job seekers - See GFG for answers

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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, Budgeting, Financial Analysis, Financial Planning and Analysis and Financial Reporting.
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 100 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

HARMAN Interview Questions
3.7
 • 265 Interviews
OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 202 Interviews
Vivo Interview Questions
4.1
 • 198 Interviews
Blue Star Interview Questions
4.1
 • 167 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
Bajaj Electricals Interview Questions
4.0
 • 127 Interviews
Whirlpool Interview Questions
3.9
 • 94 Interviews
View all

Samsung Research Reviews and Ratings

based on 1k reviews

3.1/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.0

Salary

3.4

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 1k Reviews and Ratings
Software -Solution QA - Memory Team

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Physical Design - SOC / GPU

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

DirectML Framework Engineer

Bangalore / Bengaluru

4-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.6k salaries
unlock blur

₹7.3 L/yr - ₹22 L/yr

Lead Engineer
625 salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Senior Software Engineer
531 salaries
unlock blur

₹7.9 L/yr - ₹33 L/yr

Chief Engineer
389 salaries
unlock blur

₹14.1 L/yr - ₹60 L/yr

Engineer
324 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Explore more salaries
Compare Samsung Research with

Vivo

4.1
Compare

OPPO

4.0
Compare

LG Electronics

4.0
Compare

HARMAN

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