Upload Button Icon Add office photos

Filter interviews by

Automotive Robotics (India) Engineer III Interview Questions and Answers

Updated 13 May 2022

Automotive Robotics (India) Engineer III Interview Experiences

2 interviews found

Engineer III Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2021

I applied via Recruitment Consultant

Interview Questionnaire 

3 Questions

  • Q1. C++ questions from concepts like abstraction, virtual class , dynamic polymorphism, copy constructor, move constructor.
  • Q2. Some coding questions for reference pointers , const pointers , char pointers
  • Q3. Better to know about threads, IPC's, mutex, semaphores

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was mainly technical , but they also test the confidence levels.The attitude of the candidates.

Engineer III Interview Questions & Answers

user image Anonymous

posted on 13 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Basic in c language,automotive project’s experience
Round 2 - HR 

(2 Questions)

  • Q1. Our previous company’s details
  • Q2. Our strength and weekness
Round 3 - Coding Test 

Basic c

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s really good company to learn and explore our skills.

Engineer III Interview Questions Asked at Other Companies

Q1. different types of casting process, how will design the casting p ... read more
asked in AECOM
Q2. What do you mean by berthing of vessel & factors affect durin ... read more
Q3. How to do automation in azure iac?
asked in Vivo
Q4. What is the lead time of LCL and FCL
Q5. What are the vm classification?

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Round one was an online coding test where there were 5 sections :

1 - dsa - medium

2 - Java - Easy

3 - OOP - Easy

4 - Git - Easy

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 - where is bean annotation used in springboot ?... In class or method
  • Ans. 

    Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.

    • Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.

    • It can also be used at the class level to indicate that the class itself is a Spring bean.

    • For example, @Bean annotation can be used on a method that cre...

  • Answered by AI
  • Q2. Which access modifier to restrict interface method access to only derived or implemented classes
  • Ans. 

    Protected access modifier restricts interface method access to only derived or implemented classes.

    • Use 'protected' access modifier to restrict access to only derived or implemented classes

    • Protected members are accessible within the same package or by subclasses

    • Example: 'protected void methodName() {}' in an interface

  • Answered by AI
  • Q3. How does one services interact with other in microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging, or events.

    • Microservices communicate with each other through APIs, which can be synchronous or asynchronous.

    • Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.

    • Events can be used for loosely coupled communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices locate and co...

  • Answered by AI
  • Q4. In an integer array where element represent stock price and index represent days how to detect the best day to buy and best day to sell in O(N)
  • Ans. 

    To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).

    • Iterate through the array and keep track of the minimum price seen so far.

    • Calculate the profit by subtracting the current price from the minimum price.

    • Update the maximum profit and best buy/sell days accordingly.

    • Return the best buy and sell days to maximize profit.

  • Answered by AI
  • Q5. In an integer array find the next greatest number for all and display in O(N)
  • Ans. 

    Find the next greatest number for each integer in an array in O(N) time complexity.

    • Iterate through the array from right to left

    • Use a stack to keep track of potential next greatest numbers

    • Pop elements from the stack that are less than the current element and update their next greatest number to the current element

    • Push the current element onto the stack

    • Repeat until all elements have a next greatest number

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mostly Aptitude, Reasoning,Verbal in the round-1 with 60 questions

Round 2 - Coding Test 

2 programming questions - you can select which language u are comfortable

Round 3 - Technical 

(1 Question)

  • Q1. It's purely based on your resume, so which language u are comfortable they can prefer to ask that's the thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please whenever you are trying to submit your resume to particular company... Check the specifications what they want, what's on your resume.. based on that only your profile can select to next round..!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Polymorphism in C++
  • Ans. 

    Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through function overloading and virtual functions.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Virtual functions are functions in a base class that are overridden in derived classes.

    • Example: Animal class with virtual function 'makeSound', Cat and

  • Answered by AI
  • Q2. Standard template library in C++
  • Ans. 

    STL in C++ provides reusable algorithms and data structures for efficient programming.

    • STL includes containers like vector, list, map, algorithms like sort, find, and iterators.

    • Example: vector v = {1, 2, 3}; sort(v.begin(), v.end());

    • STL saves time by providing pre-implemented solutions for common programming tasks.

Answered by AI
  • Q3. Design Patterns in C++
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has a specific purpose and can be applied in different scenarios.

    • Understanding design patterns can improve code quality and efficiency in software developmen

  • Answered by AI

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    1hour,Time speed distance

    Round 2 - Coding Test 

    1hour,sql,python,algebra,Average

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. What is your name
    • Q2. What is your strength

    Interview Preparation Tips

    Interview preparation tips for other job seekers - No comments links to this video is small
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. IBM storage replication
    • Q2. Dell EMC storage
    Round 2 - HR 

    (2 Questions)

    • Q1. Talked about CTC
    • Q2. Talked about notice period

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Yet to experience the work culture and environment
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. What are services in Drupal?
    • Ans. 

      Services in Drupal are reusable objects that perform specific functions, such as database queries or sending emails.

      • Services are defined in YAML files and can be accessed throughout a Drupal site.

      • They are used to encapsulate reusable functionality and promote code reusability.

      • Examples of services in Drupal include the database service for interacting with the database, the mail service for sending emails, and the logge

    • Answered by AI
    • Q2. How to debug in Drupal?
    • Ans. 

      Debugging in Drupal involves using tools like Devel module, watchdog(), and error logs.

      • Enable Devel module for debugging information

      • Use watchdog() function to log messages to Drupal's watchdog log

      • Check error logs for PHP errors and warnings

      • Use dpm() function to print variables for debugging purposes

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Polyfills , basic react app

    Automotive Robotics (India) Interview FAQs

    How many rounds are there in Automotive Robotics (India) Engineer III interview?
    Automotive Robotics (India) interview process usually has 3 rounds. The most common rounds in the Automotive Robotics (India) interview process are Technical, HR and Coding Test.
    How to prepare for Automotive Robotics (India) Engineer III 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 Analytical, Automotive, Control System, Instrumentation and MATLAB.
    What are the top questions asked in Automotive Robotics (India) Engineer III interview?

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

    1. C++ questions from concepts like abstraction, virtual class , dynamic polymorp...read more
    2. Some coding questions for reference pointers , const pointers , char point...read more
    3. Better to know about threads, IPC's, mutex, semapho...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Siemens Interview Questions
    4.1
     • 417 Interviews
    Bosch Interview Questions
    4.2
     • 329 Interviews
    ABB Interview Questions
    4.1
     • 233 Interviews
    Chegg Interview Questions
    4.1
     • 155 Interviews
    CMA CGM Interview Questions
    4.0
     • 91 Interviews
    View all
    Automotive Robotics (India) Engineer III Salary
    based on 43 salaries
    ₹5.5 L/yr - ₹15 L/yr
    36% less than the average Engineer III Salary in India
    View more details

    Automotive Robotics (India) Engineer III Reviews and Ratings

    based on 4 reviews

    4.7/5

    Rating in categories

    4.7

    Skill development

    4.5

    Work-life balance

    4.2

    Salary

    4.5

    Job security

    4.7

    Company culture

    4.0

    Promotions

    4.7

    Work satisfaction

    Explore 4 Reviews and Ratings
    Design Engineer
    157 salaries
    unlock blur

    ₹2.6 L/yr - ₹10 L/yr

    Engineer 1
    135 salaries
    unlock blur

    ₹2.5 L/yr - ₹8.4 L/yr

    L2 Engineer
    98 salaries
    unlock blur

    ₹3.8 L/yr - ₹11.8 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.9
    Compare

    KUKA Robotics

    3.5
    Compare

    Yaskawa India

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