Upload Button Icon Add office photos

Filter interviews by

Bosch Embedded Software Engineer Interview Questions and Answers

Updated 13 Sep 2024

Bosch Embedded Software Engineer Interview Experiences

4 interviews found

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

Test to write a Fibonacci function that receives two pointers with data and organize the data

Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to work with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study about structures and algorithms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

As a fresher, I applied through an online portal and the first round was an Online coding test with self-introduction.

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

I applied via Approached by Company and was interviewed in May 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 - Technical 

(1 Question)

  • Q1. Pass array to function in c
  • Ans. 

    Passing an array to a function in C.

    • Declare the function with the array parameter

    • Pass the array name as argument to the function

    • Use array notation to access elements in the function

    • Array size can be passed as a separate argument or calculated within the function

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Program to find a button press
  • Ans. 

    A program to detect button press and trigger an action

    • Use interrupts to detect button press

    • Debounce the button to avoid false triggers

    • Implement a state machine to handle button press and release events

    • Use a timer to detect long press events

    • Trigger an action based on the button press event

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About Personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep c knowledge is enough especially structures unions etc

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Basic C programming questions
  • Q2. About education background
  • Q3. I explained them about my schooling

Bosch interview questions for designations

 Embedded Engineer

 (2)

 Embedded Developer

 (1)

 Software Engineer

 (12)

 Senior Software Engineer

 (10)

 Associate Software Engineer

 (10)

 Junior Software Engineer

 (1)

 Assistant Software Engineer

 (1)

 Senior Software Engineer 2

 (2)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic embedded questions
  • Q2. UC architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What do you know about RTOS?
  • Ans. 

    RTOS stands for Real-Time Operating System. It is an operating system designed for real-time applications.

    • RTOS is specifically designed to handle real-time tasks with strict timing requirements.

    • It provides features like task scheduling, inter-task communication, and resource management.

    • Examples of popular RTOS include FreeRTOS, VxWorks, and QNX.

    • RTOS is commonly used in embedded systems, automotive systems, and industri

  • Answered by AI
  • Q2. What do you know about watchdogs?
  • Ans. 

    Watchdogs are hardware or software timers that monitor the operation of a system and reset it if it fails to respond within a certain time.

    • Watchdogs are used to ensure the reliability and safety of embedded systems.

    • They can be implemented as hardware or software timers.

    • Watchdogs monitor the system by periodically checking for a response or heartbeat signal.

    • If the system fails to respond within a specified time, the wat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on understanding the topics you wrote about in your CV

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

C MCQ questions
Aptitude questions
Technical mcqs
Reasoning mcqs

Round 3 - Technical 

(1 Question)

  • Q1. Project C related questions Embedded topics
Round 4 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More questions on communication protocols like SPI, USART, I2C. FFT, Digital filter design LPF HPF etc. EMBEDDED C, pointers dynamic memory, linkedlist.
Round 2 - HR 

(1 Question)

  • Q1. If technical goes well, it's almost done. This is just about company, CTC and other formalities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice c programming and basic embedded concepts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to find the error
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

They will share the link of different languages for code test,
we need to select one language.
I had chosen c.

Round 3 - Technical 

(4 Questions)

  • Q1. 1. Introduce yourself
  • Q2. 2. About Project in detail what is ur role in it ..? define it..
  • Q3. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its a...
  • Ans. 

    Interview questions for Embedded Software Engineer including Autosar, function definition, structure and union, microcontroller and microprocessor, and communication protocols.

    • Autosar is an automotive software architecture standard.

    • Function definition specifies the code to be executed by a function.

    • Function declaration specifies the function's name, return type, and parameters.

    • Structure is a collection of variables of ...

  • Answered by AI
  • Q4. Write a program on structure.? and by using pointers how we declare structures.
  • Ans. 

    A program on structures using pointers to declare them.

    • Use the 'struct' keyword to define a structure

    • Use the 'typedef' keyword to create a new type name for the structure

    • Use the '->' operator to access structure members through a pointer

    • Example: typedef struct { int x; int y; } Point; Point *p;

    • Example: p->x = 5; p->y = 10;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aptiv Embedded Software Engineer interview:
  • c
  • C++
  • Microcontroller
  • Protocols
  • AUTOSAR
Interview preparation tips for other job seekers - Good at basics is enough.
good at programing in which u know.?

Skills evaluated in this interview

Bosch Interview FAQs

How many rounds are there in Bosch Embedded Software Engineer interview?
Bosch interview process usually has 2-3 rounds. The most common rounds in the Bosch interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Bosch Embedded Software Engineer interview?

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

  1. Pass array to function i...read more
  2. Program to find a button pr...read more
  3. Basic C programming questi...read more

Tell us how to improve this page.

Bosch Embedded Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 426 Interviews
Johnson Controls Interview Questions
3.6
 • 254 Interviews
ABB Interview Questions
4.1
 • 227 Interviews
Yazaki Interview Questions
3.8
 • 128 Interviews
GE Interview Questions
4.2
 • 105 Interviews
Aptiv Interview Questions
3.5
 • 92 Interviews
Valeo Interview Questions
4.0
 • 86 Interviews
View all
Bosch Embedded Software Engineer Salary
based on 49 salaries
₹3.7 L/yr - ₹10.5 L/yr
14% less than the average Embedded Software Engineer Salary in India
View more details

Bosch Embedded Software Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

3.4

Skill development

5.0

Work-life balance

2.7

Salary

5.0

Job security

4.8

Company culture

2.2

Promotions

4.3

Work satisfaction

Explore 5 Reviews and Ratings
Senior Engineer
841 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
788 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Assistant Manager
656 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Deputy Manager
479 salaries
unlock blur

₹9 L/yr - ₹25.9 L/yr

Software Engineer
424 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Explore more salaries
Compare Bosch with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Honeywell Automation

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