Add office photos
Aptiv logo
Engaged Employer

Aptiv

Verified
3.5
based on 857 Reviews
Video summary
Filter interviews by
Clear (1)

Aptiv Interview Questions and Answers for Freshers

Updated 19 Jun 2024

Q1. 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 applic...

read more
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 different data types, while union is a collection of varia...read more

Add your answer
right arrow

Q2. 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;

Add your answer
right arrow

Q3. 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 one file and can be used in other files.

  • Storage class spec...read more

Add your answer
right arrow

Q4. 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

Add your answer
right arrow
Discover Aptiv interview dos and don'ts from real experiences

Q5. 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

Add your answer
right arrow

Q6. 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.

Add your answer
right arrow

Q7. Tell me the crystal frequency formula

Ans.

The crystal frequency formula is used to calculate the resonant frequency of a crystal oscillator.

  • The crystal frequency formula is: f = 1 / (2 * pi * sqrt(L * C))

  • Where f is the resonant frequency in Hertz, L is the inductance in Henrys, and C is the capacitance in Farads

  • This formula is commonly used in electronics for designing crystal oscillators

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Aptiv for Freshers

based on 9 interviews
Interview experience
4.0
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

HDFC Bank Logo
3.9
 • 739 Interview Questions
Tata Motors Logo
4.2
 • 667 Interview Questions
Goldman Sachs Logo
3.5
 • 346 Interview Questions
CitiusTech Logo
3.4
 • 172 Interview Questions
Wissen Technology Logo
3.8
 • 138 Interview Questions
Hyundai Motor India Limited Logo
4.3
 • 138 Interview Questions
View all
Recently Viewed
INTERVIEWS
Urban Company
No Interviews
INTERVIEWS
SKH Metals
No Interviews
INTERVIEWS
SKH Metals
No Interviews
SALARIES
Urban Company
INTERVIEWS
SKH Metals
No Interviews
SALARIES
SKH Metals
INTERVIEWS
Reliance Industries
No Interviews
DESIGNATION
SALARIES
SKH Metals
INTERVIEWS
SKH Metals
No Interviews
Top Aptiv Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter