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

Updated 20 Dec 2024

Top Bosch Global Software Technologies Interview Questions and Answers

View all 206 questions

Bosch Global Software Technologies Interview Experiences

Popular Designations

317 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was related to Aptitude MCQ and 2-coding test

Round 2 - Technical 

(3 Questions)

  • Q1. Palindrome of a number
  • Ans. 

    A palindrome of a number is a number that remains the same when its digits are reversed.

    • To check if a number is a palindrome, reverse the number and compare it with the original number.

    • Examples: 121 is a palindrome, 123 is not a palindrome.

  • Answered by AI
  • Q2. Merge 2linked list
  • Ans. 

    Merging two linked lists involves combining the elements of both lists into a single list.

    • Create a new linked list to store the merged elements

    • Traverse through both linked lists and add elements to the new list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q3. About projects you have done
Round 3 - HR 

(2 Questions)

  • Q1. Explain your resume fully
  • Q2. General questions on the behaviour

Skills evaluated in this interview

Data Science Intern Interview Questions asked at other Companies

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain the Architecture of Automation Anywhere
  • Ans. 

    Automation Anywhere architecture consists of Control Room, Bot Creators, and Bot Runners.

    • Control Room acts as a centralized hub for managing bots, scheduling tasks, and monitoring performance.

    • Bot Creators are used to design and create bots by recording tasks or using pre-built actions.

    • Bot Runners execute the automated tasks created by Bot Creators on various machines.

    • The architecture also includes a Bot Store for acces...

  • Answered by AI
  • Q2. What is hypercare phase
  • Ans. 

    Hypercare phase is a period after implementation where extra support is provided to ensure smooth transition and address any issues.

    • Hypercare phase typically lasts for a few weeks to a few months after implementation

    • During hypercare phase, additional resources are allocated to address any issues or concerns raised by users

    • Regular check-ins and follow-ups are conducted to ensure that the system is functioning as expecte...

  • Answered by AI
  • Q3. Tell me about RPA life cycle
  • Ans. 

    RPA life cycle involves identifying processes, designing bots, testing, deploying, and monitoring for continuous improvement.

    • Identification of processes suitable for automation

    • Designing and developing RPA bots to automate the identified processes

    • Testing the bots to ensure they work as intended

    • Deploying the bots into production environment

    • Monitoring the bots' performance and making improvements as needed

  • Answered by AI

Skills evaluated in this interview

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)
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

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

Q1. Minimum number of swaps required to sort an arrayYou have been given an array 'ARR' of 'N' distinct elements. Your task is to find the minimum no. of swaps required to sort the array. For example: For the given input array [4, 3, 2, 1], the... read more
View answer (3)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
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

Top Bosch Global Software Technologies Software Developer Interview Questions and Answers

Q1. What is your current ctc and its expectation
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Bosch Global Software Technologies interview questions for popular designations

 Associate Software Engineer

 (43)

 Senior Engineer

 (31)

 Senior Software Engineer

 (25)

 Software Engineer

 (20)

 Software Developer

 (11)

 Intern

 (10)

 Specialist

 (10)

 Project Trainee

 (8)

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

Simple ones , you can search on internet

Round 2 - Technical 

(2 Questions)

  • Q1. Oops questions and some programming questions
  • Q2. Fundamentals questions of basic understandings

Senior Associate Consultant Interview Questions asked at other Companies

Q1. What is journal entries? What is cash allotment? What is differance between PO and Non-PO Invoice? What is accural expanses? What is prepaid expanses? What is vendor ageing? What is MIS? What is trend report?
View answer (4)

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

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

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

I applied via campus placement at Sastra University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

25 Q on Apti 25 in Biomedical engineering

Round 2 - Technical 

(2 Questions)

  • Q1. Major projects done
  • Ans. 

    Developed a mobile app for tracking daily water intake and hydration levels.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data securely

    • Integrated notifications to remind users to drink water regularly

  • Answered by AI
  • Q2. How to incorporate AI in projects you have done
  • Ans. 

    Incorporating AI in projects involves identifying opportunities, selecting appropriate AI techniques, and integrating them effectively.

    • Identify areas in the project where AI can add value

    • Select appropriate AI techniques based on project requirements

    • Integrate AI models into the project workflow

    • Continuously evaluate and improve AI performance

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Team work related question
  • Q2. Job location related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your core technical side. Be confident

Skills evaluated in this interview

Top Bosch Global Software Technologies Intern Interview Questions and Answers

Q1. How to incorporate AI in projects you have done
View answer (1)

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

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

Top Bosch Global Software Technologies Software Developer Interview Questions and Answers

Q1. What is your current ctc and its expectation
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic reasoning question of mediate level

Round 2 - Technical 

(2 Questions)

  • Q1. Output of a C++ program
  • Ans. 

    The output of a C++ program depends on the code logic and input provided.

    • The output can be a single value, multiple values, or even no output at all.

    • It is important to understand the code logic and input data to predict the output.

    • Example: If the program calculates the sum of two numbers, the output will be the sum of those numbers.

  • Answered by AI
  • Q2. Difference between malloc and calloc
  • Ans. 

    malloc is used to allocate memory block of specified size, while calloc initializes the allocated memory block with zero values.

    • malloc does not initialize the allocated memory, while calloc initializes it to zero

    • malloc takes one argument specifying the size of memory block to allocate

    • calloc takes two arguments - number of elements to allocate and size of each element

    • Example: int *ptr = (int*)malloc(5 * sizeof(int));

    • Exa

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Comfortable with Bangalore
  • Ans. 

    Yes, I am comfortable with Bangalore.

    • I have lived in Bangalore for the past 3 years and am familiar with the city.

    • I have friends and family in Bangalore who I visit regularly.

    • I have explored different areas of Bangalore and am comfortable navigating the city.

    • I enjoy the culture, food, and lifestyle of Bangalore.

  • Answered by AI
  • Q2. Why you want to join Bosch
  • Ans. 

    I want to join Bosch because of its reputation for innovation, global presence, and opportunities for growth.

    • Bosch is known for its cutting-edge technology and innovation in various industries.

    • I am impressed by Bosch's global presence and the opportunity to work on projects with a diverse team.

    • I believe Bosch offers great opportunities for career growth and development.

  • Answered by AI

Skills evaluated in this interview

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

Q1. Minimum number of swaps required to sort an arrayYou have been given an array 'ARR' of 'N' distinct elements. Your task is to find the minimum no. of swaps required to sort the array. For example: For the given input array [4, 3, 2, 1], the... read more
View answer (3)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

SSE Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Core java ques on collection

SSE Interview Questions asked at other Companies

Q1. What is docker and what are the basic commands of docker
View answer (1)
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

Top Bosch Global Software Technologies Software Developer Interview Questions and Answers

Q1. What is your current ctc and its expectation
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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, Resume Shortlist and HR.
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.

Tell us how to improve this page.

Bosch Global Software Technologies Interview Process

based on 116 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 219 Bosch Global Software Technologies interviews
Campus Placement
Job Portal
Referral
Company Website
WalkIn
30%
29%
12%
9%
5%
15% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Google Interview Questions
4.4
 • 814 Interviews
Mphasis Interview Questions
3.4
 • 772 Interviews
View all

Bosch Global Software Technologies Reviews and Ratings

based on 4.1k reviews

4.0/5

Rating in categories

3.8

Skill development

4.2

Work-Life balance

3.3

Salary & Benefits

4.3

Job Security

4.1

Company culture

3.1

Promotions/Appraisal

3.7

Work Satisfaction

Explore 4.1k Reviews and Ratings
S4 Deploy expert - Indirect Tax

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

S4 Deploy expert

Bangalore / Bengaluru

5-9 Yrs

₹ 10-19 LPA

Explore more jobs
Senior Software Engineer
6.5k salaries
unlock blur

₹6.2 L/yr - ₹19.8 L/yr

Software Engineer
2.7k salaries
unlock blur

₹3.6 L/yr - ₹15 L/yr

Senior Engineer
2.6k salaries
unlock blur

₹6.6 L/yr - ₹20.6 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