Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Product Engineer Interview Questions and Answers

Updated 16 Jan 2023

Samsung Product Engineer Interview Experiences

1 interview found

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

3 hrs, on smasung's own software, easy, 1 question , recursion(dp)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic oops and os cocepts,project
  • Q2. Graph(snake and ladder)

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy if prepared well.Basic to intermediate level questions were asked

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Samsung?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q3. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Maximum Subarray Sum Problem Statement Given an array of integers ... read more

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

Interview Questionnaire 

1 Question

  • Q1. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is easy to read and write, making it a popular choice for beginners.

    • Python uses indentation to indicate blocks of code, rather than curly braces or key...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript and angular starting from basic to advanced

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good
but while release the offer letter it took some time

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About cypress automation tool
  • Q2. Javascripts basics and testing basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Right the correct skills onresume and prepare well be confident

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Technical round of the skills mentioned in CV
Round 2 - Technical 

(1 Question)

  • Q1. More detailed technical round regarding your project
  • Ans. SQL queries and coding
  • Answered Anonymously
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Harman
  • Ans. 

    I want to join Harman for its innovative technology, collaborative culture, and commitment to enhancing user experiences in audio and automotive.

    • Harman's focus on cutting-edge audio technology aligns with my passion for creating immersive sound experiences.

    • The company's commitment to innovation, such as advancements in connected car technology, excites me as I want to contribute to the future of mobility.

    • I admire Harma...

  • Answered by AI
  • Q2. Salary negotiation and client check

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic but in depth understanding of your project
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Coding Test 

Java with springboot

Round 3 - Coding Test 

Microservices and RestfulWeb

Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Cleared first round for 2nd round they rescheduled it for 4 times and every time I was joining the meeting but there was no one in the meeting it happened for 4th times n they finally scheduled on a Saturday . The person asked me related to java but he doesn't know anything about that such a knowledge less fellow took my interview n finally he is saying sorry it's skills mismatch .they wasted my 5 days of time . The lady who arranged the interview and the person who took my interview both are stupid.

I applied via Company Website and was interviewed before Oct 2021. 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 - Technical 

(3 Questions)

  • Q1. Core Java and Spring boot questions
  • Q2. Hibernate, Spring, Junit, Mockito and Micro service questions
  • Q3. Difference between String and StringBuffer
  • Ans. 

    String is immutable while StringBuffer is mutable.

    • StringBuffer is faster for concatenation operations.

    • StringBuffer has methods to modify the string.

    • StringBuffer is thread-safe while String is not.

    • StringBuffer has a larger memory footprint than String.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Internal Structure of hashmap and hashing algorithm
  • Q2. Difference between predicate and supplier
  • Ans. 

    Predicate is a functional interface that takes an argument and returns a boolean value. Supplier is a functional interface that takes no argument and returns a value.

    • Predicate is used for filtering or testing a condition on an object.

    • Supplier is used for providing a value or generating a value.

    • Predicate takes an argument and returns a boolean value based on the condition.

    • Supplier takes no argument and returns a value.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pease focus on core java basics, oracle basics, spring data jpa basics, spring boot and micro services

Skills evaluated in this interview

Samsung Interview FAQs

How many rounds are there in Samsung Product Engineer interview?
Samsung interview process usually has 3 rounds. The most common rounds in the Samsung interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Samsung Product Engineer interview?

Some of the top questions asked at the Samsung Product Engineer interview -

  1. Basic oops and os cocepts,proj...read more
  2. graph(snake and ladd...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 406 Interviews
HARMAN Interview Questions
3.8
 • 277 Interviews
OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics Interview Questions
3.9
 • 228 Interviews
vivo Interview Questions
4.1
 • 209 Interviews
Philips Interview Questions
3.8
 • 169 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 149 Interviews
View all
Sales Executive
1.1k salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Assistant Manager
1k salaries
unlock blur

₹9.3 L/yr - ₹15.2 L/yr

Software Engineer
950 salaries
unlock blur

₹11.6 L/yr - ₹20 L/yr

Manager
522 salaries
unlock blur

₹15.3 L/yr - ₹28 L/yr

Area Sales Manager
497 salaries
unlock blur

₹12 L/yr - ₹22.4 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare
write
Share an Interview