Upload Button Icon Add office photos

Filter interviews by

Samsung Semiconductor Embedded Software Engineer Interview Questions and Answers

Updated 16 Sep 2024

Samsung Semiconductor Embedded Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Coding question on tree
  • Q2. Coding question on array
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

AON. duration was 90 min.

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about malloc
  • Q2. Largest substring without duplicates
  • Ans. 

    Find the largest substring in an array of strings without any duplicate characters.

    • Iterate through each string in the array

    • Use a set to keep track of characters seen so far

    • Update the start index of the substring when a duplicate character is found

    • Calculate the length of the current substring and update the max length if needed

  • Answered by AI

Skills evaluated in this interview

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time

Interview questions from similar companies

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

Arrays and strings online

Round 2 - Technical 

(2 Questions)

  • Q1. About basic C program
  • Q2. Memory layout ,c and c+=
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. What is stack overflow
  • Ans. 

    Stack overflow occurs when a program uses more memory than the call stack can handle, leading to a crash.

    • Occurs when a program's call stack runs out of memory

    • Can lead to crashes or unexpected behavior

    • Common in recursive functions with no base case

    • Can be caused by infinite loops or excessive memory usage

  • Answered by AI

Skills evaluated in this interview

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Around 30-40 MCQs + 5 subjective questions.
Subjective questions were - finding little endian/big endian using char-int, function pointers, etc
Duration: 2 hours
Total Questions: 35

Round: Technical Interview
Experience: Mostly resume based, mostly looking for someone who have worked intensively in that area.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: It was an objective type test questions related to aptitude, digital, c, data structures, operating system ,computer architecture and  microprocessor. The level of difficulty was high.

Round: Technical Interview
Experience: This was purely technical with questions relating to algorithms(binary search, sorting) ,  networks(layers and different protocols,  subnetting), projects(my final  year project in manets), 
networks  project,compiler  oriented  questions related  to  C runtime  features (Use  of  heap  and 
stack to store variables in a C program ­how they work with procedures).

Round: Technical Interview
Experience: Third round was again more of  technical and  long one to. OOPs was the main focus here. 
OOPs  concepts  were  asked.  
 

Round: HR Interview
Experience:  Basic HR questions were asked. More focus on my grade sheet. They were looking 
for consistency and they were concerned with recruiting high graders. And questions like “You 
are more of a software guy..why do you want to join this post...” Since I was desperate to get a 
job, I answered "I like challenges".


Skills:
College Name: Anna University Chennai

Interview Questionnaire 

2 Questions

  • Q1. Void pointer,Null pointer differences
  • Q2. Threads,semaphores usage

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions on C
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Feb 2023. 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 - Technical 

(3 Questions)

  • Q1. An interview about 40 mins and questions on coding and embeded systems.
  • Q2. Asked on linked lists .
  • Q3. About functioning pf micro contoller.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare embeded c and some core portions in mpmc and embeded sytems.

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Around 30-40 MCQs + 5 subjective questions.
Subjective questions were - finding little endian/big endian using char-int, function pointers, etc
Duration: 2 hours
Total Questions: 35

Round: Technical Interview
Experience: Mostly resume based, mostly looking for someone who have worked intensively in that area.

College Name: IIT Madras

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume was shortlisted depending on hardware projects which i had done and also because i was from electronics background and had a good deal of knowledge regarding linux.
Tips: Keep your resume up-to-date. Your resume should include projects as well as courses relevant to company which you are appearing. Study about the company, what are its current projects and on which fields it is working.

Round: Technical Interview
Experience: It was an easy interview where basics regarding prog languages known and linux was asked. Also he asked me to write c programs or just explain approach of solving simple problems through data structures.
Tips: Keep your basics regarding programming clear. Also ensure that you have hands-on with program writing on c, c++ and you are able to analyze the problem and provide proper approach of solving.

Round: Puzzle Interview
Experience: It was a short interview. Some of the real life problems were given and specific time was given for me to solve.
Tips: Some of the puzzles are available on the net regarding engineering interviews. You should refer those.

Round: Technical Interview
Experience: This was a relatively difficult interview with advanced concepts like multithreading, pattern matching, trees and also linux and qnx based concepts.
Tips: You should be thorough at data structures. Take time to solve a problem and always tell optimized solutions. They will check your approach for problem solving.

Round: Technical + HR Interview
Experience: This was a mix of both technical and hr interview. They asked about my projects in detail including implementation, improvements that can be done. Then asked me some general questions about the company and my expectations from it.
Tips: You should know each and everything, even minute details regarding your project. Explain them in best was as you can. And for hr round have a basic knowledge of company and its ongoing projects. Also be prepared of basic questions as your expectations, your career path and why should the company hire you?

Samsung Semiconductor Interview FAQs

How many rounds are there in Samsung Semiconductor Embedded Software Engineer interview?
Samsung Semiconductor interview process usually has 2 rounds. The most common rounds in the Samsung Semiconductor interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Samsung Semiconductor Embedded Software Engineer interview?

Some of the top questions asked at the Samsung Semiconductor Embedded Software Engineer interview -

  1. largest substring without duplica...read more
  2. Coding question on t...read more
  3. Coding question on ar...read more

Tell us how to improve this page.

Samsung Semiconductor Embedded Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
Lam Research Interview Questions
3.7
 • 44 Interviews
View all
Samsung Semiconductor Embedded Software Engineer Salary
based on 5 salaries
₹20 L/yr - ₹21 L/yr
202% more than the average Embedded Software Engineer Salary in India
View more details
Associate Staff Engineer
146 salaries
unlock blur

₹18 L/yr - ₹37.7 L/yr

Staff Engineer
145 salaries
unlock blur

₹18 L/yr - ₹48 L/yr

Senior Engineer
140 salaries
unlock blur

₹13.7 L/yr - ₹27 L/yr

Senior Staff Engineer
87 salaries
unlock blur

₹28 L/yr - ₹70 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹17 L/yr - ₹31 L/yr

Explore more salaries
Compare Samsung Semiconductor with

Intel

4.2
Compare

Texas Instruments

4.1
Compare

Micron Technology

3.7
Compare

Qualcomm

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