Upload Button Icon Add office photos

Filter interviews by

Samsung Research Software Developer Intern Interview Questions and Answers

Updated 14 Jan 2025

Samsung Research Software Developer Intern Interview Experiences

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

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in CommVault
Q2. Sliding Maximum You are given an array 'ARR' of integers of lengt ... read more
asked in Amazon
Q3. Fish EaterThere is a river which flows in one direction. One day, ... read more
Q4. Program to check the validity of a PasswordNinjas are trying to h ... read more
Q5. Find K Closest ElementsYou are given a sorted array 'A' of length ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

3hrs of test 1Question was given.

Round 2 - Technical 

(1 Question)

  • Q1. Question related to recurrsion and sudoku question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be cool.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3hr Coding round, 1 Graph Question

Samsung Research interview questions for designations

 Software Developer

 (8)

 Embedded Software Developer

 (1)

 Software Trainee Intern

 (1)

 Software Engineer Intern Trainee

 (1)

 Intern

 (5)

 Software Engineer

 (27)

 Research Intern

 (4)

 Project Intern

 (1)

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:
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 questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Aptitude and dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sql, Oops, dsa, API and projects were asked
  • Q2. Some sql queries
Round 3 - HR 

(1 Question)

  • Q1. Normal interaction to know about me
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding skills should be good

Round 2 - Coding Test 

Basic c and c++ and python and networking

Interview Preparation Tips

Interview preparation tips for other job seekers - behavior and managerial questions and answers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. 1. Check all the permutations of palindrome in an array
  • Ans. 

    Find all permutations of palindromes in an array of strings.

    • Iterate through each string in the array.

    • For each string, generate all possible permutations.

    • Check if each permutation is a palindrome.

    • Return the list of palindromic permutations.

  • Answered by AI
  • Q2. 2. Toggle a bit
  • Ans. 

    Toggle a bit in a binary number

    • Convert the number to binary representation

    • Identify the bit position to toggle

    • Toggle the bit using bitwise XOR operator

    • Convert the modified binary number back to decimal

  • Answered by AI
  • Q3. 3. Swap numbers using bit operators
  • Ans. 

    Swapping numbers using bit operators.

    • Use XOR operator to swap two numbers without using a temporary variable

    • XORing a number with itself results in 0

    • Example: a = 5, b = 7. a ^= b; b ^= a; a ^= b; // a = 7, b = 5

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 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 tips
Round 2 - Aptitude Test 

Simple DSA and CS Fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. CS Fundamentals, Java, OS, DSA and Project-based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial and HR Round, basic HR questions and Situational questions by HR

Interview Preparation Tips

Topics to prepare for Western Digital Software Developer Intern interview:
  • Java
  • C++
  • DSA
  • Operating Systems
  • Computer Networking
Interview preparation tips for other job seekers - Prepare DSA well and CS Fundamentals.
Resumes must be well prepared for all questions, even project-based questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Why do want to work here?
  • Ans. 

    I want to work here because of the company's reputation, the opportunity for growth, and the chance to work on innovative projects.

    • Company's reputation: The company has a strong reputation in the industry for its high-quality software development work.

    • Opportunity for growth: I believe that working here will provide me with ample opportunities to learn and grow as a software developer.

    • Innovative projects: I am excited a...

  • Answered by AI
  • Q2. Tell me about yourself?
  • Ans. 

    I am a software development intern with a passion for coding and problem-solving.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, C++, and Python

    • Experience with web development frameworks like React and Angular

    • Completed several projects including a mobile app for task management

    • Strong problem-solving and analytical skills

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions were regarding my previous internships and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare from your resume, white board leetcode type questions are unilikely

Samsung Research Interview FAQs

How many rounds are there in Samsung Research Software Developer Intern interview?
Samsung Research interview process usually has 2 rounds. The most common rounds in the Samsung Research interview process are Coding Test, Technical and HR.
What are the top questions asked in Samsung Research Software Developer Intern interview?

Some of the top questions asked at the Samsung Research Software Developer Intern interview -

  1. from binary search about finding element in repeating element similar one i don...read more
  2. it just a technical round ask about oops and coding questions about projects th...read more
  3. question related to recurrsion and sudoku questi...read more

Tell us how to improve this page.

Samsung Research Software Developer Intern Interview Process

based on 4 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 3 Samsung Research interviews
WalkIn
Job Portal
Campus Placement
33%
33%
33%
1% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Samsung Research Software Developer Intern Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.8

Skill development

4.3

Work-Life balance

3.9

Salary & Benefits

3.7

Job Security

3.5

Company culture

3.9

Promotions/Appraisal

3.5

Work Satisfaction

Explore 11 Reviews and Ratings
Software Engineer
1.5k salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Lead Engineer
610 salaries
unlock blur

₹9.8 L/yr - ₹38 L/yr

Senior Software Engineer
539 salaries
unlock blur

₹8.4 L/yr - ₹31 L/yr

Chief Engineer
382 salaries
unlock blur

₹14 L/yr - ₹51 L/yr

Engineer
329 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Explore more salaries
Compare Samsung Research with

Microsoft Research

4.6
Compare

IBM Research

4.3
Compare

Intel

4.3
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview