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
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

3 questions in 1 hour . Platform - Cocubes . Whoever solved all three questions were shortlisted.

Round 3 - Technical 

(5 Questions)

  • Q1. 2 dimensional grid Question (Graph)
  • Q2. Puzzle and OOPS concepts
  • Q3. Sorting algorithms
  • Q4. Computer Networks
  • Q5. Resume based on questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA...OA is of standard questions....for interview prepare OOPS , sorting algorithms, DSA

Top Samsung Research Software Developer Interview Questions and Answers

Q1. Batch Photography Problem Alex has acquired a machine that can photocopy photos in batches of a minimum size 'K'. Given 'N' photos with resolutions represented in an integer array photos, the machine produces an error for each batch. The er... 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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 Resume tips
Round 2 - Coding Test 

4 coding questions Codeforces B C D E Level

Round 3 - Technical 

(2 Questions)

  • Q1. OOPs and DBMS related
  • Q2. DSA questions like the skyline problem

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)
Samsung Research Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Read Tree & graph in detail
Round 3 - Coding Test 

Read DP in more detail

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical information
Round 3 - HR 

(1 Question)

  • Q1. About previously worked projects

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with the experience you had in previous experiences

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

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)

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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 Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions medium leetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Dfs write whole pseudo code.
  • Ans. 

    Depth First Search (DFS) pseudo code

    • Initialize a stack to keep track of nodes to visit

    • Start with the initial node and push it onto the stack

    • While the stack is not empty, pop a node from the stack and visit its neighbors

    • Push unvisited neighbors onto the stack

    • Repeat until all nodes are visited

  • Answered by AI
  • Q2. Bfs write whole pseudo code.
  • Ans. 

    BFS (Breadth First Search) algorithm pseudo code

    • Start by enqueueing the starting node

    • While the queue is not empty, dequeue a node and process it

    • Enqueue all adjacent nodes that have not been visited yet

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q3. Find the middle of the linked list.
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The position of the slow pointer at this point will be the middle of the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cv grilling some questions on projects.

Skills evaluated in this interview

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)

Get interview-ready with Top Samsung Research Interview Questions

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

I applied via Campus Placement and was interviewed in Jul 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 Resume tips
Round 2 - Coding Test 

3 Questions
Easy to medium level
Topics :- Arrays, priority queue, trees, linked Lists, Dp

Round 3 - Technical 

(2 Questions)

  • Q1. 45-50 minutes One medium DSA problem, discussion on projects and Resume
  • Q2. Kadane's Algorithm and brute force also
Round 4 - Technical 

(1 Question)

  • Q1. 45 minutes Implementation of Stacks and Queues using Linked Lists, discussion on some concepts of Operating system like multi threading, mutex and locks
Round 5 - One-on-one 

(1 Question)

  • Q1. General behavioural questions like strengths, weeknes, how do you handle stressful situations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good grip on basics of DSA, study subjects like operating systems, DBMS and computer networks well. Prepare your projects well and explain them in very detail.

Software Trainee Intern Interview Questions asked at other Companies

Q1. Simply write the code for quick search - by using the method of divide and conquer, using java language
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - HR 

(7 Questions)

  • Q1. What do you explain this job
  • Q2. How much explain your salary
  • Q3. What can you help this job
  • Q4. Why do you want this job
  • Q5. What are you expedition this job
  • Q6. How did you impressing disorder in your future
  • Q7. What is your resume joining this job

Interview Preparation Tips

Interview preparation tips for other job seekers - To all my colleagues like my family and friendly good relationship like a partner

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 hours test
1 DSA question to solve

Round 2 - Technical 

(2 Questions)

  • Q1. Given binary tree is binary search or not
  • Ans. 

    A binary tree is considered a binary search tree if the left subtree of a node contains only nodes with keys less than the node's key and the right subtree contains only nodes with keys greater than the node's key.

    • Check if the left child of a node is less than the node's key and the right child is greater than the node's key

    • Recursively check all nodes in the tree to ensure they follow the binary search tree property

    • Ino...

  • Answered by AI
  • Q2. Monkey and steps dp question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare graph topics and binary search on answers specially for coding test round

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 (196)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round with medium complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Implementation of linkedlist
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Create a Node class with data and a reference to the next Node

    • Initialize a LinkedList class with a head Node

    • Implement methods to add, remove, search, and traverse the linked list

  • Answered by AI
  • Q2. Sorting algoritgms
Round 3 - HR 

(2 Questions)

  • Q1. General expectations
  • Q2. Role clarity discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

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

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2023

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 Sep 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 Resume tips
Round 2 - Coding Test 

Coding test had medium-hard leetcode questions

Round 3 - Technical 

(2 Questions)

  • Q1. Mostly resume based questions were asked. Since they were research based, I got shortlisted in first round itself
  • Q2. Resumebased reinforcement learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough in your resume

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)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Future First Technologies

No Interviews

INTERVIEWS

Future First Technologies

No Interviews

JOBS

Samsung Research

No Jobs

INTERVIEWS

Gartner

No Interviews

SALARIES

Deutsche Telekom Digital Labs

INTERVIEWS

Future First Technologies

No Interviews

SALARIES

Samsung Research

LIST OF COMPANIES

Deutsche Telekom Digital Labs

Overview

JOBS

Deutsche Telekom Digital Labs

No Jobs

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 990 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 990 Reviews and Ratings
Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
639 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
548 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Chief Engineer
377 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
322 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