Upload Button Icon Add office photos

FEV

Compare button icon Compare button icon Compare

Filter interviews by

FEV Interview Questions and Answers

Updated 29 May 2025
Popular Designations

8 Interview questions

An Embedded Software Developer was asked 8mo ago
Q. Explain the diamond problem and how to approach it in programming.
Ans. 

Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

  • Diamond problem can be resolved using virtual inheritance in C++.

  • Virtual inheritance ensures that only one instance of the common base class is inherited.

  • Example: class A is inherited by classes B and C, then class D inherits from both B and C. Using virtual inheritance for B and C in D resolves the ...

View all Embedded Software Developer interview questions
A Senior Engineer was asked
Q. Do you have hardware experience?
Ans. 

Yes, I have extensive hardware experience including designing, testing, and troubleshooting various components.

  • Designed hardware components for embedded systems

  • Tested hardware prototypes to ensure functionality and performance

  • Troubleshooted hardware issues to identify and resolve problems

  • Worked with various hardware interfaces such as SPI, I2C, UART

  • Experience with PCB design and layout

View all Senior Engineer interview questions
A Senior Engineer was asked
Q. Have you designed gate driver circuits?
Ans. 

Yes, I have designed gate driver circuits for various applications.

  • Designed gate driver circuits for power electronics applications

  • Utilized MOSFETs and IGBTs in gate driver circuits

  • Implemented protection features such as overcurrent and overvoltage protection

  • Optimized gate driver circuits for high efficiency and reliability

  • Worked on gate driver circuits for motor control systems

View all Senior Engineer interview questions
An Embedded Software Developer was asked 8mo ago
Q. What is Friend function, Getter setter, Static variable and static function with implementation
Ans. 

Friend function is a function that is not a member of a class but has access to its private and protected members. Getter setter are methods used to access and modify private variables. Static variables are shared among all instances of a class. Static functions are functions that can be called without an instance of the class.

  • Friend function allows external functions to access private and protected members of a c...

View all Embedded Software Developer interview questions
An Embedded Software Developer was asked 8mo ago
Q. What is interrupt service routine, watchdog timer, lambda function, baud rate, CAN frame format, spi, Autosar related questions some
Ans. 

Interrupt service routine handles interrupts, watchdog timer resets system if it hangs, lambda function is an anonymous function, baud rate is data transfer rate, CAN frame format is used in Controller Area Network, SPI is Serial Peripheral Interface, Autosar is an automotive software architecture.

  • ISR is a function that handles interrupts from hardware devices

  • Watchdog timer resets the system if it hangs or stops r...

View all Embedded Software Developer interview questions
An Embedded Software Developer was asked 8mo ago
Q. Getter setter implementation, implementation of virtual function, difference between encapsulation and abstraction, focus on OOP
Ans. 

Understanding getter setter, virtual function, encapsulation, abstraction in OOP

  • Getter and setter methods are used to access and modify private class members respectively

  • Virtual functions in C++ allow dynamic binding and are overridden in derived classes

  • Encapsulation is bundling data and methods that operate on the data together

  • Abstraction is hiding the complex implementation details and showing only necessary fea...

View all Embedded Software Developer interview questions
An Embedded Software Developer was asked 8mo ago
Q. What is Constructor, is virtual constructor possible in C++, Virtual destructor with implementation.
Ans. 

Constructor is a special member function used for initializing objects. Virtual constructor is not possible in C++. Virtual destructor can be implemented.

  • Constructor is a special member function with the same name as the class, used for initializing objects.

  • Virtual constructor is not possible in C++ as constructors cannot be virtual.

  • Virtual destructor is possible in C++ and is used to ensure proper cleanup of reso...

View all Embedded Software Developer interview questions
Are these interview questions helpful?
An IT Head was asked
Q. Network setup at branch location and data center
Ans. 

The network setup at branch location and data center is crucial for efficient communication and data transfer.

  • The network setup should be designed to meet the specific needs of the organization

  • The network should be secure and reliable

  • The data center should have redundant systems to ensure high availability

  • The branch location should have appropriate hardware and software to connect to the data center

  • The network sho...

View all IT Head interview questions

FEV Interview Experiences

9 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. Technical Interview 1(1 hour)
  • Q2. What is Constructor, is virtual constructor possible in C++, Virtual destructor with implementation.
  • Ans. 

    Constructor is a special member function used for initializing objects. Virtual constructor is not possible in C++. Virtual destructor can be implemented.

    • Constructor is a special member function with the same name as the class, used for initializing objects.

    • Virtual constructor is not possible in C++ as constructors cannot be virtual.

    • Virtual destructor is possible in C++ and is used to ensure proper cleanup of resources...

  • Answered by AI
  • Q3. Getter setter implementation, implementation of virtual function, difference between encapsulation and abstraction, focus on OOP
  • Ans. 

    Understanding getter setter, virtual function, encapsulation, abstraction in OOP

    • Getter and setter methods are used to access and modify private class members respectively

    • Virtual functions in C++ allow dynamic binding and are overridden in derived classes

    • Encapsulation is bundling data and methods that operate on the data together

    • Abstraction is hiding the complex implementation details and showing only necessary features

    • ...

  • Answered by AI
  • Q4. Current organization projects
  • Ans. 

    Developing embedded software for real-time monitoring system in automotive industry

    • Implementing communication protocols like CAN and LIN

    • Optimizing code for resource-constrained environments

    • Integrating sensors for data collection and analysis

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Purely coding (1 hour 30 min)
  • Q2. What is Friend function, Getter setter, Static variable and static function with implementation
  • Ans. 

    Friend function is a function that is not a member of a class but has access to its private and protected members. Getter setter are methods used to access and modify private variables. Static variables are shared among all instances of a class. Static functions are functions that can be called without an instance of the class.

    • Friend function allows external functions to access private and protected members of a class.

    • ...

  • Answered by AI
  • Q3. Diamond problem program with approach
  • Ans. 

    Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

    • Diamond problem can be resolved using virtual inheritance in C++.

    • Virtual inheritance ensures that only one instance of the common base class is inherited.

    • Example: class A is inherited by classes B and C, then class D inherits from both B and C. Using virtual inheritance for B and C in D resolves the diamo...

  • Answered by AI
  • Q4. What is interrupt service routine, watchdog timer, lambda function, baud rate, CAN frame format, spi, Autosar related questions some
  • Ans. 

    Interrupt service routine handles interrupts, watchdog timer resets system if it hangs, lambda function is an anonymous function, baud rate is data transfer rate, CAN frame format is used in Controller Area Network, SPI is Serial Peripheral Interface, Autosar is an automotive software architecture.

    • ISR is a function that handles interrupts from hardware devices

    • Watchdog timer resets the system if it hangs or stops respon...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on OOP with implementation , Projects

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Interview will be profile based
  • Q2. About project works

Interview Preparation Tips

Interview preparation tips for other job seekers - don't join company HR policy is not upto the mark and no project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced Project Engineer with a strong background in managing engineering projects from conception to completion.

    • Bachelor's degree in Engineering

    • 5+ years of experience in project management

    • Proficient in project management software such as Microsoft Project

    • Strong communication and leadership skills

    • Experience in coordinating with cross-functional teams

  • Answered by AI
  • Q2. Vehicle Integration basic to detail all questions, including, DMU check, DFA, DFS, DFM, DFMEA...
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Aptitude Test 

General Information about IC Engines

Interview experience
4
Good
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 - One-on-one 

(3 Questions)

  • Q1. What is your phd project?
  • Q2. Do you have hardware experience?
  • Ans. 

    Yes, I have extensive hardware experience including designing, testing, and troubleshooting various components.

    • Designed hardware components for embedded systems

    • Tested hardware prototypes to ensure functionality and performance

    • Troubleshooted hardware issues to identify and resolve problems

    • Worked with various hardware interfaces such as SPI, I2C, UART

    • Experience with PCB design and layout

  • Answered by AI
  • Q3. Have you designed gate driver circuits?
  • Ans. 

    Yes, I have designed gate driver circuits for various applications.

    • Designed gate driver circuits for power electronics applications

    • Utilized MOSFETs and IGBTs in gate driver circuits

    • Implemented protection features such as overcurrent and overvoltage protection

    • Optimized gate driver circuits for high efficiency and reliability

    • Worked on gate driver circuits for motor control systems

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Hexadecimal to decimal code, authentication vs Authorization, Constructors, Project

IT Head Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2022

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. Network setup at branch location and data center
  • Ans. 

    The network setup at branch location and data center is crucial for efficient communication and data transfer.

    • The network setup should be designed to meet the specific needs of the organization

    • The network should be secure and reliable

    • The data center should have redundant systems to ensure high availability

    • The branch location should have appropriate hardware and software to connect to the data center

    • The network should b...

  • Answered by AI
  • Q2. IT infrastructure management, team management

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended to any IT person, had interview 3times but not provide any feedback.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About job role and responsibility
  • Q2. About experience
  • Q3. About work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prompt

Interview Questionnaire 

2 Questions

  • Q1. They are asking Basic technical questions related engine
  • Q2. Personal information and why you switch your current job?
  • Ans. 

    I switched jobs for career growth and new challenges.

    • Seeking new opportunities for career advancement

    • Desire for new challenges and learning experiences

    • Company culture or values not aligning with personal values

    • Better compensation or benefits offered by new job

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about FEV?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Do you know about SAP
  • Ans. 

    SAP is an enterprise resource planning software used for managing business operations and customer relations.

    • SAP stands for Systems, Applications, and Products in Data Processing

    • It is used by companies to manage their business operations such as finance, sales, procurement, and inventory management

    • SAP also offers customer relationship management (CRM) software to manage interactions with customers

    • It is widely used in i...

  • Answered by AI
  • Q2. What Tcodes do you use
  • Ans. 

    I use various Tcodes depending on the task at hand.

    • For material master data maintenance, I use MM01, MM02, and MM03.

    • For purchase order creation and maintenance, I use ME21N and ME22N.

    • For inventory management, I use MIGO and MB51.

    • For production planning, I use MD61 and MD04.

    • For quality management, I use QA32 and QE51.

    • For sales and distribution, I use VA01, VA02, and VA03.

  • Answered by AI
  • Q3. How to punch production in SAP
  • Ans. 

    To punch production in SAP, follow these steps:

    • Create a production order in SAP

    • Release the production order

    • Confirm the production order

    • Perform goods receipt for the production order

    • Perform goods issue for the production order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well verse with what you have on your resume and should be sound about SAP

Skills evaluated in this interview

FEV Interview FAQs

How many rounds are there in FEV interview?
FEV interview process usually has 1-2 rounds. The most common rounds in the FEV interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for FEV 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 FEV. The most common topics and skills that interviewers at FEV expect are Infotainment, Diagnostics, AUTOSAR, Abaqus and Ansa.
What are the top questions asked in FEV interview?

Some of the top questions asked at the FEV interview -

  1. what is interrupt service routine, watchdog timer, lambda function, baud rate, ...read more
  2. What is Friend function, Getter setter, Static variable and static function wi...read more
  3. What is Constructor, is virtual constructor possible in C++, Virtual destructor...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 7 interview experiences

Difficulty level

Easy 60%
Moderate 40%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

Knorr-Bremse Interview Questions
3.8
 • 59 Interviews
Marelli Interview Questions
3.5
 • 40 Interviews
Mikuni Interview Questions
4.1
 • 26 Interviews
Gestamp Interview Questions
3.6
 • 19 Interviews
View all

FEV Reviews and Ratings

based on 211 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 211 Reviews and Ratings
Project Engineer
383 salaries
unlock blur

₹3.8 L/yr - ₹13.6 L/yr

Senior Engineer
136 salaries
unlock blur

₹6 L/yr - ₹22.9 L/yr

Manager
46 salaries
unlock blur

₹12.6 L/yr - ₹36 L/yr

Design Engineer
30 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Deputy Manager
29 salaries
unlock blur

₹8.4 L/yr - ₹20 L/yr

Explore more salaries
Compare FEV with

Knorr-Bremse

3.8
Compare

Gestamp

3.6
Compare

Marelli

3.5
Compare

Toyoda Gosei Minda

4.2
Compare
write
Share an Interview