Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Samsung Research SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 23 Sep 2022

Top Samsung Research SDE (Software Development Engineer) Interview Questions and Answers

Samsung Research SDE (Software Development Engineer) Interview Experiences

3 interviews found

I applied via Naukri.com and was interviewed in Jun 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Coding question max sum subarray- DP
  • Q2. Clone graph - coding
Round 3 - Technical 

(2 Questions)

  • Q1. Dp- grid problem- max no of coins picked and basic android development questions
  • Q2. Project based questions
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions such are why you want to join our organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in competitive coding and clear your basics as much as possible

I applied via Hackerearth contest and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and change the direction of the pointers

    • Use three pointers to keep track of the current, previous, and next nodes

    • Make sure to update the head and tail pointers accordingly

  • Answered by AI
  • Q2. Swap 2 numbers without using a third variable
  • Ans. 

    Swap 2 numbers without using a third variable

    • Use the XOR operation to swap the numbers

    • Assign the first number to the second number using XOR

    • Assign the second number to the first number using XOR

  • Answered by AI
  • Q3. Height of a binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges from the root node to any leaf node.

    • The height of an empty tree is 0.

    • The height of a tree with only one node is 1.

    • The height of a tree can be calculated recursively by finding the height of its left and right subtrees and adding 1 to the maximum of the two heights.

    • The time complexity of finding the height of a binary tree is O(n), where n is the number of nodes in

  • Answered by AI
  • Q4. Sum queries on a 2D matrix
  • Ans. 

    Sum queries on a 2D matrix

    • Iterate through each query and calculate the sum of elements in the given range

    • Use prefix sum technique to optimize the solution

    • Preprocess the matrix to store the sum of elements in each row and column for faster calculation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice competitive programming and it will be most helpful because all the problems asked in the interview were related to DSA only.

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

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

Interview questions from similar companies

I applied via Company Website and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical skills
  • Q2. Coding questions
  • Q3. Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not mention the things that u actually dont know about in ur CV

I applied via Company Website and was interviewed before Nov 2021. 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 Resume tips
Round 2 - Aptitude Test 

General Aptitude, Reasoning & English

Round 3 - Coding Test 

Coding Round with 2 questions for 1 hr

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join this company
  • Ans. I see my career starting good with your company
  • Answered Anonymously
  • Q2. How much do you from expect us
  • Ans. I'm expecting the same loyalty from your organization
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge & start working, so that you are not going to face the heat

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Self explanatory

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structures
  • Q2. Array, linked list
  • Q3. Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy coding questions, c++ concepts
Dbms, OS questions

Interview Questionnaire 

1 Question

  • Q1. What is an array
  • Ans. 

    An array is a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays have a fixed size and can be accessed using an index.

    • Elements in an array can be of any data type, including other arrays.

    • Arrays are commonly used in programming for storing and manipulating data.

    • Example: int[] numbers = {1, 2, 3, 4, 5};

    • Example: char[] letters = {'a', 'b', 'c'};

  • Answered by AI

Skills evaluated in this interview

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

Quant and verbal questions, along with statistics

Round 3 - Coding Test 

Basic array and string questions. Some stack and queue questions was also there.

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and believe you can do it. Never stop even after back to back failure.
Round 1 - Aptitude Test 

15 Aptitude Question
2 coding Question
Time- 1H 30Min

Round 2 - Technical 

(1 Question)

  • Q1. Generally asked from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you wrote in your resume. learn new technologies.
Contribute & help others!
anonymous
You can choose to be anonymous

Samsung Research Interview FAQs

How many rounds are there in Samsung Research SDE (Software Development Engineer) interview?
Samsung Research interview process usually has 3 rounds. The most common rounds in the Samsung Research interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Samsung Research SDE (Software Development Engineer) interview?

Some of the top questions asked at the Samsung Research SDE (Software Development Engineer) interview -

  1. Swap 2 numbers without using a third varia...read more
  2. Sum queries on a 2D mat...read more
  3. Height of a binary t...read more

Recently Viewed

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

INTERVIEWS

Deutsche Telekom Digital Labs

10 top interview questions

CAMPUS PLACEMENT

National Institute of Technology,(NIT), Delhi

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

CAMPUS PLACEMENT

Sastra University

INTERVIEWS

Samsung Research

5.6k top interview questions

CAMPUS PLACEMENT

Amity University

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

INTERVIEWS

Samsung Research

No Interviews

Tell us how to improve this page.

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
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
View all
Samsung Research SDE (Software Development Engineer) Salary
based on 23 salaries
₹12 L/yr - ₹16 L/yr
49% less than the average SDE (Software Development Engineer) Salary in India
View more details

Samsung Research SDE (Software Development Engineer) Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

5.0

Skill development

3.8

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

2.4

Promotions

3.6

Work satisfaction

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