
Aptiv


Aptiv Interview Questions and Answers for Freshers
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 moreInterview 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
Q2. write a program on structure.? and by using pointers how we declare structures.
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;
Q3. What are storage class specifiers in c?
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
Q4. What does preprocessor do in c?
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
Q5. What is Interrupt service routine?
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
Q6. What are different interrupts?
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.
Q7. Tell me the crystal frequency formula
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
Top HR Questions asked in Aptiv for Freshers
Interview Process at Aptiv for Freshers

Top Interview Questions from Similar Companies








Reviews
Interviews
Salaries
Users/Month

