Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aptiv Team. If you also belong to the team, you can get access from here

Aptiv Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aptiv Embedded Software Engineer Interview Questions and Answers

Updated 30 Aug 2023

Aptiv Embedded Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More questions on communication protocols like SPI, USART, I2C. FFT, Digital filter design LPF HPF etc. EMBEDDED C, pointers dynamic memory, linkedlist.
Round 2 - HR 

(1 Question)

  • Q1. If technical goes well, it's almost done. This is just about company, CTC and other formalities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice c programming and basic embedded concepts.

I applied via Campus Placement and was interviewed in Jul 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 - Coding Test 

They will share the link of different languages for code test,
we need to select one language.
I had chosen c.

Round 3 - Technical 

(4 Questions)

  • Q1. 1. Introduce yourself
  • Q2. 2. About Project in detail what is ur role in it ..? define it..
  • Q3. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its a...
  • Ans. 

    Interview questions for Embedded Software Engineer including Autosar, function definition, structure and union, microcontroller and microprocessor, and communication protocols.

    • Autosar is an automotive software architecture standard.

    • Function definition specifies the code to be executed by a function.

    • Function declaration specifies the function's name, return type, and parameters.

    • Structure is a collection of variables of ...

  • Answered by AI
  • Q4. Write a program on structure.? and by using pointers how we declare structures.
  • Ans. 

    A program on structures using pointers to declare them.

    • Use the 'struct' keyword to define a structure

    • Use the 'typedef' keyword to create a new type name for the structure

    • Use the '->' operator to access structure members through a pointer

    • Example: typedef struct { int x; int y; } Point; Point *p;

    • Example: p->x = 5; p->y = 10;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aptiv Embedded Software Engineer interview:
  • c
  • C++
  • Microcontroller
  • Protocols
  • AUTOSAR
Interview preparation tips for other job seekers - Good at basics is enough.
good at programing in which u know.?

Skills evaluated in this interview

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Cyient
Q1. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Aptiv
Q2. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
Q3. What are conductors, insulators, and semiconductors?
asked in Cyient
Q4. 1) which microcontroller you have used in Academics?
asked in HCLTech
Q5. How can a program enter both the if and else blocks simultaneousl ... read more

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Aptiv?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

I applied via Walk-in and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data structure and STA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don't try to be oversmart.

Interview Questionnaire 

1 Question

  • Q1. What is your weak point
  • Ans. 

    I tend to be overly critical of my own work, which can slow down my progress and decision-making.

    • I often spend too much time refining code, aiming for perfection, which can delay project timelines.

    • In team settings, I sometimes hesitate to share my ideas, fearing they may not meet high standards.

    • I have learned to set deadlines for myself to ensure I complete tasks without getting stuck in analysis paralysis.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For an interview fist of all we should be mentally prepare like these gyus here for hire us ,just we tell some answers to their questions, and later try to think as much as close to correct answer my answer is ,there is better chance that they will keep me for job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. 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 

(1 Question)

  • Q1. Basic digital electronics, micro controller related questions, c program, projects experience
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation, family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare motor control FOC theory to get higher chance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What do you know about RTOS?
  • Ans. 

    RTOS stands for Real-Time Operating System. It is an operating system designed for real-time applications.

    • RTOS is specifically designed to handle real-time tasks with strict timing requirements.

    • It provides features like task scheduling, inter-task communication, and resource management.

    • Examples of popular RTOS include FreeRTOS, VxWorks, and QNX.

    • RTOS is commonly used in embedded systems, automotive systems, and industri...

  • Answered by AI
  • Q2. What do you know about watchdogs?
  • Ans. 

    Watchdogs are hardware or software timers that monitor the operation of a system and reset it if it fails to respond within a certain time.

    • Watchdogs are used to ensure the reliability and safety of embedded systems.

    • They can be implemented as hardware or software timers.

    • Watchdogs monitor the system by periodically checking for a response or heartbeat signal.

    • If the system fails to respond within a specified time, the wat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on understanding the topics you wrote about in your CV

Skills evaluated in this interview

Are these interview questions helpful?
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and union?
  • Q2. How to avoid dangling pointers?
  • Q3. Write a program to print Fibonacci series using recursion
  • Ans. 

    A program to print Fibonacci series using recursion.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

    • Call the recursive function with the desired number of terms and print the result

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are your strengths in computer science?
  • Ans. 

    My strengths in computer science include problem-solving, coding proficiency, and a strong understanding of algorithms and data structures.

    • Problem-Solving Skills: I excel at breaking down complex problems into manageable parts, as demonstrated in a recent project where I optimized a search algorithm, reducing time complexity from O(n^2) to O(n log n).

    • Proficiency in Multiple Programming Languages: I am fluent in Java, P...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to focus more on coding. Try to solve coding challenges and learn from mistakes.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Embedded c ....................
Round 2 - Behavioral 

(1 Question)

  • Q1. Project ........,........
Round 3 - HR 

(1 Question)

  • Q1. Salary ....................

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy .........,..................................
Round 1 - Aptitude Test 

It had quants,verbal and logical qns

Round 2 - Technical 

(2 Questions)

  • Q1. Asked me abt my project
  • Q2. Tell me about the webinars you attended

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to answer all type of qns Be confident while you present yourself Take care of your manners

Aptiv Interview FAQs

How many rounds are there in Aptiv Embedded Software Engineer interview?
Aptiv interview process usually has 3 rounds. The most common rounds in the Aptiv interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Aptiv Embedded 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 Aptiv. The most common topics and skills that interviewers at Aptiv expect are Embedded C, Embedded Software, Embedded Linux, C++ and Information Technology.
What are the top questions asked in Aptiv Embedded Software Engineer interview?

Some of the top questions asked at the Aptiv Embedded Software Engineer interview -

  1. 3. 1)Do you know about Autosar. 2)define function definition and function decla...read more
  2. write a program on structure.? and by using pointers how we declare structur...read more
  3. More questions on communication protocols like SPI, USART, I2C. FFT, Digital ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 343 Interviews
MRF Tyres Interview Questions
3.6
 • 321 Interviews
Yazaki Interview Questions
3.8
 • 147 Interviews
JK Tyres Interview Questions
3.6
 • 101 Interviews
Valeo Interview Questions
4.0
 • 95 Interviews
Lucas-TVS Interview Questions
3.9
 • 81 Interviews
Brakes India Interview Questions
3.9
 • 76 Interviews
View all
Aptiv Embedded Software Engineer Salary
based on 68 salaries
₹4.5 L/yr - ₹16 L/yr
31% more than the average Embedded Software Engineer Salary in India
View more details

Aptiv Embedded Software Engineer Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

3.8

Skill development

2.9

Work-life balance

2.9

Salary

2.9

Job security

2.9

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 18 Reviews and Ratings
Senior Software Engineer
785 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Technical Lead
431 salaries
unlock blur

₹14.2 L/yr - ₹36 L/yr

Software Engineer
420 salaries
unlock blur

₹4.8 L/yr - ₹16.6 L/yr

Advanced Software Engineer
418 salaries
unlock blur

₹11.5 L/yr - ₹26 L/yr

Design Engineer
197 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Aptiv with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.7
Compare

MRF Tyres

3.6
Compare

Yazaki

3.8
Compare
write
Share an Interview