Upload Button Icon Add office photos

Filter interviews by

Automotive Robotics (India) Interview Questions, Process, and Tips

Updated 9 Feb 2025

Top Automotive Robotics (India) Interview Questions and Answers

View all 20 questions

Automotive Robotics (India) Interview Experiences

Popular Designations

33 interviews found

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

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ehat is sheetmetal?
  • Q2. Sheetmetal operation?
Round 2 - One-on-one 

(1 Question)

  • Q1. Salary discussion

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me the GD&T symbols
  • Ans. 

    Geometric Dimensioning and Tolerancing (GD&T) symbols are used to define the geometry of parts and assemblies in engineering drawings.

    • GD&T symbols include position, concentricity, symmetry, perpendicularity, parallelism, flatness, circularity, cylindricity, profile of a line, profile of a surface, etc.

    • Each symbol has a specific meaning and is used to communicate the required tolerances for manufacturing and inspection ...

  • Answered by AI
  • Q2. Difference between solid & sheetmetal design
  • Ans. 

    Solid design involves creating 3D models with volume, while sheetmetal design focuses on creating 2D models that can be bent or formed into 3D shapes.

    • Solid design is used for creating objects with volume and complex shapes.

    • Sheetmetal design is used for creating objects that can be easily bent or formed, typically used in manufacturing processes like metal fabrication.

    • Solid design often involves features like fillets, c...

  • Answered by AI

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. During my interview i have very pleasant interview with my interview panel on my profile and previous experience and what role i am going to handle .
  • Q2. How soon i can join
  • Q3. 30 days I can join

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (16)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is sheetmetal?

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Automotive Robotics (India) interview questions for popular designations

 Design Engineer

 (6)

 Graduate Engineer Trainee (Get)

 (3)

 Software Developer

 (3)

 Engineer III

 (2)

 Lead Engineer

 (2)

 Senior Engineer

 (2)

 Software Engineer

 (2)

 Asst.Marketing Manager

 (1)

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

(2 Questions)

  • Q1. Numby detailed and implementation
  • Q2. Pandas structures and processes
Round 2 - HR 

(1 Question)

  • Q1. Django framework architecture

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

Get interview-ready with Top Automotive Robotics (India) Interview Questions

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

Basic questions in online test

Round 2 - Group Discussion 

One min about one topic

Round 3 - Technical 

(3 Questions)

  • Q1. Asked about basic questions in c programming and python
  • Q2. Header file in c programming
  • Ans. 

    Header files in C programming are used to declare functions, variables, and macros that can be used in multiple source files.

    • Header files typically have a .h extension and contain function prototypes, type definitions, and global variables.

    • They are included in source files using the #include directive.

    • Example: #include includes the standard input/output functions in the program.

  • Answered by AI
  • Q3. Pass, break and continue diffrence
Round 4 - HR 

(1 Question)

  • Q1. Will check about the communication

Skills evaluated in this interview

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Jobs at Automotive Robotics (India)

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the concept of virtual inheritance in relation to vtables and vptrs in object-oriented programming?
  • Ans. 

    Virtual inheritance allows a derived class to inherit from a base class without creating duplicate base class subobjects.

    • Virtual inheritance is used to resolve the Diamond Problem in C++ where a class inherits from two classes that have a common base class.

    • It ensures that only one copy of the base class is inherited by the derived class.

    • Virtual inheritance introduces a virtual base class subobject to the derived class,...

  • Answered by AI
  • Q2. Explained about vtptr and vtable initialisation and structure
Round 2 - Technical 

(1 Question)

  • Q1. What is the implementation of a class for string operations?
  • Ans. 

    A class for string operations can include methods for concatenation, substring extraction, length calculation, etc.

    • Create a class with methods like concatenateStrings, extractSubstring, calculateLength, etc.

    • Use string manipulation functions like substring, concat, length, etc. within the class methods.

    • Ensure error handling for edge cases like empty strings or out-of-bounds indices.

    • Example: class StringOperations { conc...

  • Answered by AI

Top Automotive Robotics (India) Software Developer Interview Questions and Answers

Q1. What is the concept of virtual inheritance in relation to vtables and vptrs in object-oriented programming?
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
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain HIL steup
  • Ans. 

    HIL setup stands for Hardware-in-the-Loop setup, which is a testing method that uses real components to simulate real-world conditions.

    • HIL setup involves connecting a real-time simulation model to physical hardware components.

    • It allows for testing of complex systems in a controlled environment.

    • HIL setup is commonly used in automotive, aerospace, and industrial applications.

    • Example: Using HIL setup to test a car's elect...

  • Answered by AI
  • Q2. HIL components

Hil Test Engineer Interview Questions asked at other Companies

Q1. What is HIL bench setup and what are tools used for that?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions
  • Q2. Experience about questions
Round 2 - HR 

(2 Questions)

  • Q1. Salary package negotiable
  • Q2. General information about you

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
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

Electronics and Electrical Engineer Interview Questions asked at other Companies

Q1. 1.How would you implement a distributed system that can handle a large number of requests?
View answer (2)

Automotive Robotics (India) Interview FAQs

How many rounds are there in Automotive Robotics (India) interview?
Automotive Robotics (India) interview process usually has 2-3 rounds. The most common rounds in the Automotive Robotics (India) interview process are Technical, HR and Resume Shortlist.
How to prepare for Automotive Robotics (India) 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 Automotive Robotics (India). The most common topics and skills that interviewers at Automotive Robotics (India) expect are Python, Embedded C, Automotive, Linux and SQL.
What are the top questions asked in Automotive Robotics (India) interview?

Some of the top questions asked at the Automotive Robotics (India) interview -

  1. What is the concept of virtual inheritance in relation to vtables and vptrs in ...read more
  2. What is logic building/thinking & where we need to apply th...read more
  3. 1.Explain about GD &T 2. Tell some of the gear terminologies 3. What are the a...read more
How long is the Automotive Robotics (India) interview process?

The duration of Automotive Robotics (India) interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Automotive Robotics (India) Interview Process

based on 26 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 429 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
ABB Interview Questions
4.1
 • 229 Interviews
FANUC Interview Questions
3.8
 • 21 Interviews
Yaskawa India Interview Questions
4.2
 • 8 Interviews
View all

Automotive Robotics (India) Reviews and Ratings

based on 250 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.3

Salary

3.1

Job security

3.5

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 250 Reviews and Ratings
Mechanical Design Engineer- Turbine- Chennai

Chennai

2-6 Yrs

₹ 4.44-7.5 LPA

Lead Data Engineer

Chennai

7-10 Yrs

₹ 13-19 LPA

Openings For C++ developer -Automotive

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Design Engineer
156 salaries
unlock blur

₹2.6 L/yr - ₹10 L/yr

Engineer 1
132 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

L2 Engineer
89 salaries
unlock blur

₹3.8 L/yr - ₹11.9 L/yr

Senior Engineer
82 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Senior Design Engineer
80 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Explore more salaries
Compare Automotive Robotics (India) with

ABB

4.1
Compare

FANUC

3.8
Compare

KUKA Robotics

3.5
Compare

Yaskawa India

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