I applied online. I interviewed at Robert Bosch (Bengaluru) in Sep 2021
Interview
Was just able to attend Technical Round1.Not sure about the further process. It was based on overall Java concepts including theory plus programs. Prepare the core concepts well and along with that good programming hands on
Interview questions [1]
Question 1
Technical Round1
1.Basic questions about Java
(Abstraction, Inheritance,Encapulation), HashMap, HashSet
2.Programs as below:
Program to show method hiding in abstract classes.
Program to find largest and smallest in an array of integers.
Program to print table of 5 from 1 to 10 without using for,while or dowhile loops.
Program to find binary value of given integer
Program for Armstrong number
Bubble Sort