Upload Button Icon Add office photos

Bosch

Compare button icon Compare button icon Compare

Filter interviews by

Bosch Associate Application Developer Interview Questions and Answers

Updated 28 May 2024

Bosch Associate Application Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

2 coding question - medium

Round 2 - Aptitude Test 

Mcqs regarding languages

Round 3 - Technical 

(1 Question)

  • Q1. Questions about resume

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to my M.Tech and Ph.D projects.
  • Q2. Questions related to Kalman filter
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to area of expertise

Interview Preparation Tips

Topics to prepare for Continental Automotive Components Software Developer interview:
  • Kalman Filter
  • Statistical Detection Theory
  • Statistical Estimation Theory
  • Machine Learning
  • Radar Signal Processing (FMCW)
  • C
  • Python
Interview preparation tips for other job seekers - 1. Prepare on topics related to estimation theory and filter theory - Kalman filter (for Radar Signal Processing Algorithm Developer Roles)
2. Improve coding skills, especially C and Python
3. Data analysis skills using Python (Mandatory)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism?and explain
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: A method that takes ...

  • Answered by AI
  • Q2. What is ADAS?explain function?
  • Ans. 

    ADAS stands for Advanced Driver Assistance Systems. It refers to technologies that assist drivers in the driving process.

    • ADAS includes features like adaptive cruise control, lane departure warning, and automatic emergency braking.

    • These systems use sensors and cameras to monitor the vehicle's surroundings and provide alerts or assistance to the driver.

    • ADAS aims to improve safety, reduce accidents, and enhance the overal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study C++ and microcontroller questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops and pointers
  • Q2. Recursion and basic questions on for and while loop

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics o c language
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 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 - Aptitude Test 

MCQs on basic aptitude questions, micro processor , micro controller , embedded systems and C programming language

Round 3 - Technical 

(5 Questions)

  • Q1. C questions mostly and some in micro controllers and processors
  • Q2. Call by value and call by reference
  • Q3. Storage classes and pointers
  • Q4. Functions and macros
  • Q5. Memory allocation and deallocation
Round 4 - HR 

(1 Question)

  • Q1. About yourself, family , interest,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask you mostly from resume. So be clear on that

I applied via Recruitment Consulltant and was interviewed in Jun 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 - Coding Test 

Short codes like macros , bitwise operation , register level coding , include guards etc are asked

Round 3 - One-on-one 

(1 Question)

  • Q1. Autosar layer architecture
Round 4 - HR 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work and develop skills . Little off on the work life balance side but overall good
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 Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists of aptitudes and some pseudocode snippets to solve and it also had one medium level coding question and one hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Write a pattern pyramid number in Java
  • Ans. 

    Pattern pyramid number in Java

    • Use nested loops to print the pyramid pattern

    • Increment the number in each row

    • Handle spaces for proper alignment

  • Answered by AI
  • Q2. Write a C program to find Factorial of a number
  • Ans. 

    A C program to find the factorial of a number using recursion

    • Use a recursive function to calculate the factorial

    • Handle the base case when the number is 0 or 1

    • Multiply the number with the factorial of (number-1) in each recursive call

  • Answered by AI
  • Q3. What is Little endian and Big endian in C
  • Ans. 

    Little endian and Big endian are byte ordering formats in which multi-byte data is stored in memory.

    • Little endian: Least significant byte is stored at the lowest memory address.

    • Big endian: Most significant byte is stored at the lowest memory address.

    • Example: In Little endian, the number 0x12345678 is stored as 78 56 34 12 in memory.

    • Example: In Big endian, the same number is stored as 12 34 56 78 in memory.

  • Answered by AI
  • Q4. Why do you use Docker and Git
  • Ans. 

    I use Docker for containerization to easily manage and deploy applications, and Git for version control to collaborate and track changes.

    • Docker allows for consistent development environments across different machines

    • Git helps track changes, collaborate with team members, and revert to previous versions if needed

    • Both tools improve efficiency and productivity in software development

  • Answered by AI
  • Q5. Draw architecture diagram for your Machine Learning Project
  • Ans. 

    The architecture diagram for a Machine Learning project typically includes data preprocessing, model training, evaluation, and deployment stages.

    • Data preprocessing stage involves cleaning, transforming, and preparing the data for model training.

    • Model training stage includes selecting the appropriate algorithm, training the model on the data, and tuning hyperparameters.

    • Evaluation stage involves assessing the model's per...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have always been supportive of my career choices and encouraged me to pursue my passion for software engineering.

    • My younger sister is currently studying computer science and we often collaborate on coding projects together.

    • Family gatherings are important to us and we enjoy spending quality time together, whether it's celebrating

  • Answered by AI
  • Q2. Which is your favorite subject and why
  • Q3. What will you do if you get rejected in this round

Interview Preparation Tips

Topics to prepare for Aptiv Associate Software Engineer interview:
  • C
  • OS
  • Data Structures

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions are arrays,strings mostly

Round 2 - Technical 

(1 Question)

  • Q1. Project explain detaily,some oops concepts and data structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate level aptitude but cutoff was at 75%

Round 2 - Technical 

(1 Question)

  • Q1. Mainly c, aptitude

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Please explain about your profile

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all be free to attend the interview.
Be bold in your explanations.
Questions mainly fall from your profile explanation.

Try to tell what you have worked with.

Bosch Interview FAQs

How many rounds are there in Bosch Associate Application Developer interview?
Bosch interview process usually has 3 rounds. The most common rounds in the Bosch interview process are Coding Test, Aptitude Test and Technical.

Tell us how to improve this page.

Bosch Associate Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 134 Interviews
Aptiv Interview Questions
3.5
 • 96 Interviews
Valeo Interview Questions
4.0
 • 90 Interviews
DENSO Interview Questions
4.1
 • 74 Interviews
JTEKT Interview Questions
4.1
 • 65 Interviews
Tenneco Interview Questions
3.8
 • 61 Interviews
Faurecia Interview Questions
3.9
 • 60 Interviews
Tata Cummins Interview Questions
4.4
 • 57 Interviews
View all
Senior Engineer
872 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
819 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Assistant Manager
673 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Software Engineer
519 salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Deputy Manager
496 salaries
unlock blur

₹9 L/yr - ₹25.9 L/yr

Explore more salaries
Compare Bosch with

Yazaki

3.8
Compare

Faurecia

3.9
Compare

Valeo

4.0
Compare

Continental Automotive Components

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