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
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
-

I applied via Campus Placement

Round 1 - Coding Test 

General Aptitude test and 3 Medium level coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sortr an array of 0,1
  • Ans. 

    Sort an array of 0s and 1s

    • Use a sorting algorithm like counting sort or two-pointer approach

    • Count the number of 0s and 1s and then reconstruct the array

    • Example: Input array = ['0', '1', '0', '1', '1'], Output array = ['0', '0', '1', '1', '1']

  • Answered by AI
  • Q2. Matrix traversal in spiral Manner
  • Ans. 

    Matrix traversal in spiral manner involves visiting each element of a matrix in a spiral order.

    • Start by traversing the outermost layer of the matrix from top left to top right, then top right to bottom right, bottom right to bottom left, and finally bottom left to top left.

    • Continue this process for the inner layers until all elements are visited.

    • Keep track of the boundaries of the matrix to know when to switch directio

  • Answered by AI

Skills evaluated in this interview

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