Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.
Copy constructor is a special type of constructor which creates a new object as a copy of an existing object.
Copy constructor is used to initialize a new object as a copy of an existing object.
It takes an object of the same class as a parameter.
It is called automatically when a new object is created from an existing object.
Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };
Copy constructor is used to create a new object as a copy of an existing object, while assignment operator is used to assign values from one object to another.
Copy constructor is called when a new object is created from an existing object, while assignment operator is called when an existing object is assigned values from another object.
Copy constructor creates a new object with its own memory space, while assignment o...
A static function is a function that is associated with a class rather than an instance of the class.
Static functions can be called without creating an instance of the class.
Static functions are commonly used for utility functions that do not require access to instance-specific data.
Static functions are declared using the 'static' keyword in many programming languages.
Example: 'Math.max()' in JavaScript is a static fun
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with 0 and 1 as the first two numbers in the series
Add the previous two numbers to get the next number in the series
Repeat this process to generate the Fibonacci series
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance
Provides a global point of access to that instance
Commonly used in scenarios where only one instance of a class is needed, such as database connections or logging
I was interviewed before Mar 2024.
The aptitude test is beneficial and somewhat easy.
The coding test was both successful and somewhat challenging.
Group discussions are highly beneficial.
I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.
Sheetmetal is a type of metal formed into thin and flat pieces, commonly used in manufacturing for various applications.
Sheetmetal is typically made from materials like aluminum, steel, or copper.
It is commonly used in industries such as automotive, aerospace, and construction.
Sheetmetal can be cut, bent, and formed into various shapes and sizes using tools like shears, brakes, and presses.
Sheetmetal operation involves cutting, bending, and forming sheet metal to create various components.
Cutting: Using tools like shears, lasers, or plasma cutters to cut sheet metal into desired shapes.
Bending: Using press brakes to bend sheet metal at specific angles.
Forming: Using techniques like deep drawing or roll forming to shape sheet metal into complex geometries.
I was interviewed in Sep 2024.
Types of polymorphism include compile-time polymorphism (method overloading) and runtime polymorphism (method overriding).
Compile-time polymorphism is achieved through method overloading, where multiple methods have the same name but different parameters.
Runtime polymorphism is achieved through method overriding, where a subclass provides a specific implementation of a method that is already defined in its superclass.
Automotive Robotics (India) interview questions for popular designations
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 ...
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...
Get interview-ready with Top Automotive Robotics (India) Interview Questions
I was interviewed in Aug 2024.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Basic questions in online test
One min about one topic
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
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
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,...
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...
I was interviewed in Jul 2024.
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...
Some of the top questions asked at the Automotive Robotics (India) interview -
The duration of Automotive Robotics (India) interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 28 interviews
Interview experience
based on 252 reviews
Rating in categories
Design Engineer
156
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer 1
134
salaries
| ₹0 L/yr - ₹0 L/yr |
L2 Engineer
98
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
82
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Design Engineer
80
salaries
| ₹0 L/yr - ₹0 L/yr |
ABB
FANUC
KUKA Robotics
Yaskawa India