Upload Button Icon Add office photos

Bosch Global Software Technologies

Compare button icon Compare button icon Compare
4.0

based on 4.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bosch Global Software Technologies Java Developer Interview Questions and Answers

Updated 22 Oct 2023

Bosch Global Software Technologies Java Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Oct 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Hr round basic coding
  • Q2. Java core basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Interview questions from similar companies

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

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can a Spring Boot project be created to develop an API that returns specified data?
  • Q2. What is the code to print a right-angled triangle of numbers based on a given input number?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Collections framework, Explain why you chose a particular collection instead of other with example scenario based
  • Q2. Explain your project
  • Ans. 

    Developed a web application for online shopping with features like user authentication, product search, and order management.

    • Implemented user authentication using Spring Security

    • Utilized Hibernate for database operations

    • Designed front-end using AngularJS for dynamic user interface

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

(2 Questions)

  • Q1. Goals for the future
  • Ans. 

    To become a senior Java developer and contribute to innovative projects in a collaborative team environment.

    • Continue learning new technologies and best practices in Java development

    • Work on challenging projects to enhance problem-solving skills

    • Collaborate with team members to share knowledge and improve code quality

  • Answered by AI
  • Q2. How do you think you can impact our company
  • Ans. 

    I believe my strong Java skills and problem-solving abilities can positively impact the company by improving efficiency and developing innovative solutions.

    • I have experience in developing efficient and scalable Java applications, which can help streamline processes within the company.

    • I am skilled in identifying and solving complex technical issues, which can contribute to the overall success of projects.

    • I am proactive ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Try, catch, finally...
  • Q2. HTTP families (400,200,500)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on permuation and combination

Round 2 - Technical 

(2 Questions)

  • Q1. Java core and advanced concepts
  • Q2. Springboot annotations, spring mvc, spring security
Round 3 - HR 

(1 Question)

  • Q1. Friendly questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Java Coding Questions based on ArrayList, HashMap, etc.

Round 2 - Coding Test 

Count distinct elements in given String.

Round 3 - Behavioral 

(2 Questions)

  • Q1. Current Project architecture.
  • Ans. 

    Our current project architecture follows a microservices design pattern with separate services for different functionalities.

    • Microservices architecture with separate services for different functionalities

    • Use of RESTful APIs for communication between services

    • Containerization using Docker for easy deployment and scalability

    • Implementation of service discovery and load balancing with tools like Kubernetes

    • Use of message bro

  • Answered by AI
  • Q2. My role in project
  • Ans. 

    My role in the project was to develop and maintain Java applications to meet the project requirements.

    • Developing Java applications based on project requirements

    • Maintaining and updating existing Java code

    • Collaborating with team members to ensure project success

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. When will you start a company
  • Q2. How Many location in company
  • Q3. Who is the CEO of Zoho
  • Ans. 

    Sir.Sridhar Vembu is the founder and CEO

  • Answered Anonymously
  • Q4. What is the high salary of Zoho
  • Q5. Is Zoho a foreign company?
  • Ans. 

    Yes, Zoho is a foreign company based in India.

    • Zoho is headquartered in Chennai, India.

    • It was founded by Sridhar Vembu in 1996.

    • Zoho has offices in multiple countries including the United States, China, Japan, and Singapore.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa question, I don’t remember
  • Q2. Check if the sentence is palindrome or not
  • Ans. 

    To check if a sentence is a palindrome, compare it with its reverse form.

    • Remove all non-alphanumeric characters and convert the sentence to lowercase.

    • Reverse the sentence and compare it with the original sentence to check for palindrome.

    • Example: 'A man, a plan, a canal, Panama' becomes 'amanaplanacanalpanama' after removing non-alphanumeric characters and converting to lowercase.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Discussion was on Binary tree and tree traversal. Asked me to write binary tree complete program to insert amd traversal of binary tree with few changes on how to insert.
  • Q2. In depth discussion on my experience my projects.

Interview Preparation Tips

Topics to prepare for ServiceNow Java Developer interview:
  • Dsa and core java, System design
Interview preparation tips for other job seekers - Overall my both rounds went really good but after the second round, I followed with hr for 2 weeks to get the update initially she said she will schedule 3 rd round later she said I am not selected.
Overall my experience wasn’t great.

Skills evaluated in this interview

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

Ages, trains, profit losss, hcf lcm, clock, simple interest 30 min

Round 2 - Coding Test 

Array string sorting algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa

Bosch Global Software Technologies Interview FAQs

How many rounds are there in Bosch Global Software Technologies Java Developer interview?
Bosch Global Software Technologies interview process usually has 2 rounds. The most common rounds in the Bosch Global Software Technologies interview process are Resume Shortlist and One-on-one Round.
How to prepare for Bosch Global Software Technologies Java 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 Java, Core Java, Eclipse, Jenkins and JQuery.
What are the top questions asked in Bosch Global Software Technologies Java Developer interview?

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

  1. Hr round basic cod...read more
  2. Java core basic quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Bosch Global Software Technologies interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Bosch Global Software Technologies Java Developer Salary
based on 35 salaries
₹4 L/yr - ₹12.7 L/yr
31% more than the average Java Developer Salary in India
View more details

Bosch Global Software Technologies Java Developer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.6

Skill development

4.8

Work-Life balance

3.5

Salary & Benefits

1.7

Job Security

4.4

Company culture

1.2

Promotions/Appraisal

4.6

Work Satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
6.4k salaries
unlock blur

₹6.3 L/yr - ₹19.9 L/yr

Software Engineer
2.7k salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Senior Engineer
2.7k salaries
unlock blur

₹6.5 L/yr - ₹20.5 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Specialist
1.5k salaries
unlock blur

₹9.8 L/yr - ₹30.6 L/yr

Explore more salaries
Compare Bosch Global Software Technologies with

Mercedes-Benz Research and Development India

3.9
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview