Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Research and Development Interview Questions and Answers

Updated 21 Oct 2024

Samsung Research Research and Development Interview Experiences

1 interview found

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

One coding question from dynamic programming

Round 2 - Technical 

(2 Questions)

  • Q1. Segment tree maximum/minimum
  • Q2. Binary lifting ancestors problem
  • Ans. 

    Binary lifting ancestors problem involves finding the k-th ancestor of a node in a binary tree efficiently.

    • Binary lifting is a technique used to find ancestors in a binary tree.

    • It involves precomputing the ancestors of each node using dynamic programming.

    • The k-th ancestor of a node can be found by repeatedly jumping up the tree in powers of 2.

    • Example: Given a binary tree with nodes 1, 2, 3, 4, 5, 6, 7, the 2nd ancestor

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why we hire you?

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a research and development professional with expertise in various fields.

    • I have a PhD in Chemistry and have worked in the pharmaceutical industry for 5 years.

    • I have experience in developing new products and improving existing ones.

    • I am skilled in project management and have led teams of up to 10 people.

    • I am passionate about innovation and finding solutions to complex problems.

  • Answered by AI
  • Q2. What are your interests?
  • Ans. 

    I am interested in exploring new technologies and their applications in various fields.

    • Artificial Intelligence and Machine Learning

    • Internet of Things

    • Blockchain Technology

    • Virtual and Augmented Reality

    • Robotics and Automation

  • Answered by AI
  • Q3. What do you know about Philips Healthcare?

Interview Preparation Tips

Round: Technical Interview
Experience: Decent experience, mainly talked about my projects. No technical questions were asked.
Tips: Read up a little bit about the company and the sort of projects they have. Try to show them how the projects you have done align well with the work they do at Philips HIC.

Skills:
Duration: 2
College Name: IIT Madras

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. The questions were simple and 'Get to know you types'
  • Q2. As my minor was nano, he drilled me on the concepts concerning medical applications of the same
  • Q3. If I had to propose a project, what would it be?
  • Ans. 

    Develop a sustainable energy source for rural areas

    • Research and develop a low-cost renewable energy solution

    • Test and refine the solution in a rural area

    • Partner with local organizations to implement and maintain the solution

    • Provide training and education to the community on the use and maintenance of the solution

  • Answered by AI
  • Q4. What does Philips HIC do?

Interview Preparation Tips

Round: Resume Shortlist
Experience: I believe that they were looking bio-products design. I had not worked in that field myself but had some courses and experiences in startups which revolved around the same. I made sure my resume emphasized these points.
Tips: Simply put, make sure you are what they are looking for for their profile. Don't write something false but make sure you know how to modify the truth to fit their interest

Round: HR Interview
Experience: I have sweat as much in my entire life as I did in that air-conditioned interview room. The interview was through Skype. I made sure that I never gave up on the point that I had made the base for my pitch - 'Openness and ability to form new innovative idea'. I made sure that in every question, I was able to bring out this point and also show him my other qualities complemented the same. At the end I think that it was my confidence that did the trick.
Tips: Make sure your body language and voice shows your confidence in what you are saying and make sure you pitch your strengths as often as possible revolving around what they might be requiring you to do at the internship.

Skill Tips: Just try and make sure you send out the signals which make them realize you have the ability to work across domains using the specialized knowledge you have in your area of expertise. You need to show them that you can use your knowledge base creatively to solve some issue they might be working on at that time.
Skills: Creative Thinking
Duration: -
College Name: IIT Madras
Motivation: The main reason I wanted this was that this had both the ingredients that I wanted for an internship, Research and Development as Profile and an industry exposure in a company like Philips.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Thermodynamics, heat transfer , machine design , simulation
Round 2 - Technical 

(1 Question)

  • Q1. Heat transfer , refrigeration cycle ,machine design related , knowledge of cad softwares

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare thermodynamics , machine design
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Segment tree questions and dp questions

Round 2 - Technical 

(1 Question)

  • Q1. 2 dp questions 1 puzzle oops concepts in depth and operating system in depth and code of operating system
Round 3 - Technical 

(1 Question)

  • Q1. Dp questions system design project operating system
Round 4 - HR 

(1 Question)

  • Q1. Hr was very strict . It's very hard round and making situation hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on operating system , system design, oops, dp graph

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 Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C++ basic, Linked list implementation using C++(Not C), Lambda Expression, Map and Vector, C++ Thread Concept, Virtualization
  • Q2. Focus more on all the C++11 concept

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a C++ technical interview . It lasted for about 2 hour 30 minutes. The interviewer wanted to test my C++ basic, C++11 concept, Linked list implementation using C++, C++ thread , Lambda expression, Virtualization.

I appeared for an interview in May 2017.

Interview Questionnaire 

4 Questions

  • Q1. Why is string immutable
  • Ans. 

    String is immutable because it ensures data integrity and allows for efficient memory management.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings can be easily shared and reused, improving memory efficiency.

    • Immutable strings enable efficient string interning and caching.

    • Immutable strings support thread safety in concurrent environments.

  • Answered by AI
  • Q2. Do @requestparam has default value
  • Ans. 

    Yes, @RequestParam has a default value if not specified.

    • If a @RequestParam is not provided in the request, it will use its default value.

    • The default value can be set using the 'defaultValue' attribute of @RequestParam annotation.

    • If no default value is specified, the parameter will be considered as required and an exception will be thrown if not provided.

  • Answered by AI
  • Q3. Singleton and prototype
  • Q4. Why abstract class is required
  • Ans. 

    Abstract classes are required to provide a common interface and share code among related classes.

    • Abstract classes allow for code reusability and promote modular design.

    • They provide a common interface for a group of related classes.

    • Abstract classes can define abstract methods that must be implemented by subclasses.

    • They can also provide default implementations for common methods.

    • Abstract classes cannot be instantiated, b

  • Answered by AI

Skills evaluated in this interview

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

Intern Interview Questions & Answers

Daikin user image Anonymous

posted on 11 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How was yesterday ?
  • Ans. 

    Yesterday was a productive day filled with meetings and project work.

    • Attended a team meeting in the morning

    • Worked on a project proposal in the afternoon

    • Had a networking event in the evening

  • Answered by AI
  • Q2. Why are letters in a keyboard placed like that ?
  • Ans. 

    The letters on a keyboard are placed in a specific layout called QWERTY, which was designed to prevent typewriter jams.

    • The QWERTY layout was developed by Christopher Sholes in 1873 for typewriters.

    • The layout was designed to separate commonly used letters to reduce the likelihood of jamming.

    • The arrangement of letters was based on the frequency of their use in the English language.

    • The QWERTY layout became popular and was

  • Answered by AI
  • Q3. What do you know about air conditioner ?
  • Ans. 

    An air conditioner is a device that cools and dehumidifies the air in a room or building.

    • Air conditioners work by removing heat and moisture from the air.

    • They use a refrigeration cycle to cool the air.

    • Air conditioners can be used for both residential and commercial purposes.

    • They come in different types such as window units, split systems, and central air conditioning systems.

    • Air conditioners improve indoor air quality ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was asked several question related to my cv and other general knowledge and technical questions to measure my suitablity for the job.

Skills: Communication, Excel Skills, Knowledge Of MS Office
College Name: Keshav Mahavidyalaya

Skills evaluated in this interview

Samsung Research Interview FAQs

How many rounds are there in Samsung Research Research and Development interview?
Samsung Research interview process usually has 3 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 Research and Development interview?

Some of the top questions asked at the Samsung Research Research and Development interview -

  1. Binary lifting ancestors prob...read more
  2. Segment tree maximum/mini...read more

Tell us how to improve this page.

Samsung Research Research and Development Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HARMAN Interview Questions
3.7
 • 264 Interviews
OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Vivo Interview Questions
4.1
 • 197 Interviews
Blue Star Interview Questions
4.1
 • 164 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.1
 • 150 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
View all
Samsung Research Research and Development Salary
based on 14 salaries
₹11.5 L/yr - ₹20 L/yr
90% more than the average Research and Development Salary in India
View more details

Samsung Research Research and Development Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

2.4

Skill development

3.6

Work-life balance

3.4

Salary

3.2

Job security

3.8

Company culture

2.8

Promotions

2.4

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
1.6k salaries
unlock blur

₹7.3 L/yr - ₹22 L/yr

Lead Engineer
619 salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Senior Software Engineer
527 salaries
unlock blur

₹7.8 L/yr - ₹33 L/yr

Chief Engineer
388 salaries
unlock blur

₹14.1 L/yr - ₹60 L/yr

Engineer
326 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Explore more salaries
Compare Samsung Research with

Vivo

4.1
Compare

OPPO

4.0
Compare

LG Electronics

4.0
Compare

HARMAN

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