Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Intern Interview Questions and Answers

Updated 20 Oct 2024

Samsung Research Intern Interview Experiences

5 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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

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

Round 1 - Coding Test 

3 questions medium leetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Dfs write whole pseudo code.
  • Ans. 

    Depth First Search (DFS) pseudo code

    • Initialize a stack to keep track of nodes to visit

    • Start with the initial node and push it onto the stack

    • While the stack is not empty, pop a node from the stack and visit its neighbors

    • Push unvisited neighbors onto the stack

    • Repeat until all nodes are visited

  • Answered by AI
  • Q2. Bfs write whole pseudo code.
  • Ans. 

    BFS (Breadth First Search) algorithm pseudo code

    • Start by enqueueing the starting node

    • While the queue is not empty, dequeue a node and process it

    • Enqueue all adjacent nodes that have not been visited yet

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q3. Find the middle of the linked list.
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The position of the slow pointer at this point will be the middle of the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cv grilling some questions on projects.

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2023

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

I applied via Campus Placement and was interviewed before Sep 2022. 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 

Coding test had medium-hard leetcode questions

Round 3 - Technical 

(2 Questions)

  • Q1. Mostly resume based questions were asked. Since they were research based, I got shortlisted in first round itself
  • Q2. Resumebased reinforcement learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough in your resume

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. What's you name

Interview Preparation Tips

Interview preparation tips for other job seekers - See GFG for answers

Intern Interview Questions & Answers

user image Anonymous

posted on 31 May 2021

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Whats c
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in 1972.

    • C is used for developing operating systems, embedded systems, and system software.

    • It is a compiled language and has a low-level memory access.

    • C is the predecessor of many modern programming languages like C++, Java, and Python.

  • Answered by AI
  • Q2. Whats loop
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a certain condition is met.

    • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

    • There are three types of loops in most programming languages: for, while, and do-while.

    • Example: for (int i = 0; i < 10; i++) { // do something }

  • Answered by AI
  • Q3. Why mi good samsung bad
  • Ans. 

    Samsung's product struggles due to market saturation, intense competition, and shifting consumer preferences.

    • Market Saturation: The smartphone market is saturated, making it hard for Samsung to stand out.

    • Intense Competition: Brands like Apple and Xiaomi offer compelling alternatives, impacting Samsung's sales.

    • Consumer Preferences: A shift towards budget-friendly options has led to decreased demand for premium Samsung m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy interieds

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2017

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: 20 English questions
Rest of the 40 were quant.
There was a severe shortage of time in this test. English was a piece of cake but the rest of the questions were pretty time consuming.
Tips: Its better to finish those questions first which aren't time consuming.
Duration: 1 hour
Total Questions: 60

Round: Test
Experience: There was one three mark question and two five mark questions.
The three marker was either on linked list or array sorting.
The second question was based on dynamic programming.
The third question was on algorithms and number theory. Eg. My question was to find the units digit in a^b.
You could code in C,C++, Java or C#
Duration: 1 hour 10 minutes
Total Questions: 3

Round: Group Discussion
Experience: It wasn't exactly a group discussion. It was more of extempore. We were given ten minutes to note down points on the topic and each of us had to speak for two minutes. And then at the end there was a brief discussion on the arguments.
Tips: Don't start making philosophical arguments. You are expected to give technical arguments and reasons.
Don't contradict yourself ever. Make your stand on the topic clear and stick to it.
Don't cut off people in the middle. Hear them out.
It's not about who is speaking the most. It's about who is most effective.
Duration: 1 hour

College Name: IIT Madras

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 Research?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. General interaction
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

2 questions , Prime number and sort list

Round 2 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. List, tuple difference
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Informal discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be clear

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Questions from core subjects
  • Q2. Core subjects is asked totally

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Your Strengths?
  • Q2. 2. Brief 2 issues that made you challenge and how have you overcome?
  • Q3. 3. Previous experience - Companies and Education?
  • Ans. 

    I have a diverse background in software development and data analysis, with experience in internships and relevant coursework.

    • Interned at Tech Solutions Inc., where I developed a web application using JavaScript and React.

    • Completed a data analysis project during my coursework, utilizing Python and SQL to derive insights from large datasets.

    • Participated in a hackathon, collaborating with a team to create a mobile app th...

  • Answered by AI
  • Q4. 4. Tell me about yourslef?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was a good experience

Samsung Research Interview FAQs

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

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

  1. Find the middle of the linked li...read more
  2. Bfs write whole pseudo co...read more
  3. Dfs write whole pseudo co...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Intern Interview Questions from Similar Companies

Philips Intern Interview Questions
3.8
 • 6 Interviews
OPPO Intern Interview Questions
4.0
 • 3 Interviews
Sony Intern Interview Questions
4.2
 • 3 Interviews
Signify Intern Interview Questions
3.5
 • 3 Interviews
IFB Intern Interview Questions
3.6
 • 1 Interview
View all
Samsung Research Intern Salary
based on 8 salaries
₹4 L/yr - ₹7.1 L/yr
58% more than the average Intern Salary in India
View more details

Samsung Research Intern Reviews and Ratings

based on 25 reviews

4.0/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.4

Salary

3.5

Job security

3.6

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
1.7k salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Lead Engineer
682 salaries
unlock blur

₹18.8 L/yr - ₹35 L/yr

Senior Software Engineer
599 salaries
unlock blur

₹16 L/yr - ₹25 L/yr

Chief Engineer
408 salaries
unlock blur

₹26.8 L/yr - ₹50 L/yr

Senior Chief Engineer
330 salaries
unlock blur

₹30.4 L/yr - ₹55 L/yr

Explore more salaries
Compare Samsung Research with

vivo

4.1
Compare

OPPO

4.0
Compare

LG Electronics

3.9
Compare

Bajaj Electricals

4.0
Compare
write
Share an Interview