Upload Button Icon Add office photos

Bosch

Compare button icon Compare button icon Compare

Filter interviews by

Bosch Senior Engineer Interview Questions and Answers

Updated 26 Jul 2025

Bosch Senior Engineer Interview Experiences

12 interviews found

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

Coding test was on a hacker rank platform

Round 2 - Aptitude Test 

Fair enough with good focus on os and dbms

Senior Engineer Interview Questions & Answers

user image Tahir Hasan Akki

posted on 26 Jul 2025

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Basics of mechanical, basics of electronics
  • Q2. Basics of strength of materials

Interview Preparation Tips

Interview preparation tips for other job seekers - Very will experiance

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Codility test consisting of MCQ questions and 2 OOPS design questions or 1 OOPS design question and 1 DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts about inheritance, polymorphism, constructors etc
  • Q2. Detailed work experience and technical questions based on work experience

Interview Preparation Tips

Topics to prepare for Bosch Senior Engineer interview:
  • OOPS
  • ADAS
  • DSA
  • C++
  • Python

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic c programming question and embedded questions
Round 2 - Technical 

(1 Question)

  • Q1. Programming and basics of embedded c
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical and project related
Round 4 - HR 

(1 Question)

  • Q1. Personal and joining related

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics well, attend interviews, you will be paid off for your hardwork
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question based on Java and Angular
Round 2 - Behavioral 

(1 Question)

  • Q1. Some questions based on projects. Where do you see in 5 years.?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Engineer Interview Questions & Answers

user image Subhankar Sen

posted on 23 Jan 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was of 30 mins and moderate to tough paper

Round 2 - Technical 

(1 Question)

  • Q1. It was of one hour and questions were moderate to tough
Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewer was friendly and asked mostly about small signal analysis, differential op amp, filters.

Bosch HR Interview Questions

72 questions and answers

Q. How would you convince your manager of an idea if your teammates oppose it?
Q. Which company do you work for?
Q. Do you have any concerns about my fit for the role?

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked to code. We need to write code which will comply and generate required output.
  • Q2. Creat a list of tuples whose sum is unique in another array.
  • Ans. 

    Create a list of tuples whose sum is unique in another array.

    • Create an empty dictionary to store the sum as key and tuple as value

    • Iterate through the array and for each element, iterate through the remaining elements to find the sum

    • If the sum is not in the dictionary, add it with the tuple as value

    • If the sum is already in the dictionary, skip it

    • Return the list of tuples

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Knowledge of industrial automation
Round 3 - HR 

(1 Question)

  • Q1. About current position. My view on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Be claim and compose . Don't try to show what you don't know.

Skills evaluated in this interview

Are these interview questions helpful?

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of som (favourite subject) (application based questions).
  • Q2. Previous experience related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Just normal questions of my personal background
Round 3 - HR 

(1 Question)

  • Q1. Just checked my interest in the position

Interview Preparation Tips

Interview preparation tips for other job seekers - Just showcase your interest of learning even though u lack knowledge..

I applied via Naukri.com and was interviewed before Jun 2021. 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. Technical questions related to your project .
Round 3 - Technical 

(1 Question)

  • Q1. Question regarding your task & management skills also
Round 4 - HR 

(1 Question)

  • Q1. Location related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Interview Questionnaire 

1 Question

  • Q1. Questions were based on CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you've mentioned in your CV

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Bosch?
Ask anonymously on communities.

Bosch Interview FAQs

How many rounds are there in Bosch Senior Engineer interview?
Bosch interview process usually has 2-3 rounds. The most common rounds in the Bosch interview process are Technical, HR and One-on-one Round.
How to prepare for Bosch Senior Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Bosch. The most common topics and skills that interviewers at Bosch expect are Mechatronics, Mechanical Engineering, Automotive Engineering, Software Configuration Management and Change Management.
What are the top questions asked in Bosch Senior Engineer interview?

Some of the top questions asked at the Bosch Senior Engineer interview -

  1. Creat a list of tuples whose sum is unique in another arr...read more
  2. Interviewer asked to code. We need to write code which will comply and generat...read more
  3. OOPS concepts about inheritance, polymorphism, constructors ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 9 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 25%
2-4 weeks 75%
View more
Bosch Senior Engineer Salary
based on 882 salaries
₹8.4 L/yr - ₹15 L/yr
17% more than the average Senior Engineer Salary in India
View more details

Bosch Senior Engineer Reviews and Ratings

based on 134 reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.6

Salary

4.1

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 134 Reviews and Ratings
RBIC_Senior Engineer_ChkP/MFO1.2.2

Pune

1-3 Yrs

₹ 4.5-14 LPA

IN_RBAI_Asst. Manager/Senior Engineer

Bangalore / Bengaluru

2-6 Yrs

₹ 4-18 LPA

IN_RBAI_Senior.Engineer Health Safety and Environment _IN

Bangalore / Bengaluru

1-4 Yrs

₹ 6-17 LPA

Explore more jobs
Senior Software Engineer
915 salaries
unlock blur

₹11.1 L/yr - ₹22.2 L/yr

Senior Engineer
881 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Assistant Manager
686 salaries
unlock blur

₹9.9 L/yr - ₹16.9 L/yr

Deputy Manager
529 salaries
unlock blur

₹14.6 L/yr - ₹25.9 L/yr

Software Engineer
497 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare Bosch with

Yazaki

3.9
Compare

Valeo

3.9
Compare

Faurecia

3.9
Compare

Continental Automotive Components

4.0
Compare
write
Share an Interview