Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Intern Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Samsung Intern Interview Questions and Answers

Samsung Intern Interview Experiences

9 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2024

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

3 medium level DSA questions based on Arrays, priority queue and DP

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion on Projects, one medium DSA question and operating system
  • Q2. Questions based on Implementation of Stacks, queues and linked list, discussion on projects
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to Join company
  • Q2. Basic strength weakness questions quite easy, lasted on a phone call for 10 mins

Intern Interview Questions & Answers

user image Aakash

posted on 11 Nov 2024

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

Dsa is usrd and it is bad

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some Linked List questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA

Intern Interview Questions & Answers

user image Pradeep Annem

posted on 13 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Trees, Graphs, 3 Questions in two hours

Round 3 - One-on-one 

(2 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously and compare elements to add to the new array

    • Handle cases where one array is longer than the other

  • Answered by AI
  • Q2. Add a node to bst
  • Ans. 

    To add a node to a binary search tree (BST), compare the value of the new node with the current node and traverse left or right accordingly until a suitable spot is found.

    • Start at the root node

    • Compare the value of the new node with the current node

    • If the new node value is less than the current node, move to the left child node

    • If the new node value is greater than the current node, move to the right child node

    • Repeat the...

  • Answered by AI

Skills evaluated in this interview

Samsung interview questions for designations

 Summer Intern

 (2)

 Research Intern

 (1)

 SDE Intern

 (1)

 Development Intern

 (1)

 Software Developer Intern

 (12)

 Frontend Developer Intern

 (1)

 Sales Executive

 (12)

 Engineer

 (6)

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2025

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One questions, 3 hrs time

Round 2 - Technical 

(1 Question)

  • Q1. Related to DSA and graphs
Round 3 - HR 

(1 Question)

  • Q1. PI questions general

Intern Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 DSA questions are given have easy to medium difficulty.

Round 2 - Technical 

(2 Questions)

  • Q1. One DSA questions easy difficulty, Oops concepts, about project and it improvement.
  • Q2. Given array of 1 to N find missing number
  • Ans. 

    Find missing number in array of 1 to N

    • Iterate through the array and keep track of the sum of all numbers

    • Calculate the sum of numbers from 1 to N using the formula (N * (N + 1)) / 2

    • Subtract the sum of array from the sum of numbers from 1 to N to find the missing number

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General questions, why do you want to join Samsung, and you have to clear Samsung internal advance coding exam, after joining the same.

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2021

Interview Questionnaire 

2 Questions

  • Q1. Difference b/w bias and variance?
  • Ans. 

    Bias is the difference between the expected value of the model's predictions and the true values. Variance is the variability of the model's predictions for different training sets.

    • Bias is the underfitting of the model, where it is unable to capture the complexity of the data.

    • Variance is the overfitting of the model, where it is too complex and captures the noise in the data.

    • Bias can be reduced by increasing the comple...

  • Answered by AI
  • Q2. What are the different sorting technique?
  • Ans. 

    Sorting techniques are algorithms used to arrange data in a specific order.

    • Bubble Sort

    • Selection Sort

    • Insertion Sort

    • Merge Sort

    • Quick Sort

    • Heap Sort

    • Radix Sort

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ....................

Skills evaluated in this interview

Intern interview

user image Unfiltered xp

posted on 30 Nov 2021

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2021

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your biggest strengths?

Interview Preparation Tips

Interview preparation tips for other job seekers - The Ability to never give up

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online test with a few behavioral questions and games. Nothing difficult.

Round 2 - Coding Test 

This round included CSE Core MCQs and 2 coding questions. MCQs where moderated and Coding questions were for Leetcode Medium-Hard difficulty.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview Round - Resume based questions regarding internships, projects and tech stacks.
  • Q2. Python-based simple questions, a few DBMS questions, and some AI/ML. Nothing too difficult and one-liner answers were expected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the coding round and make sure not to lie on your resume.

Samsung Interview FAQs

How many rounds are there in Samsung Intern interview?
Samsung interview process usually has 2-3 rounds. The most common rounds in the Samsung interview process are Coding Test, Technical and HR.
How to prepare for Samsung Intern 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. The most common topics and skills that interviewers at Samsung expect are Black Box, Bug Life Cycle, Scripting, Software Testing and Software Testing Life Cycle.
What are the top questions asked in Samsung Intern interview?

Some of the top questions asked at the Samsung Intern interview -

  1. What are the different sorting techniq...read more
  2. Given array of 1 to N find missing num...read more
  3. Difference b/w bias and varian...read more

Tell us how to improve this page.

Samsung Intern Interview Process

based on 6 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • HR Round
View more

Intern Interview Questions from Similar Companies

Dell Intern Interview Questions
4.0
 • 5 Interviews
HARMAN Intern Interview Questions
3.8
 • 3 Interviews
OPPO Intern Interview Questions
4.0
 • 3 Interviews
Philips Intern Interview Questions
3.9
 • 3 Interviews
Signify Intern Interview Questions
3.5
 • 3 Interviews
Sony Intern Interview Questions
4.2
 • 2 Interviews
Apple Intern Interview Questions
4.3
 • 2 Interviews
Daikin Intern Interview Questions
4.2
 • 2 Interviews
View all
Samsung Intern Salary
based on 25 salaries
₹1 L/yr - ₹6.4 L/yr
50% more than the average Intern Salary in India
View more details

Samsung Intern Reviews and Ratings

based on 28 reviews

3.8/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.8

Salary

3.9

Job security

3.8

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 28 Reviews and Ratings
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Software Engineer
870 salaries
unlock blur

₹6.6 L/yr - ₹25 L/yr

Manager
534 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
480 salaries
unlock blur

₹4.3 L/yr - ₹18 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.2
Compare

Xiaomi

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview