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

Clear (1)

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is virtual DOM in React?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses the virtual DOM to efficiently update the actual DOM when there are changes in the application.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM, minimizing performance impact.

  • Answered by AI
  • Q2. Explain about Context API in react?
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - medium interview process.

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 Resume 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude with mostly technical questions

Round 2 - Technical 

(4 Questions)

  • Q1. Focused interview on core electronics
  • Q2. Working of Mosfet
  • Ans. 

    MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor. It is a type of transistor used for amplifying or switching electronic signals.

    • MOSFET has three terminals: gate, source, and drain.

    • It operates by varying the voltage applied to the gate terminal to control the flow of current between the source and drain terminals.

    • MOSFETs are widely used in digital and analog circuits, power amplifiers, and switching ...

  • Answered by AI
  • Q3. Networking questions
  • Q4. Types of Opams & functionality
  • Ans. 

    Opams are software tools used for managing and monitoring software packages on Unix-like systems.

    • OPAM (OCaml Package Manager) - used for managing OCaml packages

    • APT (Advanced Package Tool) - used for managing Debian packages

    • YUM (Yellowdog Updater Modified) - used for managing RPM packages on Red Hat-based systems

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. This was easy just normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Prepared Technical part
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 questions test of aptitide online

Round 2 - Technical 

(2 Questions)

  • Q1. Explain microprocessor
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors are made up of millions of transistors that perform calculations and execute instructions.

    • They are commonly found in computers, smartphones, and other electronic devices.

    • Examples of popular microprocessors include Intel's Core series and AMD's Ryzen series.

    • Microprocessors process data and perform ta...

  • Answered by AI
  • Q2. What do you mean by iot
  • Ans. 

    IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.

    • IoT involves connecting everyday objects to the internet to enable them to send and receive data.

    • Examples of IoT devices include smart thermostats, wearable fitness trackers, and connected appliances.

    • IoT technology enables automation, remote monitoring, and data analyt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic engineering question that would be enough to get the job

Skills evaluated in this interview

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
Interview experience
3
Average
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 Resume tips
Round 2 - Aptitude Test 

Basic Arithemetic , Algebra , Geometry , Percentages , Ratios , Number Series

Round 3 - Coding Test 

Linked list and tree based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure you have strong understanding of the fundamemntal concepts in maths, language, if u are weak in any area ,consider revisiting again and understanding the funddamentals more clearly
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic oop questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 Resume tips
Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Coding Test 

Programming questions are an integral part of an interview for the developer's position

Interview Preparation Tips

Interview preparation tips for other job seekers - The hard truth is that this is a terrible job market for job seekers. The salaries are lower in general and more positions are being reduced to freelance or part-time. The work you have always loved may not have the same title and may be shared by a team now. Instead of viewing this as a negative, though, consider the opportunities. Maybe you like sales, but always wanted to do some consulting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about About yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Describe your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application for a small business to manage inventory and sales

    • Created a mobile app for tracking fitness goals and progress

    • Performed data analysis on customer feedback to improve user experience

  • Answered by AI
  • Q3. How you implement machine learning algorithms in cars
  • Ans. 

    Machine learning algorithms in cars are implemented through sensors, data collection, training models, and real-time decision-making.

    • Collecting data from various sensors installed in the car, such as cameras, lidar, radar, and GPS.

    • Training machine learning models using the collected data to recognize patterns and make predictions.

    • Implementing real-time decision-making algorithms in the car's onboard computer to assist ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read operating system and your projects

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

JOBS

Bodal Chemicals

No Jobs

REVIEWS

Bodal Chemicals

No Reviews

REVIEWS

Bodal Chemicals

No Reviews

REVIEWS

Bodal Chemicals

No Reviews

INTERVIEWS

Yazaki

No Interviews

INTERVIEWS

Yazaki

80 top interview questions

Tell us how to improve this page.

Aptiv Embedded Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
Maruti Suzuki Interview Questions
4.2
 • 589 Interviews
Hero MotoCorp Interview Questions
4.1
 • 334 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
TVS Motor Interview Questions
4.0
 • 314 Interviews
MRF Tyres Interview Questions
3.7
 • 300 Interviews
Ashok Leyland Interview Questions
4.1
 • 240 Interviews
Yazaki Interview Questions
3.8
 • 134 Interviews
View all
Aptiv Embedded Developer Salary
based on 5 salaries
₹4.9 L/yr - ₹8 L/yr
41% 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

5.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
401 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
394 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
326 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