Upload Button Icon Add office photos

Filter interviews by

Automotive Robotics (India) Software Engineer Interview Questions and Answers

Updated 4 Apr 2023

Automotive Robotics (India) Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Testing Technical Skill mentioned in Resume & Which ever need for the project we are going to work on
  • Q2. What is Python and its data types
  • Ans. 

    Python is a high-level, interpreted programming language with dynamic semantics.

    • Python has several built-in data types including integers, floats, strings, booleans, and complex numbers.

    • It also has built-in data structures like lists, tuples, and dictionaries.

    • Python supports object-oriented programming and has a rich standard library.

    • Examples: x = 5 (integer), y = 3.14 (float), z = 'hello' (string), a = True (boolean),...

  • Answered by AI
  • Q3. What is logic building/thinking & where we need to apply this?
  • Ans. 

    Logic building/thinking is the process of analyzing and solving problems using reasoning and critical thinking skills.

    • It involves breaking down complex problems into smaller, more manageable parts

    • Identifying patterns and relationships between different pieces of information

    • Using deductive and inductive reasoning to draw conclusions

    • Applying logical principles to solve problems in various fields such as computer programm...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectations and Negotiations
  • Q2. What do you think about your growth after joining to our organisation?
  • Ans. 

    I believe that joining your organization will provide me with ample opportunities for growth and development.

    • I am confident that I will be able to learn and acquire new skills in a dynamic and challenging environment.

    • I am excited about the potential for career advancement and the chance to work on innovative projects.

    • I look forward to collaborating with talented colleagues and mentors who can guide and inspire my profe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to explore your skills independently and stressless environment to work

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Prepare basics thoroughly

Interview Preparation Tips

Interview preparation tips for other job seekers - Better be prepared with basic knowledge

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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
    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
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Polyfills , basic react app
    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    1 coding question, and basic MCQ

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via Job Fair

    Round 1 - Coding Test 

    Java 8 programs, string buffer and builder

    Round 2 - Group Discussion 

    About traffic in Banglore and the project

    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 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
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected

    I was interviewed before Apr 2023.

    Round 1 - Assignment 

    Simple basic application

    Round 2 - Technical 

    (3 Questions)

    • Q1. Technical knowledge and some more personal information
    • Q2. Related to framework and api part
    • Q3. Php laravel question
    Round 3 - HR 

    (1 Question)

    • Q1. Final round with salary negotiation

    I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE) and was interviewed in Feb 2022. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    It was aptitude and technical MCQ questions round

    Round 2 - Technical 

    (2 Questions)

    • Q1. Technical interview- regarding skills mentioned in resume and projects
    • Q2. In same round hr interview was done

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare well what you mentioned in resume.

    Automotive Robotics (India) Interview FAQs

    How many rounds are there in Automotive Robotics (India) Software Engineer interview?
    Automotive Robotics (India) interview process usually has 3 rounds. The most common rounds in the Automotive Robotics (India) interview process are HR, Resume Shortlist and Technical.
    How to prepare for Automotive Robotics (India) Software Engineer 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 Linux, Python, Embedded C, Ethernet and Shell Scripting.
    What are the top questions asked in Automotive Robotics (India) Software Engineer interview?

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

    1. What is logic building/thinking & where we need to apply th...read more
    2. What is Python and its data ty...read more
    3. Prepare basics thoroug...read more

    Tell us how to improve this page.

    Automotive Robotics (India) Software Engineer Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more
    Automotive Robotics (India) Software Engineer Salary
    based on 55 salaries
    ₹3.5 L/yr - ₹11 L/yr
    19% less than the average Software Engineer Salary in India
    View more details

    Automotive Robotics (India) Software Engineer Reviews and Ratings

    based on 9 reviews

    4.0/5

    Rating in categories

    3.8

    Skill development

    3.9

    Work-life balance

    4.0

    Salary

    3.5

    Job security

    3.8

    Company culture

    3.7

    Promotions

    3.8

    Work satisfaction

    Explore 9 Reviews and Ratings
    Design Engineer
    157 salaries
    unlock blur

    ₹2.6 L/yr - ₹10 L/yr

    Engineer 1
    132 salaries
    unlock blur

    ₹2.8 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.8
    Compare

    KUKA Robotics

    3.5
    Compare

    Yaskawa India

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