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

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

(1 Question)

  • Q1. Technical area skill level questions Testing on basic coding knowledge - familiar coding language Behavioral questions & test ones growth mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Research about the department before interviewing to know more about the opening and the actual requirement that fulfills your skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Resume related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related questions
  • Q2. DS questions, Easy level from leetcode.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is static constructor
  • Ans. 

    Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.

    • Static constructor is used to initialize static data members of a class.

    • It is automatically called by the .NET Framework when the class is loaded.

    • Static constructor does not take any parameters.

    • It is used to perform any necessary initialization before any instance of the class is created.

  • Answered by AI
  • Q2. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI

Skills evaluated in this interview

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

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

Bosch Interview Questions
4.2
 • 334 Interviews
MRF Tyres Interview Questions
3.7
 • 313 Interviews
Yazaki Interview Questions
3.8
 • 137 Interviews
JK Tyres Interview Questions
3.6
 • 98 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
Lucas-TVS Interview Questions
3.9
 • 75 Interviews
Brakes India Interview Questions
4.0
 • 71 Interviews
View all
Aptiv Embedded Software Developer Salary
based on 13 salaries
₹8 L/yr - ₹13.7 L/yr
43% 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
Senior Software Engineer
755 salaries
unlock blur

₹8.9 L/yr - ₹22 L/yr

Software Engineer
407 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Advanced Software Engineer
397 salaries
unlock blur

₹11.4 L/yr - ₹26 L/yr

Technical Lead
381 salaries
unlock blur

₹14.2 L/yr - ₹33.5 L/yr

Engineer
187 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Aptiv with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.7
Compare

MRF Tyres

3.7
Compare

Yazaki

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