Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Samsung Research Firmware Engineer Interview Questions and Answers

Updated 8 Nov 2024

Samsung Research Firmware Engineer Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bit manipulation
  • Q2. Volatile keywords in c work in which way
  • Ans. 

    Volatile keyword in C is used to indicate that a variable may be changed unexpectedly by external factors.

    • Volatile keyword tells the compiler not to optimize the variable because it can be changed by external factors.

    • Commonly used for memory-mapped hardware registers or variables accessed by multiple threads.

    • Example: volatile int *ptr = (int *)0x1234; // pointer to a memory-mapped hardware register

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you handle stress
  • Q2. How do you achieve work life balance

Interview Preparation Tips

Interview preparation tips for other job seekers - Kal

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Round1: how to set nth position of the bit, linked list, stack, queues, pointers, string palindrome or not
  • Q2. Round2: debugging techniques, Linux os related concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview consists of two rounds Round 1: c programming, Round 2: Technical interview consists of case study, debugging techniques, os concepts.

Firmware Engineer Interview Questions Asked at Other Companies

Q1. In DSA part, 1. Code for merge sort 2. Check if two trees are mir ... read more
Q2. What is structure padding and why it happens?
Q3. Digital Electronics - FSM based design Programs - Generate square ... read more
asked in Avench
Q4. SOLVE TRAFFIC SIGNAL USING C (FIRST ALGORITHM AND THEN PROGRAM). ... read more
asked in Aaensa
Q5. What is the process for removing duplicate numbers from an array?

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

Interview Questionnaire 

2 Questions

  • Q1. NLP : pattern matching in large corpus
  • Ans. 

    Pattern matching in large corpus using NLP

    • Use natural language processing techniques to identify patterns in a large corpus

    • Apply techniques like tokenization, part-of-speech tagging, and named entity recognition

    • Utilize regular expressions or rule-based matching to identify specific patterns

    • Consider using machine learning algorithms like sequence labeling or clustering

    • Examples: finding email addresses, detecting dates,

  • Answered by AI
  • Q2. Simple puzzle on vertices rearrangement on a graph

Interview Preparation Tips

Round: Technical Interview
Experience: The question was a little bizarre , and was open ended. The interviewers were able to provide corner cases and counter examples for my solutions, but they too couldn't lead towards the write solution. In the end they asked me to think over it. They asked me more basic questions on NLP as it was my research interest, but I was able to answer them.
Tips: Know what you know and what you don't know. Keep talking to the interviewer and follow the aloud thinking process. Keep the interviewer in the loop with you.

Round: Puzzle Interview
Experience: He asked me to do a simple puzzle on his mobile where i have to rearrange vertices of a graph to follow some condition. I didn't know the solution but i kept trying, trying to solve one case after another. Turned out, wasn't that difficult.

Round: Group Activity
Experience: Five students were shortlisted for this, 3 questions were given for it. We had to solve them and discuss our solutions later with the interviewers. The questions weren't difficult, it was just how you told them their solutions and how you answered their counter arguments .

Skill Tips: Read your resume thoroughly and go through your research interests carefully.
Skills: Programming, Research Interests, Resume reading
College Name: IIT KANPUR
Motivation: I always wanted to work for a research lab , as development companies didn't attract me. So i was focusing for IBM IRL , Xerox and Samsung R&D. Luckily I got IBM.
Contribute & help others!
anonymous
You can choose to be anonymous

Samsung Research Interview FAQs

How many rounds are there in Samsung Research Firmware Engineer interview?
Samsung Research interview process usually has 2 rounds. The most common rounds in the Samsung Research interview process are Technical and HR.
What are the top questions asked in Samsung Research Firmware Engineer interview?

Some of the top questions asked at the Samsung Research Firmware Engineer interview -

  1. Volatile keywords in c work in which ...read more
  2. Round1: how to set nth position of the bit, linked list, stack, queues, pointer...read more
  3. Round2: debugging techniques, Linux os related conce...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

DELITE ENGINEERS

INTERVIEWS

Bharti Airtel

No Interviews

INTERVIEWS

Kandhari Beverages

No Interviews

INTERVIEWS

RPP Infra Projects

No Interviews

INTERVIEWS

Ralson Tyres Limited

No Interviews

Tell us how to improve this page.

Samsung Research Firmware 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.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
View all
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent