Upload Button Icon Add office photos

Bosch Global Software Technologies

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bosch Global Software Technologies Interview Questions, Process, and Tips

Updated 10 Mar 2025

Top Bosch Global Software Technologies Interview Questions and Answers

View all 216 questions

Bosch Global Software Technologies Interview Experiences

Popular Designations

341 interviews found

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

(1 Question)

  • Q1. What is C programming
  • Ans. 

    C programming is a high-level programming language used for system programming, embedded systems, and creating applications.

    • C programming is a procedural language with a rich set of built-in functions.

    • It is widely used for developing operating systems, compilers, and other system software.

    • C programs are efficient and fast due to direct access to system hardware.

    • Example: Writing a simple 'Hello World' program in C.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why job change to bosch

Skills evaluated in this interview

Top Bosch Global Software Technologies Senior Software Engineer Interview Questions and Answers

Q1. 1. How to use unions inside structure? When is a union used.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Core Java questions
  • Q2. Core Java questions and project related questions

Top Bosch Global Software Technologies Senior Software Engineer Interview Questions and Answers

Q1. 1. How to use unions inside structure? When is a union used.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Bosch Global Software Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Questions about data structures and project

Top Bosch Global Software Technologies Associate Software Engineer Interview Questions and Answers

Q1. Minimum Number of Swaps to Sort an Array Find the minimum number of swaps required to sort a given array of distinct elements in ascending order. Input: T (number of test cases)For each test case:N (size of the array)ARR (N distinct integer... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

What people are saying about Bosch Global Software Technologies

View All
a senior engineer
2w
Expected CTC in current market
Hello all, I joined Automotive industry as a fresher in 2021. Currently I am a Senior Engineer in the same company with 3.5 Yoe( 8.9 LPA). I am experienced in C++ linux developme... read more
Got a question about Bosch Global Software Technologies?
Ask anonymously on communities.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a test with lot of technical questions on mechanical background, questions on real scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve technical questions

Production Graduate Engineer Trainee Interview Questions asked at other Companies

Q1. PRINCIPLE ON WHICH HEAT TRANSFER WORKS (ALL PHASES)
View answer (1)

Bosch Global Software Technologies interview questions for popular designations

 Associate Software Engineer

 (44)

 Senior Engineer

 (37)

 Senior Software Engineer

 (29)

 Software Engineer

 (21)

 Software Developer

 (12)

 Specialist

 (10)

 Intern

 (10)

 Project Trainee

 (8)

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

(1 Question)

  • Q1. About Project and and Some Basic CAN Questions

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

Get interview-ready with Top Bosch Global Software Technologies Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What do you expect from Bosch
  • Ans. 

    I expect Bosch to provide a challenging and supportive environment for me to learn and grow professionally.

    • Opportunities for skill development and career advancement

    • Supportive team environment

    • Innovative projects and technologies to work on

  • Answered by AI
  • Q2. Why Bosch, where do you see yourself after the training period
  • Ans. 

    I chose Bosch for its reputation in innovation and technology. After the training period, I see myself contributing to the development of cutting-edge products and solutions.

    • Chose Bosch for its reputation in innovation and technology

    • Interested in contributing to the development of cutting-edge products and solutions

    • Seeking opportunities for growth and advancement within the company

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Bosch Global Software Technologies

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is C programming
  • Ans. 

    C programming is a high-level programming language used for system programming, embedded systems, and applications.

    • C programming is a procedural language with a rich set of built-in functions.

    • It allows for low-level memory manipulation and direct access to hardware.

    • C programs are efficient and fast, making it ideal for performance-critical applications.

    • Example: Writing device drivers, operating systems, and network pro

  • Answered by AI

Skills evaluated in this interview

Top Bosch Global Software Technologies Senior Software Engineer Interview Questions and Answers

Q1. 1. How to use unions inside structure? When is a union used.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mcq question is provided and we choice the answer

Round 2 - Coding Test 

Write coding answer for question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code for star pattern

Round 2 - Group Discussion 

Basic coding question

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Tell me something about company

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

Trainee Interview Questions & Answers

user image MUNDLA SPOORTHI SREE 2228030

posted on 12 Feb 2024

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

(1 Question)

  • Q1. Behavioural questions and basic subject knowledge

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Bosch Global Software Technologies Interview FAQs

How many rounds are there in Bosch Global Software Technologies interview?
Bosch Global Software Technologies interview process usually has 2-3 rounds. The most common rounds in the Bosch Global Software Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Bosch Global Software Technologies 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 Global Software Technologies. The most common topics and skills that interviewers at Bosch Global Software Technologies expect are Automotive, AUTOSAR, Python, Embedded C and C++.
What are the top questions asked in Bosch Global Software Technologies interview?

Some of the top questions asked at the Bosch Global Software Technologies interview -

  1. What is KCL,KVL? Consider a 5V DC supply connected to a 2 ohm resistor in the f...read more
  2. Embedded systems? A program to multiply two hex numbers in 8051 microcontrolle...read more
  3. coding questions Program to print the length of a given string Program to sort ...read more
How long is the Bosch Global Software Technologies interview process?

The duration of Bosch Global Software Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

ICICI Lombard General Insurance Company

No Reviews

SALARIES

HDFC Ergo General Insurance

INTERVIEWS

Bosch Global Software Technologies

No Interviews

JOBS

Future Generali India Life Insurance

No Jobs

INTERVIEWS

Siemens

No Interviews

INTERVIEWS

Siemens

No Interviews

JOBS

Edelweiss Life Insurance

No Jobs

INTERVIEWS

Firstsource Solutions

No Interviews

SALARIES

PNB MetLife

Tell us how to improve this page.

Bosch Global Software Technologies Interview Process

based on 286 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Bosch Global Software Technologies Reviews and Ratings

based on 4.5k reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.2

Salary

4.1

Job security

4.0

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 4.5k Reviews and Ratings
Senior Software Engineer
6.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bosch Global Software Technologies with

Mercedes-Benz Research and Development India

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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