Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Software Trainee Intern Interview Questions and Answers

Updated 10 Jan 2023

Samsung Research Software Trainee Intern Interview Experiences

1 interview found

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

I applied via campus placement at Punjab Engineering College (PEC) and was interviewed in Jul 2022. There were 5 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 

3 Questions
Easy to medium level
Topics :- Arrays, priority queue, trees, linked Lists, Dp

Round 3 - Technical 

(2 Questions)

  • Q1. 45-50 minutes One medium DSA problem, discussion on projects and Resume
  • Q2. Kadane's Algorithm and brute force also
Round 4 - Technical 

(1 Question)

  • Q1. 45 minutes Implementation of Stacks and Queues using Linked Lists, discussion on some concepts of Operating system like multi threading, mutex and locks
Round 5 - One-on-one 

(1 Question)

  • Q1. General behavioural questions like strengths, weeknes, how do you handle stressful situations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good grip on basics of DSA, study subjects like operating systems, DBMS and computer networks well. Prepare your projects well and explain them in very detail.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

2 Basic-medium level coding questions
Os,DBMS,OOPS & Aptitude mcqs

Round 2 - Technical 

(6 Questions)

  • Q1. Storage classes, exit & extern in c
  • Q2. Questions on bootloader, kernel, oops
  • Q3. Design patterns in c++, projects
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied to different scenarios in software development.

  • Answered by AI
  • Q4. Questions on polymorphism
  • Q5. Access specifiers, storage classes, abstraction
  • Q6. Phases of compilation in compiler design
  • Ans. 

    Phases of compilation include lexical analysis, syntax analysis, semantic analysis, code generation, and code optimization.

    • Lexical analysis: Converts source code into tokens

    • Syntax analysis: Checks the syntax of the code using grammar rules

    • Semantic analysis: Checks the meaning of the code and its correctness

    • Code generation: Translates the code into machine language

    • Code optimization: Improves the code for better performa

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. Virtual functions, diamond inheritance
  • Q2. 2-3 aptitude questions
  • Q3. Question on dynamic orogramming
  • Q4. 2 questions on linked list
  • Q5. Questions on stacks and queues
  • Q6. Questions on time & space complexity and calculation
  • Q7. Question on process scheduling, process management
Round 4 - HR 

(3 Questions)

  • Q1. Interests, strength & weakness
  • Q2. Family background
  • Q3. Willing to relocate, expectations from company
  • Ans. 

    Yes, willing to relocate for the right opportunity. Expectations include growth, learning, and supportive work environment.

    • I am open to relocating for the right opportunity that aligns with my career goals.

    • I expect the company to provide opportunities for growth and learning.

    • I value a supportive work environment where I can collaborate with team members and contribute effectively.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focusing more on fundamentals like c/c++
Oops,
Os
DBMS
Compiler Design

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

  • Answered by AI
  • Q3. What is dynamodb?
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is broadcast receiver
  • Ans. 

    Broadcast receiver is a component in Android that allows the system to deliver events to the app.

    • Component in Android system

    • Receives and handles broadcast messages

    • Used to respond to system-wide events

    • Registered in the AndroidManifest.xml file

  • Answered by AI
  • Q2. What is intent service
  • Ans. 

    IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.

    • IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.

    • It is typically used for tasks like downloading files, syncing data, or performing any other background task.

    • IntentService runs on a separate worker thread, so it does not interfere with the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

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

    I am passionate about developing innovative software solutions and believe this company aligns with my career goals.

    • Excited about the opportunity to work on cutting-edge technologies

    • Impressed by the company's reputation for fostering a collaborative work environment

    • Seeking a challenging role that allows for professional growth and development

  • Answered by AI
  • Q2. What is your highest qualification
  • Ans. 

    Master's degree in Computer Science

    • Master's degree in Computer Science

    • Specialization in software engineering

    • Thesis on machine learning algorithms

    • Graduated with honors

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

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 Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online. 2 easy-medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding question based on oops and string(medium-tough) 45 mins
Round 3 - Technical 

(2 Questions)

  • Q1. SQL questions were asked about theory and code
  • Q2. 4-5 questions in total for about 40 mins
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 Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude train, time and work distance

Round 2 - Technical 

(1 Question)

  • Q1. Basics about my project and 3 eazy level coding question
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary and work cultrue
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa

Samsung Research Interview FAQs

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

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

  1. 45 minutes Implementation of Stacks and Queues using Linked Lists, discussion ...read more
  2. 45-50 minutes One medium DSA problem, discussion on projects and Res...read more
  3. Kadane's Algorithm and brute force a...read more

Tell us how to improve this page.

Samsung Research Software Trainee Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.7
 • 257 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 193 Interviews
View all

Samsung Research Software Trainee Intern Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

2.4

Skill development

4.5

Work-life balance

4.5

Salary

3.5

Job security

3.9

Company culture

2.4

Promotions

2.5

Work satisfaction

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

₹7.1 L/yr - ₹22 L/yr

Lead Engineer
637 salaries
unlock blur

₹10 L/yr - ₹39.7 L/yr

Senior Software Engineer
531 salaries
unlock blur

₹8.4 L/yr - ₹33 L/yr

Chief Engineer
373 salaries
unlock blur

₹14.5 L/yr - ₹51 L/yr

Engineer
317 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Samsung Research with

Microsoft Research

4.5
Compare

IBM Research

4.3
Compare

Intel

4.2
Compare

TCS

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