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 Associate Software Engineer Interview Questions and Answers for Experienced

Updated 15 Jan 2025

Bosch Global Software Technologies Associate Software Engineer Interview Experiences for Experienced

7 interviews found

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

I applied via Great Learning and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 Questions with choose the correct answers

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me details about your major project
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated database management system for storing product information

  • Answered by AI
  • Q2. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Experience with programming languages like Java and Python

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The tests had three main sections logical, quantitive and verbal.

Round 2 - Technical 

(2 Questions)

  • Q1. Print the duplicate elements in an array
  • Ans. 

    Print duplicate elements in an array of strings

    • Iterate through the array and store elements in a HashMap with element as key and count as value

    • Print elements with count greater than 1 as duplicates

  • Answered by AI
  • Q2. About Projects - Built and the Technologies.

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies for undefined

asked in Ericsson
Q1. You are a team leader and one of your employee is unable to compl ... read more
asked in Mphasis
Q2. 1. All types of database commands- DDL, DML, DCL, TCL 2. Write a ... read more
asked in TCS
Q3. Linked List Value Search Problem Statement Given a Singly Linked ... read more
asked in TCS
Q4. Search an Element in a Sorted Array Given a sorted array 'A' of ' ... read more
asked in Eviden
Q5. Tell me about yourself? Tell difference Between pointer and refer ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

1 - 2 hours with negative marking, It was conducted by HirePro

Round 2 - Technical 

(1 Question)

  • Q1. Bubble Sort, Selection Sort, Asked about the college project.
Round 3 - HR 

(1 Question)

  • Q1. Why do you like to join Bosch as a fresher and not other company?
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
Interview experience
5
Excellent
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 

(1 Question)

  • Q1. Can you explain virtual keyword
  • Ans. 

    The virtual keyword in C++ is used to declare a member function in a base class that can be overridden in a derived class.

    • Virtual keyword is used to achieve runtime polymorphism in C++

    • Virtual functions are declared in a base class and can be overridden in derived classes

    • When a virtual function is called, the actual function that gets executed is determined at runtime based on the type of object

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Can you explain the projects done at your college
Round 4 - HR 

(1 Question)

  • Q1. How would you like to grow in your next few years

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

C and c++ questions. And aptitude questions. Some from dec and mpmc multiple choice questions

Round 2 - Technical 

(3 Questions)

  • Q1. Favorite subjects, questions on gate, logics, architecture of 8085, control systems
  • Q2. C programming, type casting and type convertion.
  • Q3. Questions on projects, sensors used and working principle
Round 3 - HR 

(1 Question)

  • Q1. Introduction, project done and contribution.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 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 

Aptitude, logical reasoning, English and Coding round of 2 questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked questions based on resume and previous experience.
Round 4 - Essay Writing 

(1 Question)

  • Q1. Questions regarding any general topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to keep the things only you know in the resume. Also be prepared about your work experience (if any) and challenges faced, projects etc.

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java questions - basic oops concepts
  • Q2. Basic sql queries and table creation, joints were asked
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially 1 aptitude round was there and english essay was there in. Then those who were selected in this round they will be into tech and then hr round. Searching job is like you should never lose hope and take the failure as stepping stones.keep on self motivating and dont hestitate to give ur best on 50 th interview if not getting selected till 49 interviews.ur name may be written in that. Stay positive and upgrade your skills

I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Programming Language, SQL Queries, OOPS Concepts, Certifications and Questions on Projects and Certifications done.

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Describe last project. What is entity framework?
  • Ans. 

    Entity Framework is an ORM tool used to map database tables to classes in .NET applications.

    • Entity Framework simplifies database access by allowing developers to work with objects instead of SQL statements.

    • It supports various database providers such as SQL Server, MySQL, and Oracle.

    • It provides features like LINQ to Entities, automatic change tracking, and database migrations.

    • Example: In my last project, I used Entity F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 girls and they just took 2 minutes and wrap up the interview. Bad experience.

Skills evaluated in this interview

Bosch Global Software Technologies Interview FAQs

How many rounds are there in Bosch Global Software Technologies Associate Software Engineer interview for experienced candidates?
Bosch Global Software Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the Bosch Global Software Technologies interview process for experienced candidates are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Bosch Global Software Technologies Associate Software Engineer interview for experienced candidates?

Some of the top questions asked at the Bosch Global Software Technologies Associate Software Engineer interview for experienced candidates -

  1. Can you explain virtual keyw...read more
  2. Print the duplicate elements in an ar...read more
  3. Details on projects : I had done my project using microcontroller .so, specific...read more
How long is the Bosch Global Software Technologies Associate Software Engineer interview process?

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

Tell us how to improve this page.

Bosch Global Software Technologies Associate Software Engineer Interview Process for Experienced

based on 7 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
12% more than the average Associate Software Engineer Salary in India
View more details

Bosch Global Software Technologies Associate Software Engineer Reviews and Ratings

based on 230 reviews

3.9/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.1

Salary

4.2

Job security

4.0

Company culture

2.9

Promotions

3.5

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Senior Engineer
2.7k 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
1.9k 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