Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Staff Engineer Interview Questions and Answers

Updated 29 Jan 2023

Samsung Research Staff Engineer Interview Experiences

1 interview found

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 Jan 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 

Data structures & algorithms: Find the shortest path in the grid & Reverse a single linked list

Round 3 - Technical 

(1 Question)

  • Q1. Explain Polymorphism, Overloading & Overriding
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Polymorphism allows objects to be treated as if they are of different types, depending on the context in which they are used.

    • Overloading allows methods to have the sa...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join Samsung

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn, DS, Backtracking, Hashing and trees & Graphs are optional

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Binary tree based coding test
Round 2 - Coding Test 

(1 Question)

  • Q1. Heap data structure algorithm test
  • Ans. 

    Heap data structure is a binary tree where each node is greater than or equal to its children.

    • Heap can be implemented as a binary heap or a Fibonacci heap.

    • Common operations on a heap include insert, delete, and extract min/max.

    • Heap is often used in priority queues and sorting algorithms like heap sort.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Interview is best one in the community

Round 2 - Coding Test 

Take a look at this selloria Red Strap 7 Lights Digital Watch - For Boys Digital Watch - For Boys on Flipkart
-----

Round 3 - Assignment 

Take a look at this selloria DIGITAL KIDS-BOYS-G-SPORT LOOK BAND SHOCK CHRONOGRAPH RESISTANCE LUMINOUS Digital Watch - For Boys on Flipkart
-----

Round 4 - Coding Test 

Take a look at this selloria DIGITAL KIDS-BOYS-G-SPORT LOOK BAND SHOCK CHRONOGRAPH RESISTANCE LUMINOUS Digital Watch - For Boys on Flipkart
-----

Round 5 - Assignment 

Instagram link: -----. Don't share it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir I have final round of the interview in minuscule technology on Monday(18-3-2023)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
-

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How can security be managed in an Azure environment?
  • Ans. 

    Security in Azure environment can be managed through various measures such as network security groups, Azure Security Center, encryption, and access control.

    • Implement network security groups to control inbound and outbound traffic to virtual machines.

    • Utilize Azure Security Center to monitor and improve the security posture of resources.

    • Enable encryption at rest and in transit to protect data stored in Azure services.

    • Us...

  • Answered by AI
  • Q2. How can security be managed in an Azure environment?
  • Ans. 

    Security in Azure can be managed through various tools and best practices.

    • Implementing Azure Security Center for threat detection and monitoring

    • Using Azure Active Directory for identity and access management

    • Enforcing network security using Azure Firewall and Network Security Groups

    • Encrypting data at rest and in transit using Azure Key Vault and SSL/TLS

    • Regularly updating and patching virtual machines and services

    • Leverag

  • Answered by AI
Round 2 - Coding Test 

Basic data structure questions and a library system design scenario.

I applied via Approached by Company and was interviewed in Jan 2022. 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 - Coding Test 

I was very develop on coding

Interview Preparation Tips

Topics to prepare for IBM Research Software Developer interview:
  • Self introduction
  • Java
Interview preparation tips for other job seekers - Please as soon as could shortlisted my resume and conduct coding test with simple

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Projects and courses
  • Q2. Same as 1st round

Interview Preparation Tips

Round: Test
Experience: Questions test aptitude, coding and Machine learning skills
Duration: 1 hour
Total Questions: 8

Round: Technical Interview
Experience: They asks mostly about the projects one has done. They also focus on the courses. They also ask HR questions.

Round: Technical Interview
Experience: Same as before round. They went into the depth of projects.

Skills: Machine Learning
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Written Round. Basic probab and algo questions.
Duration: 1 hour
Total Questions: 8

Round: Technical Interview
Experience: Mostly asked about my Dual Degree Project
Tips: Present printouts of your research papers to the panel

Round: Technical + HR Interview
Experience: Also, related to DDP. Asked questions on how it can be extended to other domains. Why do you want to a part of IBM Research?
Tips: Before the interview, go through the company's website and find out the projects relevant to your field. Then discuss them when they ask for doubts or questions.

College Name: IIT Madras

I applied via Campus Placement and was interviewed before Dec 2015. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about your project?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

  • Answered by AI
  • Q2. How to check if the tree is balanced?
  • Ans. 

    Check if a tree is balanced by comparing the heights of its left and right subtrees.

    • Calculate the height of the left subtree and the height of the right subtree.

    • If the difference between the heights is greater than 1, the tree is not balanced.

    • Recursively check if both the left and right subtrees are balanced.

    • If both subtrees are balanced and the height difference is less than or equal to 1, the tree is balanced.

  • Answered by AI
  • Q3. Detailed discussion about the project and resume was asked
  • Q4. Why IRL?
  • Ans. 

    IRL stands for 'In Real Life', emphasizing the importance of practical, real-world experience in software engineering.

    • IRL experience helps bridge the gap between theoretical knowledge and practical application

    • It allows for hands-on problem-solving and critical thinking skills development

    • Real-world projects often involve collaboration with team members and stakeholders, enhancing communication skills

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Be very thorough eith the project . They look for some novelty in your project work. A publication can really help.
Tips: My profile was ML based. Be thorough with ur resume.

College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Questions on projects/internships
  • Q2. A modelling problem
  • Q3. A DSA problem
  • Q4. Explaining your B.Te·ch I intern project
  • Ans. 

    Developed a web application for online shopping

    • Used HTML, CSS, JavaScript, and PHP for front-end and back-end development

    • Implemented a user authentication system with secure password storage

    • Integrated payment gateway for online transactions

    • Designed a responsive and user-friendly interface

    • Tested and debugged the application for optimal performance

  • Answered by AI
  • Q5. Explaining other projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the healthcare industry.

    • Created a mobile app using Flutter for a startup in the travel industry.

    • Analyzed data using Python and SQL to provide insights for a retail company.

    • Collaborated with a team to build a chatbot using Dialogflow for a financial se

  • Answered by AI
  • Q6. General intent in life and lurure plans if any
  • Ans. 

    My general intent in life is to continuously learn and grow while making a positive impact on the world. As for my future plans, I hope to advance my career in software engineering and eventually start my own company.

    • Continuous learning and personal growth

    • Making a positive impact on the world

    • Advancing my career in software engineering

    • Starting my own company

  • Answered by AI

Interview Preparation Tips

Round: Resume shortlisting
Experience: I had sent my resume to the hiring group. Selection was through telephonic interviews. I was interviewed by three different research groups.

Round: Interview
Experience: Almost by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile. In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked for comments/suggestions/inputs and a discussion followed,
Tips: Good to have sound knowledge of your domain (analytical and application skills arevery much required).

Skill Tips: ""Good CGPA(>9)is necessary and a recommendation from the professor is also a good add on.""
Skills: Domain work in Internship
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: Basic Math is tested. Selected students are called for an interview. CG cutoff was 9.

Round: Technical Interview
Experience: Since it is a research profile, they will ask you to talk about your areas of interest and specifically, what work you have done in those areas.

General Tips: The work entails research related to practical applications. They give out just one offer every year. They do usually have a waitlist though. In case the person who is made the offer rejects it, the next guy is given an offer.
College Name: IIT MADRAS

Samsung Research Interview FAQs

How many rounds are there in Samsung Research Staff Engineer interview?
Samsung Research interview process usually has 4 rounds. The most common rounds in the Samsung Research interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Samsung Research Staff Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 197 Interviews
View all
Samsung Research Staff Engineer Salary
based on 185 salaries
₹18.9 L/yr - ₹51 L/yr
At par with the average Staff Engineer Salary in India
View more details

Samsung Research Staff Engineer Reviews and Ratings

based on 15 reviews

3.4/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

2.7

Salary

3.9

Job security

2.9

Company culture

2.8

Promotions

3.2

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Lead Engineer
639 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
548 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Chief Engineer
377 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
322 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Samsung Research with

Microsoft Research

4.5
Compare

IBM Research

4.4
Compare

Intel

4.2
Compare

TCS

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