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

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

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 appeared for an interview 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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

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

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 Questions & Answers

user image Anonymous

posted on 11 Mar 2022

I appeared for an interview in Jan 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

3 Questions were there, with medium-level difficulty, those who solved all three questions only got selected for interviews.

  • Q1. 

    Chocolates Distribution Problem Statement

    Dr. Stephen wants to distribute chocolates fairly among K children. He has N boxes of chocolates arranged in a row, each containing a different number of chocolat...

  • Q2. 

    Buy and Sell Stock Problem Statement

    Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...

Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked for my introduction , then asked me to explain the project . He then asked how i developed the website from scratch i.e. he asked me about the life cycle of development of the project and some more follow up questions regarding technologies used. He then asked few questions on Operating system and OOPS and asked me to code and explain some concepts of OOPS. He then asked me one coding questions.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as R&D Intern in BengaluruEligibility criteriaAbove 7 CGPASamsung R&D Institute interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, Operating Systems, OOPS, Computer NetworksTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.
Tip 2 : Prepare OS, DBMS, OOPs, Computer Networks well.
Tip 3 : Prepare well for one project mentioned in the resume, the interviewer may ask any question related to the project, especially about the networking part of the project.

Application resume tips for other job seekers

Tip 1 : Have at least one project in the resume.
Tip 2 : Must mention every skill and certificate in the resume.
Tip 3 : Must have known every strong and intermediate skill mentioned in resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top Samsung Research Interview Questions

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 May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic desktop support questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Explanation about previous employment

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Jobs at Samsung Research

View all

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 5 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 - Aptitude Test 

4 hours online programming exam

Round 3 - Technical 

(1 Question)

  • Q1. General DS questions.. Project details.
Round 4 - Technical 

(1 Question)

  • Q1. Another technical interview.
Round 5 - HR 

(1 Question)

  • Q1. Normal discussion and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well wrt to ds and coding.
Must really know about his/her domain in depth.

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jun 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 Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Graph and linked list

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs and basic coding
  • Q2. Logical Aptitude test

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)
Interview experience
4
Good
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 

3 hrs test with 50 test cases to run

Round 2 - Technical 

(1 Question)

  • Q1. Basic Trees and Project Quesions
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions and one technical question

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

(1 Question)

  • Q1. Basic details verification and technical interview schedule first round.
Round 3 - Technical 

(1 Question)

  • Q1. Basic TCP ip, network security, cyber Security and firewall proxy ips ,IDs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic paket level trouble shooting.

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

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