Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Interview Questions and Answers for Freshers

Updated 30 Jun 2025
Popular Designations

11 Interview questions

An Intern was asked
Q. What is a loop?
Ans. 

A loop is a programming structure that repeats a set of instructions until a certain condition is met.

  • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

  • There are three types of loops in most programming languages: for, while, and do-while.

  • Example: for (int i = 0; i < 10; i++) { // do something }

View all Intern interview questions

Samsung Research Interview Experiences for Freshers

24 interviews found

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

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why you want to join company
  • Q2. Puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - solve previous year question of sri delhi 6 month intern and practice some puzzle. focus on topics like tree, graph,dfs,bfs,shortest path , linked list more.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in designing and implementing complex systems.

    • 10+ years of experience in engineering

    • Specialize in designing and implementing complex systems

    • Strong problem-solving skills

    • Experience with various programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Tell me about project
  • Ans. 

    Designed and implemented a cloud-based data analytics platform for real-time monitoring of industrial equipment performance.

    • Led a team of 5 engineers in developing the platform from scratch

    • Utilized AWS services such as Lambda, S3, and DynamoDB for data storage and processing

    • Implemented machine learning algorithms for predictive maintenance

    • Integrated with existing industrial IoT devices for data collection

    • Achieved 20% r...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for tough questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3h test with 1question

Round 2 - Technical 

(1 Question)

  • Q1. Realted to oa and virtual function
Round 3 - HR 

(1 Question)

  • Q1. Normal hr and puzzle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Best Time to buy and sell stocks
Round 2 - Technical 

(1 Question)

  • Q1. Tree questions and also some linked list questions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and few core concepts like dsa, oops, java, ML

Interview Preparation Tips

Interview preparation tips for other job seekers - Just maintain good cgpa and keep finding opportunities
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

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

3hr Coding round, 1 Graph Question

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Tell about binary search and the process of deriving the time complexity for binary search.
  • Ans. 

    Binary search is an efficient algorithm for finding an item in a sorted array by repeatedly dividing the search interval in half.

    • Sorted Array Requirement: Binary search only works on arrays that are sorted in ascending or descending order.

    • Divide and Conquer: The algorithm divides the array into halves, eliminating one half from consideration based on the comparison with the middle element.

    • Time Complexity: The time comp...

  • Answered by AI
  • Q2. Search in a rotated sorted array
  • Ans. 

    Searching in a rotated sorted array involves finding a target value efficiently using binary search techniques.

    • Rotated Array: The array is sorted but then rotated at some pivot, e.g., [4, 5, 6, 7, 0, 1, 2] is rotated at 7.

    • Binary Search: Use binary search to find the target, adjusting the search range based on the rotation point.

    • Identify Rotation: Determine which half of the array is sorted to decide where to search nex...

  • Answered by AI
  • Q3. Find the maximum value upto which api does not give error, binary search based.
  • Ans. 

    Use binary search to find the maximum value where an API call does not return an error, optimizing the search space efficiently.

    • Define the search space: Start with a range, e.g., 0 to N, where N is a known upper limit for the API calls.

    • Implement binary search: Check the middle value of the current range. If the API call succeeds, move to the upper half; if it fails, move to the lower half.

    • Continue narrowing the range: ...

  • Answered by AI
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 Jun 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 tips
Round 2 - Coding Test 

There are 2 questions on hackerearth related to graph cut edge and cut vertices and similar one .

Round 3 - Technical 

(2 Questions)

  • Q1. It just a technical round ask about oops and coding questions about projects that's all. 2 medium coding questions from leetcode.
  • Q2. From binary search about finding element in repeating element similar one i don't remember actual questions.

Interview Preparation Tips

Topics to prepare for Samsung Research Software Developer Intern interview:
  • OOPS
  • DSA
  • binary search
  • Algorithms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a very basic round

Round 2 - Coding Test 

Leetcode medium level questions were asked.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Samsung Research?
Ask anonymously on communities.

Samsung Research Interview FAQs

How many rounds are there in Samsung Research interview for freshers?
Samsung Research interview process for freshers usually has 2-3 rounds. The most common rounds in the Samsung Research interview process for freshers are Technical, Coding Test and HR.
How to prepare for Samsung Research interview for freshers?
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 Investment Banking, Software Configuration Management, Market Analysis, Product Strategy and Python.
What are the top questions asked in Samsung Research interview for freshers?

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

  1. Tell about binary search and the process of deriving the time complexity for bi...read more
  2. Find the maximum value upto which api does not give error, binary search bas...read more
  3. What is pointers in...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.

Overall Interview Experience Rating

4/5

based on 16 interview experiences

Difficulty level

Easy 8%
Moderate 92%

Duration

Less than 2 weeks 92%
6-8 weeks 8%
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics Interview Questions
3.9
 • 229 Interviews
vivo Interview Questions
4.1
 • 211 Interviews
Blue Star Interview Questions
4.1
 • 178 Interviews
Philips Interview Questions
3.8
 • 169 Interviews
HP India Interview Questions
4.0
 • 153 Interviews
Voltas Interview Questions
4.0
 • 150 Interviews
Bajaj Electricals Interview Questions
4.0
 • 134 Interviews
View all

Samsung Research Reviews and Ratings

based on 1.1k reviews

3.1/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.0

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 1.1k Reviews and Ratings
AI/ML Expert

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Camera Device Driver Specialist

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Linux Kernel Technologist

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.7k salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Lead Engineer
687 salaries
unlock blur

₹18.9 L/yr - ₹35.1 L/yr

Senior Software Engineer
604 salaries
unlock blur

₹16 L/yr - ₹25 L/yr

Chief Engineer
409 salaries
unlock blur

₹26.9 L/yr - ₹50 L/yr

Senior Chief Engineer
343 salaries
unlock blur

₹30.1 L/yr - ₹55 L/yr

Explore more salaries
Compare Samsung Research with

vivo

4.1
Compare

OPPO

4.0
Compare

LG Electronics

3.9
Compare

Bajaj Electricals

4.0
Compare
write
Share an Interview