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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA Based - Graph, Trees

Round 2 - Technical 

(2 Questions)

  • Q1. Trie Implementation
  • Ans. 

    Trie is a tree data structure used for efficient retrieval of key-value pairs.

    • Trie is also known as prefix tree.

    • Each node in a trie represents a single character of a key.

    • Trie is commonly used in autocomplete and spell checking algorithms.

    • Example: Inserting 'apple' and 'app' into a trie would result in a structure where 'app' is a prefix of 'apple'.

  • Answered by AI
  • Q2. LRU Implementation
  • Ans. 

    LRU (Least Recently Used) is a cache eviction policy that removes the least recently used items first.

    • LRU cache stores key-value pairs with a maximum capacity.

    • When the cache is full, the least recently used item is removed to make space for new items.

    • Each time a key is accessed, it is moved to the front of the cache to indicate it was recently used.

  • Answered by AI

Skills evaluated in this interview

Top Samsung Research Software Developer Interview Questions and Answers

Q1. Batch PhotographyAlex has bought a new machine that does photocopies of photos in batches of minimum size ‘K’. Alex has ‘N’ photos, whose resolution is given in an integer array ‘photos’. The machine has some downsides as well. The error in... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Revere Linked List
2. Maximum water in a container

Round 2 - Technical 

(1 Question)

  • Q1. 1. ArrayList 2. Types of locaters in Appium 3. D/b UI automator1 and ui Automator 2?
  • Ans. 

    ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.

    • ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList list = new ArrayList<>();

    • Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));

    • UI Automator 1 is a testing framework for...

  • Answered by AI
Round 3 - Aptitude Test 

1. What is same for you and even for PM of US?

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)

Data Scientist Interview Questions & Answers

user image Ronak Gangwal

posted on 29 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain xgboost
  • Ans. 

    XGBoost is a popular machine learning algorithm known for its speed and performance in gradient boosting.

    • XGBoost stands for eXtreme Gradient Boosting.

    • It is an implementation of gradient boosted decision trees designed for speed and performance.

    • XGBoost is widely used in machine learning competitions and has become a popular choice for data scientists.

    • It can handle missing data and is optimized for parallel processing.

    • XG...

  • Answered by AI
  • Q2. Explain decision tree
  • Ans. 

    Decision tree is a predictive modeling tool that uses a tree-like graph of decisions and their possible consequences.

    • Decision tree is a supervised learning algorithm used for classification and regression tasks.

    • It breaks down a dataset into smaller subsets based on different attributes.

    • Each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Manual Tester Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2023

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

I applied via campus placement at Amity University and was interviewed in Jun 2023. 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 - Aptitude Test 

Question related to Testing, stl, bug life cycle and types of testing

Round 3 - Technical 

(3 Questions)

  • Q1. What is bug life cycle?
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in bug tracking system

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed successfully

  • Answered by AI
  • Q2. Test cases and test usess of pratical scenario
  • Ans. 

    Test cases and test uses of practical scenarios involve creating scenarios to test the functionality of a system or application.

    • Identify the key functionalities of the system or application to be tested

    • Create test cases based on different scenarios such as positive, negative, boundary, and edge cases

    • Execute the test cases to validate the functionality of the system or application

    • Document the test results and report any

  • Answered by AI
  • Q3. Different Types of testing
  • Ans. 

    Different types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers without the use of automation tools.

    • Autom...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why to join Samsung?
  • Q2. What are your expectations realated to your job role?
  • Q3. Why testing over development?
  • Ans. 

    Testing is crucial to ensure quality, identify defects early, and prevent issues in production.

    • Testing helps identify defects early in the development process.

    • Testing ensures that the software meets the specified requirements.

    • Testing helps prevent issues in production and improves overall quality.

    • Testing provides feedback to developers for continuous improvement.

    • Testing helps build confidence in the software's reliabil

  • Answered by AI

Skills evaluated in this interview

Manual Tester Interview Questions asked at other Companies

Q1. What is sdlc stlc waterfall model,smoke testing, black box testing, what is quality, what is strub and driver, different levels of testing, UAT, system testing. What is defect, Defect life cycle.
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)

 R&D Engineer

 (3)

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

1 hr 30 mins test on their personal platform

Round 2 - Technical 

(1 Question)

  • Q1. LinkedList, Graphs related qus were asked Few questions related to OOPS and OS

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice LinkedList thoroughly

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

Get interview-ready with Top Samsung Research Interview Questions

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

It takes the professional test for coding skill test, It takes 4 hours to complete the test

Round 2 - Technical 

(1 Question)

  • Q1. In this rout they test the problem solving skills, design problems that includes HLD LLD DS and alorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to pass professional test, if cleared this test then you will be 90 % sure about the selection.

Top Samsung Research Software Developer Interview Questions and Answers

Q1. Batch PhotographyAlex has bought a new machine that does photocopies of photos in batches of minimum size ‘K’. Alex has ‘N’ photos, whose resolution is given in an integer array ‘photos’. The machine has some downsides as well. The error in... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2023. 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 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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

A standard aptitude test consisting of multiple-choice questions that needed to be completed within a specific time frame was administered. It has been four years, so I do not recall the details.

Round 2 - Coding Test 

Samsung's coding test consists of solving a single complex question over a duration of four hours. The time complexity typically holds less significance; some questions can even be tackled with O(n^3) complexity. The emphasis is on our understanding of the problem statement and our approach to coding the solution. Since the solution tends to be quite extensive, requiring substantial code, optimization is not generally the primary focus. It is important to offer a reasonable solution. Topics such as graphs, binary search, and object-oriented programming are commonly featured in the test.

Round 3 - Technical 

(3 Questions)

  • Q1. It was a technical discussion round. Usually Java & Android are a plus to have because Samsung focuses on it a lot. But, becasue I was experienced in Python, Django and Machine Learning instead, I asked i...
  • Q2. I remember only 1 question from Data Structures which is : Detecting a cycle in Linked list. I gave a solution to that. After that, I was asked to write a proof why does this concept works. After soem thin...
  • Q3. There were a lot of questions on Operating Systems like on Deadlock, Partitionn and Scheduling related questions. At the end, I was given a small problem with jobs coming in a queue at certain timestamps, ...
Round 4 - HR 

(1 Question)

  • Q1. I'll never forget this interview. It was a roast session 😂 Interviewer roasted the hell out of me. At that time, I remembered I read about Stress Interviews in the management subject and that exactly was ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient, prepare thoroughly and strategically. Never postpone tasks for tomorrow; your opportunity will arrive as well.

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

Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. What was past company work process and roles and responsibilities? 2. Write test cases on pen and atm machine. 3. Manual testing interview questions.
  • Ans. 

    Answering questions related to past work experience, test cases, and manual testing in an engineering interview.

    • Past company work process involved collaborating with team members to design and implement engineering solutions.

    • Roles and responsibilities included coding, testing, and debugging software, as well as participating in project meetings and providing technical support.

    • Test cases for a pen could include checking...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion.

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

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