Bosch Coding Questions

Bosch Coding Questions 2023

Bosch Coding Questions asked in Bosch Global Software Technologies Hiring Process which is an Computer Based Online Recruitment Test (AMCAT).

Before you go through the test process, we would like to tell you some of the guidelines for attempting the test and even about the further process. Please go through the page to know more about such points before you appear for Bosch Global Software Technologies for  Hiring Process FY 22 – 23.

Bosch Coding Question

About Bosch Global Software Technologies

Bosch Global Software Technologies provide comprehensive engineering, information technology, and business solutions, making them one of the top global suppliers of technology and services.

Bosch Global Software Technologies are at the forefront of designing, developing, and implementing IoT ecosystems thanks to our global presence and presence in the US, Europe, Japan, China, and the Asia Pacific region. This is made possible by the comprehensive capability within the three IoT aspects of Sensors, Software, and Services.

Prime Course Trailer

Recruitment Process at BGSW

Here is a complete process of recruitment at Bosch Global Software Technologies for the designation of Associate Software Engineer.

  • Online Assessment (AMCAT)
  • BGSW Day – Pre – Placement Talk
  • Technical Discussion
  • Final Online Assessment in lieu with HR Round

We have even tabulated some more information for your reference and understanding.

Bosch Global Software TechnologiesRelated Information
Batch2023
CourseB.Tech (CSE and allied branches and ECE)
Role

Associate Software Engineer

Education
  • 6.0 throughout all the semester
  • No backlogs
PlatformAMCAT
Cost to Company (CTC)5 LPA – 7.5 LPA
Work locationAny of the BGSW locations of Bangalore, Coimbatore, Pune or Hyderabad

Related Banners

Get PrepInsta Prime & get Access to all 200+ courses offered by PrepInsta in One Subscription

Bosch Coding Questions

Question 1 : Spiral Matrix

Problem Statement :

You will be given a 2d matrix. Write the code to traverse the matrix in a spiral format. Check the input and output for better understanding.

Sample Input :
Input :
5 4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20

Output :

1 2 3  4 5 6 7 8 9 10 11 12 13 14  15 16 17 18 19 20

Question 2 : Celsius to Fahrenheit

 

Problem Statement  :


There are two major scales for measuring temperature, celsius & Fahrenheit.Given a floating point input for temperature in celsius scale, Write a program to convert celsius to fahrenheit, up till 2 decimal points.

Input     Output
56           132.8

Explanation:
56 degrees celsius means132.8 degrees of Fahrenheit to be exact.

Question 3 : Frequency of Array

Problem Statement  :

You’re given an array of integers, print the number of times each integer has occurred in the array.

Example :

Input :
10
1 2 3 3 4 1 4 5 1 2

Output :
1 occurs 3 times
2 occurs 2 times
3 occurs 2 times
4 occurs 2 times
5 occurs 1 times

Question 4 : Prime Number Sum

Problem Statement  :

You will be given a left limit and a right limit. You need to Calculate the sum of all prime numbers between a given range x and y, both inclusive.

Sample Test Case :
Input :      Output :
30             68
40

Explanation :
31 and 37 are the two prime numbers in the window.

Question 5 :Non Repeating Characters

Problem Statement  :

You’re given a string, the characters in the string may get repeated in the string. You’re supposed to find the positions of the string elements that are not repeating in print them.
Note: case doesn’t matter (case insensitive)

Input :                              Output :
hghigiklblbmono                7 12 14

Explanation :
K, m and n do not repeat.

FAQs on Bosch Coding Questions with Solutions

Question 1: What is the salary offered by Bosch?

Bosch offers a package of 5-7 LPA, depending on the performance on the recruitment rounds.

Question 2: What is the difficulty level of the Bosch exam?

Bosch exam is of medium to hard difficulty level. With adequate practice you can crack this exam.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others

Checkout list of all the video courses in PrepInsta Prime Subscription

Checkout list of all the video courses in PrepInsta Prime Subscription