Upload Button Icon Add office photos

Bosch

Compare button icon Compare button icon Compare

Filter interviews by

Bosch Senior Software Engineer Interview Questions, Process, and Tips

Updated 27 Nov 2024

Top Bosch Senior Software Engineer Interview Questions and Answers

Bosch Senior Software Engineer Interview Experiences

10 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is static constructor
  • Ans. 

    Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.

    • Static constructor is used to initialize static data members of a class.

    • It is automatically called by the .NET Framework when the class is loaded.

    • Static constructor does not take any parameters.

    • It is used to perform any necessary initialization before any instance of the class is created.

  • Answered by AI
  • Q2. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI

Skills evaluated in this interview

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

Resume related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related questions
  • Q2. DS questions, Easy level from leetcode.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical area skill level questions Testing on basic coding knowledge - familiar coding language Behavioral questions & test ones growth mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Research about the department before interviewing to know more about the opening and the actual requirement that fulfills your skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) What was the Day to day task? 2) Explain about current profile and Project 3)Any Experience on Powershell? 4) Any experience on Python? 5) Any Experience on DevOps?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it!

Bosch interview questions for designations

 Senior Software Engineer 2

 (2)

 Software Engineer

 (12)

 Associate Software Engineer

 (8)

 Embedded Software Engineer

 (4)

 Junior Software Engineer

 (1)

 Assistant Software Engineer

 (1)

 Senior Software Engineer 1

 (1)

 Senior Data Engineer

 (1)

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

(1 Question)

  • Q1. Projects, SDLC, C code
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C++ codes on trees,graphs and array.easy to medium

Round 2 - HR 

(1 Question)

  • Q1. Basically salary things

Interview Preparation Tips

Interview preparation tips for other job seekers - good enough
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Mention your technical skills
  • Ans. 

    I have expertise in various technical skills required for senior software engineering roles.

    • Proficient in programming languages such as Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Experience with web development frameworks like React and Angular

    • Familiarity with database management systems like MySQL and MongoDB

    • Understanding of cloud computing platforms such as AWS and Azure

    • Knowledge of versio...

  • Answered by AI
  • Q2. How you see yourself in 10 years
  • Ans. 

    In 10 years, I see myself as a highly experienced and respected Senior Software Engineer, leading and mentoring a team of talented developers.

    • Leading and mentoring a team of developers

    • Continuously learning and staying updated with the latest technologies

    • Contributing to the development of innovative software solutions

    • Taking on more challenging and complex projects

    • Building strong relationships with clients and stakeholde...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident i ln your answer ssss.......,,,......,.,.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Embedded c, c, bms, autosar

Round 2 - One-on-one 

(1 Question)

  • Q1. Project discussions
Round 3 - HR 

(1 Question)

  • Q1. Salary nego and take away
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Volatile keyword in C
  • Ans. 

    Volatile keyword in C is used to indicate that a variable's value may change unexpectedly.

    • It is used to prevent compiler optimization

    • It is commonly used in embedded systems programming

    • It is not a substitute for proper synchronization mechanisms

    • Example: volatile int *ptr; // pointer to volatile integer

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What will u do if u think u cant meet deadline
Round 4 - HR 

(1 Question)

  • Q1. Why are u joining Bosch

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand embedded C basics, projects u have worked so far

Skills evaluated in this interview

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

Interview Questionnaire 

8 Questions

  • Q1. Technical understanding on ETHERNET AVB protocol.
  • Q2. Bluetooth Audio profile A2DP,Hfp
  • Q3. Linux device tree configuration
  • Q4. I2c speed in linux
  • Ans. 

    I2C is a communication protocol used to connect multiple devices in a network. In Linux, the speed of I2C can be configured.

    • I2C speed can be set using the 'i2cset' command in Linux

    • The speed can also be configured in the device tree

    • The maximum speed supported by the hardware should be considered when setting the speed

    • Different devices may require different speeds for optimal performance

  • Answered by AI
  • Q5. Gstreamer pipeline related question
  • Q6. Pulseaudio related
  • Q7. Compilation steps
  • Q8. What is pure virtual function
  • Ans. 

    A pure virtual function is a function declared in a base class without implementation, which must be overridden by derived classes.

    • Pure virtual functions are declared with the syntax: virtual void functionName() = 0;

    • Classes containing pure virtual functions are called abstract classes and cannot be instantiated.

    • Pure virtual functions provide a way to achieve polymorphism in C++.

    • Example: virtual void draw() = 0; // decl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well have confidence in what u say. If u don't knw say it don't bluff

Skills evaluated in this interview

Bosch Interview FAQs

How many rounds are there in Bosch Senior Software Engineer interview?
Bosch interview process usually has 1-2 rounds. The most common rounds in the Bosch interview process are Technical, HR and Coding Test.
What are the top questions asked in Bosch Senior Software Engineer interview?

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

  1. What is pure virtual funct...read more
  2. What is static construc...read more
  3. What is solid princip...read more

Tell us how to improve this page.

Bosch Senior Software Engineer Interview Process

based on 9 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Bosch Senior Software Engineer Salary
based on 793 salaries
₹6.8 L/yr - ₹23.5 L/yr
8% less than the average Senior Software Engineer Salary in India
View more details

Bosch Senior Software Engineer Reviews and Ratings

based on 98 reviews

4.0/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.3

Salary

4.4

Job security

4.1

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 98 Reviews and Ratings
Senior Engineer
859 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
793 salaries
unlock blur

₹6.8 L/yr - ₹23.5 L/yr

Assistant Manager
658 salaries
unlock blur

₹5.4 L/yr - ₹18.2 L/yr

Deputy Manager
492 salaries
unlock blur

₹9 L/yr - ₹25.9 L/yr

Software Engineer
465 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Bosch with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

Honeywell Automation

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