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
3.5

based on 784 Reviews

Filter interviews by

Aptiv Embedded Developer Interview Questions, Process, and Tips

Updated 25 Nov 2022

Aptiv Embedded Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2022. There were 4 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 

Test contains English, logical, quant questions

Round 3 - Coding Test 

Coding Mcqs on different subjects

Round 4 - Technical 

(4 Questions)

  • Q1. What are storage class specifiers in c?
  • Ans. 

    Storage class specifiers in C are used to define the scope and lifetime of variables.

    • There are four storage class specifiers in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared in ...

  • Answered by AI
  • Q2. What does preprocessor do in c?
  • Ans. 

    Preprocessor in C is a tool that processes source code before compilation.

    • It performs macro substitution

    • It includes header files

    • It conditionally compiles code

    • It defines constants and symbols

    • It removes comments

    • Examples of preprocessor directives are #include, #define, #ifdef, #ifndef, #endif

    • Preprocessor directives start with a # symbol

  • Answered by AI
  • Q3. What is Interrupt service routine?
  • Ans. 

    An Interrupt Service Routine (ISR) is a function that is executed in response to an interrupt signal.

    • ISR is a type of callback function that handles interrupts

    • It is a low-level function that runs in response to a hardware event

    • ISR must be short and fast to avoid blocking other interrupts

    • Examples of interrupts include keyboard input, timer events, and hardware errors

  • Answered by AI
  • Q4. What are different interrupts?
  • Ans. 

    Interrupts are signals sent to the processor to temporarily halt its current task and execute a specific task.

    • Hardware interrupts - generated by external devices

    • Software interrupts - generated by software programs

    • Maskable interrupts - can be disabled by the processor

    • Non-maskable interrupts - cannot be disabled by the processor

    • Examples - keyboard input, mouse input, timer interrupts, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewes mainly focused on c and embedded systems. So prepare well those subjects.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Function pointer and it's use
  • Ans. 

    Function pointer is a variable that stores the address of a function and can be used to call that function.

    • Function pointers are used to pass a function as an argument to another function.

    • They can be used to implement callbacks and event handlers.

    • Function pointers can be used to implement polymorphism in C.

    • They can be used to switch between different implementations of a function at runtime.

  • Answered by AI
  • Q2. What is the difference betwe en nill pointer and void pointer
  • Ans. 

    A null pointer points to nothing while a void pointer can point to any data type.

    • A null pointer is a pointer that has been explicitly set to a null value.

    • A void pointer is a pointer that has no type associated with it.

    • A null pointer is a subtype of a void pointer.

    • A null pointer is used to indicate that a pointer does not point to a valid object.

    • A void pointer is used to store a pointer to any type of object.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Bosch Embedded Developer interview:
  • C
  • Canoe
Interview preparation tips for other job seekers - Need to study thoroughly on our projects and c programming

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic embedded questions
  • Q2. UC architecture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

C, C++ and Bare metal programming questions

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding microcontroller
  • Q2. Regarding Data structures

Interview Preparation Tips

Topics to prepare for Faurecia Embedded Firmware Engineer interview:
  • C
  • Data Structures
Interview preparation tips for other job seekers - Prepare well and all the best
Interview experience
5
Excellent
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 - Coding Test 

C MCQ questions
Aptitude questions
Technical mcqs
Reasoning mcqs

Round 3 - Technical 

(1 Question)

  • Q1. Project C related questions Embedded topics
Round 4 - HR 

(1 Question)

  • Q1. General questions

I was interviewed in Jan 2022.

Round 1 - Technical 

(3 Questions)

  • Q1. 1. Tell me about yourself
  • Q2. 2.C Programming questions
  • Q3. 3. About UART and I2C module

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the skills what u have mentioned on resume. Be confident.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Test to write a Fibonacci function that receives two pointers with data and organize the data

Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to work with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study about structures and algorithms
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to find the error
Round 2 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

As a fresher, I applied through an online portal and the first round was an Online coding test with self-introduction.

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic arm architecture, bitwise operators, memory allocation, function pointer
  • Q2. Code snippets, bubble sorting, drivers, bare-metal coding
Round 2 - One-on-one 

(2 Questions)

  • Q1. It was managerial round
  • Q2. Asked about work, challenges, debugging of issues
Round 3 - HR 

(2 Questions)

  • Q1. General details
  • Q2. Future plans, joining

Aptiv Interview FAQs

How many rounds are there in Aptiv Embedded Developer interview?
Aptiv interview process usually has 4 rounds. The most common rounds in the Aptiv interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Aptiv Embedded 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 Automotive, Ethernet, AUTOSAR, Agile and Automotive Engineering.
What are the top questions asked in Aptiv Embedded Developer interview?

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

  1. What are storage class specifiers in...read more
  2. What does preprocessor do in...read more
  3. What is Interrupt service routi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Aptiv interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 965 Interviews
Maruti Suzuki Interview Questions
4.2
 • 573 Interviews
Bosch Interview Questions
4.2
 • 325 Interviews
Hero MotoCorp Interview Questions
4.2
 • 316 Interviews
TVS Motor Interview Questions
4.0
 • 302 Interviews
MRF Tyres Interview Questions
3.7
 • 285 Interviews
Ashok Leyland Interview Questions
4.1
 • 225 Interviews
Yazaki Interview Questions
3.8
 • 119 Interviews
View all
Aptiv Embedded Developer Salary
based on 5 salaries
₹4.9 L/yr - ₹8 L/yr
38% more than the average Embedded Developer Salary in India
View more details

Aptiv Embedded Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
704 salaries
unlock blur

₹8.9 L/yr - ₹21 L/yr

Software Engineer
396 salaries
unlock blur

₹4.2 L/yr - ₹16.6 L/yr

Advanced Software Engineer
380 salaries
unlock blur

₹11.4 L/yr - ₹26 L/yr

Technical Lead
318 salaries
unlock blur

₹13.5 L/yr - ₹33 L/yr

Engineer
169 salaries
unlock blur

₹2.5 L/yr - ₹9.7 L/yr

Explore more salaries
Compare Aptiv with

Bosch

4.2
Compare

Continental

3.9
Compare

Samvardhana Motherson Group

3.8
Compare

Mahindra & Mahindra

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview