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 Developer Interview Questions and Answers

Updated 2 Jul 2024

Aptiv Embedded Software Developer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How exception handled in mcu
  • Ans. 

    Exceptions in MCUs are typically handled through interrupt service routines or error handling mechanisms.

    • MCUs use interrupt service routines to handle exceptions such as divide by zero or invalid memory access.

    • Error handling mechanisms like watchdog timers can reset the MCU if a critical error occurs.

    • Some MCUs have built-in fault detection and correction mechanisms to handle exceptions.

    • Exception handling in MCUs is cru...

  • Answered by AI
  • Q2. Have worked on cmm scripts
  • Ans. 

    Yes, I have experience working on CMM scripts.

    • Yes, I have written CMM scripts for automated testing of embedded software.

    • I have used CMM scripts to automate testing processes and improve efficiency.

    • Experience in debugging and optimizing CMM scripts for better performance.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. 1. What is structured, pointer, array , union
  • Ans. 

    Structured, pointer, array, and union are all data types in C programming language.

    • Structured data type is a collection of variables of different data types under a single name.

    • Pointer is a variable that stores the memory address of another variable.

    • Array is a collection of similar data types stored in contiguous memory locations.

    • Union is a special data type that allows storing different data types in the same memory l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ,..........................

Skills evaluated in this interview

Embedded Software Developer Interview Questions Asked at Other Companies

Q1. How many result cases are possible when to find maximum of three ... read more
Q2. What is the difference between volatile constant Int a, constant ... read more
Q3. Array short without using another array, with minimum parameters
asked in FEV
Q4. what is interrupt service routine, watchdog timer, lambda functio ... read more
Q5. how to interface mocroproceesor kit wid the I/O devices

Embedded Software Developer Jobs at Aptiv

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Technical understanding on ETHERNET AVB protocol.
  • Q2. Bluetooth Audio profile A2DP,Hfp
  • Q3. Linux device tree configuration
  • Q4. I2c speed in linux
  • Ans. 

    I2C is a communication protocol used to connect multiple devices in a network. In Linux, the speed of I2C can be configured.

    • I2C speed can be set using the 'i2cset' command in Linux

    • The speed can also be configured in the device tree

    • The maximum speed supported by the hardware should be considered when setting the speed

    • Different devices may require different speeds for optimal performance

  • Answered by AI
  • Q5. Gstreamer pipeline related question
  • Q6. Pulseaudio related
  • Q7. Compilation steps
  • Q8. What is pure virtual function
  • Ans. 

    A pure virtual function is a function declared in a base class without implementation, which must be overridden by derived classes.

    • Pure virtual functions are declared with the syntax: virtual void functionName() = 0;

    • Classes containing pure virtual functions are called abstract classes and cannot be instantiated.

    • Pure virtual functions provide a way to achieve polymorphism in C++.

    • Example: virtual void draw() = 0; // decl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well have confidence in what u say. If u don't knw say it don't bluff

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Volatile keyword in C
  • Ans. 

    Volatile keyword in C is used to indicate that a variable's value may change unexpectedly.

    • It is used to prevent compiler optimization

    • It is commonly used in embedded systems programming

    • It is not a substitute for proper synchronization mechanisms

    • Example: volatile int *ptr; // pointer to volatile integer

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What will u do if u think u cant meet deadline
Round 4 - HR 

(1 Question)

  • Q1. Why are u joining Bosch

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand embedded C basics, projects u have worked so far

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2022. There were 5 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 

Be familiar to codility , medium questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to the profile which they are hiring for and based on resume
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round fitment check
Round 5 - HR 

(1 Question)

  • Q1. Basic hr question and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile you are interviewing for .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mention your technical skills
  • Ans. 

    I have expertise in various technical skills required for senior software engineering roles.

    • Proficient in programming languages such as Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Experience with web development frameworks like React and Angular

    • Familiarity with database management systems like MySQL and MongoDB

    • Understanding of cloud computing platforms such as AWS and Azure

    • Knowledge of versio...

  • Answered by AI
  • Q2. How you see yourself in 10 years
  • Ans. 

    In 10 years, I see myself as a highly experienced and respected Senior Software Engineer, leading and mentoring a team of talented developers.

    • Leading and mentoring a team of developers

    • Continuously learning and staying updated with the latest technologies

    • Contributing to the development of innovative software solutions

    • Taking on more challenging and complex projects

    • Building strong relationships with clients and stakeholde...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident i ln your answer ssss.......,,,......,.,.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C++ codes on trees,graphs and array.easy to medium

Round 2 - HR 

(1 Question)

  • Q1. Basically salary things

Interview Preparation Tips

Interview preparation tips for other job seekers - good enough
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) What was the Day to day task? 2) Explain about current profile and Project 3)Any Experience on Powershell? 4) Any experience on Python? 5) Any Experience on DevOps?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Projects, SDLC, C code
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C and security, protocol, middleware

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Aptiv Interview FAQs

How many rounds are there in Aptiv Embedded Software Developer interview?
Aptiv interview process usually has 1 rounds. The most common rounds in the Aptiv interview process are Technical.
How to prepare for Aptiv Embedded Software Developer 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, Automotive, I2C, C++ and Information Technology.
What are the top questions asked in Aptiv Embedded Software Developer interview?

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

  1. 1. What is structured, pointer, array , un...read more
  2. How exception handled in ...read more
  3. Have worked on cmm scri...read more

Tell us how to improve this page.

Aptiv Embedded Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 995 Interviews
Maruti Suzuki Interview Questions
4.2
 • 585 Interviews
Hero MotoCorp Interview Questions
4.1
 • 333 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
TVS Motor Interview Questions
4.0
 • 312 Interviews
MRF Tyres Interview Questions
3.7
 • 298 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Yazaki Interview Questions
3.8
 • 134 Interviews
View all
Aptiv Embedded Software Developer Salary
based on 11 salaries
₹8 L/yr - ₹12.5 L/yr
42% more than the average Embedded Software Developer Salary in India
View more details

Aptiv Embedded Software Developer Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

3.4

Salary

2.1

Job security

3.2

Company culture

3.1

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Embedded Software Developer - FUSA

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
752 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
396 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
383 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
168 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aptiv with

Bosch

4.2
Compare

Continental

3.9
Compare

Samvardhana Motherson Group

3.7
Compare

Mahindra & Mahindra

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