Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Automotive Robotics (India) Electronics and Electrical Engineer Interview Questions and Answers

Updated 9 Feb 2025

Automotive Robotics (India) Electronics and Electrical Engineer Interview Experiences

1 interview found

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

I was interviewed in Aug 2024.

Round 1 - Group Discussion 

Hard work or smart work

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

I applied via Company Website and was interviewed in May 2022. There were 7 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 Resume tips
Round 2 - Aptitude Test 

This aptitude + technical MCQ test was of 120 minutes in duration. Had MCQs on quantitative ability, logical ability, Language, and technical MCQs consisted of questions on DBMS, OS, Networks, DSA. There were two coding questions as well. One on Bit Manipulating, and the other on DFS.

Round 3 - One-on-one 

(1 Question)

  • Q1. A question on BFS very similar to Leetcode 924. Was given one hour to discuss and come to an optimized solution with the interviewer.
Round 4 - Technical 

(4 Questions)

  • Q1. Search an element in a sorted and rotated array
  • Ans. 

    Search an element in a sorted and rotated array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

  • Answered by AI
  • Q2. SQL query on left join
  • Q3. Questions on CPP memory management
  • Q4. Questions related to projects done
Round 5 - Technical 

(2 Questions)

  • Q1. Propose a system for a popular media stream service
  • Ans. 

    Proposed system for a popular media stream service

    • Implement a recommendation engine to suggest content based on user preferences and viewing history

    • Integrate with social media platforms to allow users to share and discuss content

    • Provide multiple subscription options with varying levels of access and features

    • Ensure high-quality streaming with minimal buffering through the use of content delivery networks

    • Implement robust...

  • Answered by AI
  • Q2. Questions related to Fullstack Tech Stacks
Round 6 - Case Study 

Guesstimate on number of Reddit users in India. No starting input was given. Gave solution by using bottom to top approach. Tried to focus on quantifying teenagers with internet access and a particular interest about internet. Gave a figure around ~1 million in a year.

Round 7 - HR 

(1 Question)

  • Q1. Where do you see yourself at McKinsey?

Interview Preparation Tips

Topics to prepare for McKinsey & Company Software Engineer interview:
  • DSA
  • DBMS
  • Web Development
Interview preparation tips for other job seekers - Show leadership potential. Be honest. They are smart, they are McKinsey, they know what's what. If appearing for software profile, the preparation is no different from what's needed for other companies. They are highly selective. Rest assured; it will be good experience, keep your head up.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Codility test consisting of MCQ questions and 2 OOPS design questions or 1 OOPS design question and 1 DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts about inheritance, polymorphism, constructors etc
  • Q2. Detailed work experience and technical questions based on work experience

Interview Preparation Tips

Topics to prepare for Bosch Senior Engineer interview:
  • OOPS
  • ADAS
  • DSA
  • C++
  • Python
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 questions test of aptitide online

Round 2 - Technical 

(2 Questions)

  • Q1. Explain microprocessor
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors are made up of millions of transistors that perform calculations and execute instructions.

    • They are commonly found in computers, smartphones, and other electronic devices.

    • Examples of popular microprocessors include Intel's Core series and AMD's Ryzen series.

    • Microprocessors process data and perform ta...

  • Answered by AI
  • Q2. What do you mean by iot
  • Ans. 

    IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.

    • IoT involves connecting everyday objects to the internet to enable them to send and receive data.

    • Examples of IoT devices include smart thermostats, wearable fitness trackers, and connected appliances.

    • IoT technology enables automation, remote monitoring, and data analyt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic engineering question that would be enough to get the job

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse of string already given test cases

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was of 30 mins and moderate to tough paper

Round 2 - Technical 

(1 Question)

  • Q1. It was of one hour and questions were moderate to tough
Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewer was friendly and asked mostly about small signal analysis, differential op amp, filters.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question based on Java and Angular
Round 2 - Behavioral 

(1 Question)

  • Q1. Some questions based on projects. Where do you see in 5 years.?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about PSV
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. They asked me to write simple programs in c , python ,java I wrote finally it was good
  • Q2. Write basic code
  • Ans. 

    Basic code example using an array of strings

    • Declare an array of strings in the preferred programming language

    • Initialize the array with some string values

    • Access and manipulate elements in the array as needed

  • Answered by AI
  • Q3. Write simple profram
  • Ans. 

    A simple program to print 'Hello, World!'

    • Create a new file with a .py extension

    • Write 'print('Hello, World!')' inside the file

    • Save the file and run it using a Python interpreter

  • Answered by AI
  • Q4. They aasked wts ur strenth and weakness So for that i teplied my strengthis my smartwork

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Automotive Robotics (India) Interview FAQs

How many rounds are there in Automotive Robotics (India) Electronics and Electrical Engineer interview?
Automotive Robotics (India) interview process usually has 1 rounds. The most common rounds in the Automotive Robotics (India) interview process are Group Discussion.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

CAMPUS PLACEMENT

SRM university (SRMU)

INTERVIEWS

Automotive Robotics (India)

No Interviews

INTERVIEWS

Automotive Robotics (India)

No Interviews

INTERVIEWS

KLA

No Interviews

INTERVIEWS

Sophos Technologies

No Interviews

INTERVIEWS

Automotive Robotics (India)

No Interviews

INTERVIEWS

Sophos Technologies

No Interviews

INTERVIEWS

Sophos Technologies

No Interviews

Tell us how to improve this page.

Automotive Robotics (India) Electronics and Electrical Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 416 Interviews
Bosch Interview Questions
4.2
 • 328 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
CMA CGM Interview Questions
4.0
 • 91 Interviews
View all
Design Engineer
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer 1
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

L2 Engineer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Design Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Automotive Robotics (India) with

ABB

4.1
Compare

FANUC

4.0
Compare

KUKA Robotics

3.5
Compare

Yaskawa India

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview