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 Software Developer Interview Questions, Process, and Tips

Updated 24 Dec 2024

Top Bosch Global Software Technologies Software Developer Interview Questions and Answers

View all 6 questions

Bosch Global Software Technologies Software Developer Interview Experiences

12 interviews found

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

(5 Questions)

  • Q1. String reverse
  • Q2. Dsa linked lists
  • Q3. Linked lists reverse
  • Q4. Map unique elements
  • Ans. 

    Map unique elements in an array of strings

    • Create a map to store unique elements

    • Iterate through the array and add each element to the map as a key

    • Retrieve the keys of the map to get the unique elements

  • Answered by AI
  • Q5. Sets find elements in set
  • Ans. 

    Sets are data structures that store unique elements and can be used to efficiently find elements in the set.

    • Sets do not allow duplicate elements, so each element in a set is unique.

    • To find elements in a set, you can use the 'has' method to check if a specific element is present in the set.

    • Sets are commonly used in programming for tasks like removing duplicates from a list or checking for the presence of specific elemen

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Abhishek Prakash

posted on 4 Dec 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

English basic electrical

Round 2 - Technical 

(1 Question)

  • Q1. Basic electrical related
Round 3 - HR 

(1 Question)

  • Q1. Ready for rellocation or not

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Got question related to logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Struct vs enumerations
  • Ans. 

    Structs are used to define a data structure with multiple fields, while enumerations are used to define a set of named constants.

    • Structs are used to group related data together, while enumerations are used to define a set of named constants.

    • Structs can have multiple fields of different data types, while enumerations can only have a fixed set of named values.

    • Example: struct Person { string name; int age; } vs enum Days

  • Answered by AI
  • Q2. Paging in Operating systems
  • Ans. 

    Paging in operating systems is a memory management scheme that allows the operating system to use disk space as an extension of RAM.

    • Paging divides physical memory into fixed-size blocks called pages.

    • Virtual memory is divided into fixed-size blocks called frames.

    • The operating system keeps track of which pages are in RAM and which are on disk using a page table.

    • When a process needs a page that is not in RAM, a page fault...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain the projects you have worked on
  • Ans. 

    I have worked on various projects including a web application for a retail company, a mobile app for a fitness tracker, and a data analysis tool for a marketing agency.

    • Developed a web application for a retail company to manage inventory and sales

    • Created a mobile app for a fitness tracker to track workouts and progress

    • Built a data analysis tool for a marketing agency to analyze customer behavior and campaign effectivene

  • Answered by AI
  • Q2. Authentication mechanism of the project
  • Ans. 

    The project uses JSON Web Tokens (JWT) for authentication.

    • JWT is used to securely transmit information between parties as a JSON object.

    • JWTs are signed using a secret (with HMAC algorithm) or a public/private key pair (using RSA or ECDSA).

    • JWTs consist of three parts: header, payload, and signature.

    • Example: Upon successful login, a JWT is generated and sent to the client for subsequent API requests.

  • Answered by AI

Bosch Global Software Technologies interview questions for designations

 Embedded Software Developer

 (4)

 Associate Software Developer

 (2)

 Senior Software Developer

 (1)

 Software Engineer

 (21)

 Software Architect

 (2)

 Software Specialist

 (1)

 Java Developer

 (1)

 Web Developer

 (1)

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

Was the experience great and amazing?

Round 2 - Group Discussion 

Was the experience quite negative?

Round 3 - One-on-one 

(1 Question)

  • Q1. Write strength and weekend project

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

Software Developer Interview Questions & Answers

user image Nikita Ghadi

posted on 19 Sep 2024

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

(1 Question)

  • Q1. What motivates you to work
  • Ans. 

    I am motivated by the opportunity to solve complex problems and create innovative solutions.

    • I am driven by the challenge of tackling new and interesting problems

    • I enjoy the satisfaction of seeing my code come to life and make a positive impact

    • I am inspired by the constant learning and growth opportunities in the field

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Embedded systems questions
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nice company i found on earth is this

Round 2 - One-on-one 

(1 Question)

  • Q1. What is your current ctc and its expectation
  • Ans. 

    My current CTC is $80,000 and I am looking for a 10-15% increase in my next role.

    • Current CTC is $80,000

    • Expecting a 10-15% increase in next role

    • Open to negotiation based on job responsibilities and benefits

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It’s coding round , and multiple choices questions on java

Round 2 - Technical 

(2 Questions)

  • Q1. About oops concepts, spring boot related questions
  • Q2. Design patterns
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 5 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 

It was easy, basic questions only.

Round 3 - Coding Test 

It basic question with sorting and puzzle

Round 4 - One-on-one 

(1 Question)

  • Q1. Interview questions were basically form basic of java
Round 5 - HR 

(1 Question)

  • Q1. Basic question as HR askew

Bosch Global Software Technologies Interview FAQs

How many rounds are there in Bosch Global Software Technologies Software Developer 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 Aptitude Test, Technical and One-on-one Round.
How to prepare for Bosch Global Software Technologies Software Developer 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 AUTOSAR, Embedded C, Embedded Development, Software Development and Automotive.
What are the top questions asked in Bosch Global Software Technologies Software Developer interview?

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

  1. What is your current ctc and its expectat...read more
  2. Authentication mechanism of the proj...read more
  3. Sets find elements in ...read more

Tell us how to improve this page.

Bosch Global Software Technologies Software Developer Interview Process

based on 17 interviews

2 Interview rounds

  • Aptitude Test Round - 1
  • Aptitude Test Round - 2
View more
Bosch Global Software Technologies Software Developer Salary
based on 552 salaries
₹3.5 L/yr - ₹12.5 L/yr
8% more than the average Software Developer Salary in India
View more details

Bosch Global Software Technologies Software Developer Reviews and Ratings

based on 93 reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.2

Salary

3.9

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

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

₹6.1 L/yr - ₹20 L/yr

Senior Engineer
2.7k salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Software Engineer
2.7k salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹3 L/yr - ₹9.3 L/yr

Specialist
1.5k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Explore more salaries
Compare Bosch Global Software Technologies with

Mercedes-Benz Research and Development India

3.9
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