Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Filter interviews by

Samsung R&D Engineer Interview Questions and Answers

Updated 3 Dec 2024

Samsung R&D Engineer Interview Experiences

5 interviews found

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question with 3 hours

Round 2 - Technical 

(3 Questions)

  • Q1. Edit a min or max heap
  • Ans. 

    Editing a min or max heap involves adjusting the heap structure after insertion or deletion to maintain its properties.

    • A min heap ensures the parent node is less than its children. Example: [1, 3, 5, 7, 9] where 1 is the root.

    • A max heap ensures the parent node is greater than its children. Example: [9, 7, 5, 3, 1] where 9 is the root.

    • To insert a new element, add it at the end and 'bubble up' to maintain heap property.

    • T...

  • Answered by AI
  • Q2. Question related to cv
  • Q3. 2-3 puzzles were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - 9+ cg holders got selected

Skills evaluated in this interview

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2024

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

I appeared for an interview before Aug 2023.

Round 1 - Coding Test 

They asked 2 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 2Technicals
1st based on DSA
2nd System Design

R&D Engineer Interview Questions Asked at Other Companies

Q1. give some ideal characteristics of opamp. what is CMRR. what is t ... read more
Q2. draw and explain a full wave bridge rectifier. explain the losses ... read more
Q3. Suppose a customer experiences a crash in our software, and the c ... read more
Q4. what are the features of 8086 and compare it with the present pro ... read more
asked in Samsung
Q5. Write a program to determine if a knight on a chessboard can reac ... read more

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2021

Interview Questionnaire 

1 Question

  • Q1. Data strucuture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for data structure and basic coding questions.

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 7 May 2017

I appeared for an interview in Aug 2016.

Interview Questionnaire 

12 Questions

  • Q1. What projects have you done and which did you like and why?
  • Ans. 

    I have worked on various projects including developing a smart irrigation system and designing a robotic arm for industrial use.

    • Developed a smart irrigation system using IoT technology to optimize water usage and increase crop yield.

    • Designed a robotic arm for industrial use that can perform complex tasks with high precision.

    • Developed a machine learning algorithm to predict equipment failure in a manufacturing plant.

    • Cre...

  • Answered by AI
  • Q2. N queens problem
  • Q3. Implementation of stacks with queues and vice versa
  • Ans. 

    Stacks can be implemented using two queues, while queues can be implemented using two stacks.

    • To implement a stack using queues, we can use one queue for storing elements and another temporary queue for operations.

    • To push an element onto the stack, we enqueue it to the temporary queue, then enqueue all elements from the main queue to the temporary queue, and finally swap the names of the two queues.

    • To pop an element fro...

  • Answered by AI
  • Q4. Discussion on an efficient implementation of hash tables using binary tree (was one of my projects).
  • Q5. A program to tell if a knight on a chessboard at a given location can reach another location in <= a given number of moves
  • Q6. Discussion on Machine Learning
  • Q7. Tell me about yorself
  • Ans. 

    I am a passionate R&D Engineer with a strong background in mechanical engineering and a proven track record of developing innovative solutions.

    • Mechanical engineering background

    • Experience in research and development

    • Proven track record of developing innovative solutions

  • Answered by AI
  • Q8. What are your interests and hobbies
  • Ans. 

    I enjoy hiking, playing guitar, and reading science fiction novels.

    • Hiking: I love exploring new trails and being in nature.

    • Playing guitar: I enjoy learning new songs and improving my skills.

    • Reading science fiction novels: I find it fascinating to escape into different worlds and imagine future possibilities.

  • Answered by AI
  • Q9. What irritates you or you don't like
  • Ans. 

    I get irritated by people who are not punctual and don't value other people's time.

    • People who are consistently late

    • People who cancel plans last minute

    • People who don't show up without any notice

    • People who don't apologize for being late or wasting other people's time

  • Answered by AI
  • Q10. How important is the job location to you
  • Ans. 

    Job location is important for work-life balance, commute, and overall happiness.

    • Job location affects commute time and convenience

    • Proximity to family and friends can impact happiness and work-life balance

    • Access to amenities and resources in the area can affect quality of life

  • Answered by AI
  • Q11. Would you join if we make an offer to you
  • Ans. 

    Yes, I would consider joining if the offer aligns with my career goals and provides opportunities for growth.

    • I would need to review the offer details, including salary, benefits, and potential for career advancement.

    • I would also consider the company culture, work environment, and the team I would be working with.

    • Opportunities for professional development and learning new skills would be important factors in my decision...

  • Answered by AI
  • Q12. Any plans for higher education
  • Ans. 

    Considering pursuing a Master's degree in Engineering Management to enhance skills and advance career.

    • Considering pursuing a Master's degree in Engineering Management

    • To enhance skills and knowledge in project management and leadership

    • To advance career opportunities and take on higher responsibilities

    • Currently researching programs and preparing for application process

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There was one programming question to be solved and submitted. The question was based on Travelling salesman problem
Tips: Be familiar with rather popular questions
Duration: 1 hour
Total Questions: 1

Round: Technical Interview
Experience: The first thing the interviewer did was to take a look at my resume and asked me to tell about the projects i had done. I explained a few that i thought were the better ones. Then he asked about the areas of interest. I mentioned about AI and then we discussed my AI project in detail. After that he asked the above mentioned questions. I answered all of them as they were pretty standard and can be found online easily.
Tips: Search for previous interviews and go through the questions and answers. They help a lot. Also be prepared about everything on your resume

Round: HR Interview
Experience: Nothing more to tell. Asked mostly standard HR type questions
Tips: Prepare yourself for all the cliched HR questions

Round: Technical Interview
Experience: The interviewer saw my resume and e also asked me about my interests. He saw that I had completed machine learning on coursera. So we started discussed ML a great deal (as it turned out later, the guy worked on ML). It started from basic gradient descent, stochasticgradient descent, K means clustering, recommender systems. Our discussion on recommender systems continued to types and uses of different systems in different contexts e.g. how is a movie recommender different to at of Amazon (this was because I told him that i was doing a course on recommender systems). Between all this we also discussed some puzzles and some physics(as it was one of my interests)

Skills: Programming Skills In Any Language Like C, Dynamic Programming (DP), Machine Learning, Logical Puzzles
College Name: BITS Pilani

Skills evaluated in this interview

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: The Aptitude test consisted of 60 questions to be completed in a duration of 60 minutes. The questions were very simple and the key here was to be quick in solving puzzles and problem solving. Next, there was an online coding round which consisted of 3 questions to be completed in a duration of 60 minutes. The questions here were also very basic including topics from pointers and strings. Overall, the test was easy to crack and didn't need any prior preparation.
Tips: Just practice some aptitude tests online. Also, be thorough with the basics of pointers and strings for the coding round.
Duration: 120 minutes
Total Questions: 63

Round: Group Discussion
Experience: The group discussion was totally driven by the hiring team. They chose the speaker and went through each of us one by one. It was a pretty short Group discussion.
Tips: Just listen to everyones points and keep noting your arguments down. If you are chosen to start the GD, then you will be most probably chosen to conclude it too. So, try to take everybody's opinions and shape a precise and to-the-point conclusion.
Duration: 15 minutes

General Tips: Just be cool throughout the process. It has nothing that can be prepared for.
Skill Tips: Practice. Practice. Practice.
Skills: Basic Coding, General Aptitude
Duration: 2
College Name: IIT Madras
Motivation: The projects described in the Internship description were quite interesting.
Funny Moments: Got selected without a single interview! That's partly disappointing since we didn't get to discuss our intern profiles with them. It's funny that such a huge company can hire interns without even having an interview. It's not funny though.

Top trending discussions

View All
Interview Tips & Stories
1w
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

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
Are these interview questions helpful?

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 Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions (1 DP + 1 Graph)

Round 2 - One-on-one 

(1 Question)

  • Q1. Leetcode easy, medium questions on tree, dp
Round 3 - One-on-one 

(2 Questions)

  • Q1. 1 coding question on string (hard).
  • Q2. OS, DBMS, OOPs questions
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions + 2 puzzles question

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to have clear understanding of Computer Science subjects OS, DBMS, OOPs

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Questions on C++
  • Q2. Questions on Qt

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ and Qt well.

Samsung Interview FAQs

How many rounds are there in Samsung R&D Engineer interview?
Samsung interview process usually has 1-2 rounds. The most common rounds in the Samsung interview process are Coding Test and Technical.
How to prepare for Samsung R&D Engineer 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 Android, Android Application Development, Artificial Intelligence, Automobile and C++.
What are the top questions asked in Samsung R&D Engineer interview?

Some of the top questions asked at the Samsung R&D Engineer interview -

  1. A program to tell if a knight on a chessboard at a given location can reach ano...read more
  2. Implementation of stacks with queues and vice ve...read more
  3. edit a min or max h...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
HARMAN Interview Questions
3.8
 • 276 Interviews
OPPO Interview Questions
4.0
 • 228 Interviews
LG Electronics Interview Questions
3.9
 • 227 Interviews
vivo Interview Questions
4.1
 • 207 Interviews
Daikin Interview Questions
4.1
 • 170 Interviews
Philips Interview Questions
3.8
 • 167 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 148 Interviews
View all
Samsung R&D Engineer Salary
based on 48 salaries
₹11 L/yr - ₹18 L/yr
18% more than the average R&D Engineer Salary in India
View more details

Samsung R&D Engineer Reviews and Ratings

based on 11 reviews

2.8/5

Rating in categories

2.3

Skill development

4.1

Work-life balance

3.2

Salary

4.0

Job security

2.9

Company culture

3.1

Promotions

1.7

Work satisfaction

Explore 11 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 - ₹20 L/yr

Software Engineer
954 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Manager
523 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Area Sales Manager
512 salaries
unlock blur

₹7 L/yr - ₹27 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