Upload Button Icon Add office photos

FEV

Compare button icon Compare button icon Compare
3.6

based on 175 Reviews

Filter interviews by

FEV Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top FEV Interview Questions and Answers

View all 8 questions

FEV Interview Experiences

Popular Designations

8 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

Embedded Software Developer Interview Questions asked at other Companies

Q1. How many result cases are possible when to find maximum of three numbers. This is tricky question
View answer (3)
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...

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)
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

Mechanical Technician Interview Questions asked at other Companies

Q1. 1. During confined space job , what is the role of safety watch ? 2. Alignment method of pump and motor. 3. Different type of Gasket , valves using in plant. 4. Compressor type and trouble shooting of reciprocating compressor.
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - 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

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

FEV interview questions for popular designations

 Senior Engineer

 (2)

 Embedded Software Developer

 (1)

 Graduate Trainee

 (1)

 IT Head

 (1)

 Junior Project Engineer

 (1)

 Mechanical Technician

 (1)

 Project Engineer

 (1)

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

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) 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

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

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

IT Head Interview Questions asked at other Companies

Q1. Consider Kama Ayurveda as a Startup you have to make your hand Dirty in implementation of new Technologies so are you ready for it ?
View answer (5)

Jobs at FEV

View all

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

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Interview Questionnaire 

2 Questions

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

Junior Project Engineer Interview Questions asked at other Companies

Q1. How to take care of a project in the end?
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a sequence of n numbers, how can you identify the missing element? For example, in the sequence 1, 2, 4, 5, the missing element is 3.
  • Q2. Identify the next palindrome number Eg: 11 Ans :22
Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you choosing Advance Auto Parts
  • Q2. How do you handle stress
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic method Specification method
  • Ans. 

    The question is asking for the difference between basic method and specification method in production.

    • Basic method refers to a general approach or technique used in production without specific details.

    • Specification method involves detailed instructions or requirements for a specific task or product.

    • Example: Basic method for assembling a product may involve general steps, while specification method would include exact m

  • Answered by AI
  • Q2. Organization method
  • Ans. 

    Organization method refers to the system or structure used to arrange and manage tasks, resources, and information in a production setting.

    • Utilize a clear and efficient system for task delegation and tracking

    • Implement visual management tools such as Kanban boards or Gantt charts

    • Establish regular communication channels for updates and feedback

    • Ensure proper documentation and record-keeping for processes and procedures

    • Enc...

  • Answered by AI
  • Q3. Safety working method
  • Ans. 

    Safety working method involves implementing procedures and protocols to ensure the well-being of employees.

    • Implementing regular safety training for employees

    • Enforcing the use of personal protective equipment (PPE)

    • Conducting regular safety inspections and audits

    • Encouraging employees to report any safety concerns or hazards

    • Establishing emergency response plans and procedures

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Quality method Type of work method
  • Ans. 

    Quality method refers to the approach or system used to ensure products meet standards. Type of work method refers to the specific process or technique used to complete tasks.

    • Quality method can include Six Sigma, Total Quality Management, Lean Manufacturing, etc.

    • Type of work method can include Agile, Waterfall, Kanban, etc.

    • Quality method focuses on ensuring products meet quality standards and customer requirements.

    • Type...

  • Answered by AI
  • Q2. Problem solving method
  • Ans. 

    Problem solving method involves identifying the issue, analyzing possible solutions, implementing the best solution, and evaluating the outcome.

    • Identify the problem or issue at hand

    • Gather relevant information and data

    • Brainstorm possible solutions

    • Evaluate each solution based on feasibility and impact

    • Implement the best solution

    • Monitor and evaluate the outcome for effectiveness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No , I do a attend to interview
Thank you

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 Diagnostics, Infotainment, 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 Constructor, is virtual constructor possible in C++, Virtual destructor...read more
  3. What is Friend function, Getter setter, Static variable and static function wi...read more

Tell us how to improve this page.

FEV Interview Process

based on 4 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 6 FEV interviews
Job Portal
Campus Placement
Referral
50%
17%
17%
16% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Tata Motors Interview Questions
4.2
 • 977 Interviews
Maruti Suzuki Interview Questions
4.2
 • 579 Interviews
Bharat Petroleum Interview Questions
4.2
 • 152 Interviews
View all

FEV Reviews and Ratings

based on 175 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.3

Salary & Benefits

3.5

Job Security

3.3

Company culture

3.2

Promotions/Appraisal

3.3

Work Satisfaction

Explore 175 Reviews and Ratings
Adaptive Autosar and SOVD

Pune,

Chennai

+1

9-14 Yrs

Not Disclosed

Automotive Connectivity Lead

Pune,

Chennai

+1

10-17 Yrs

Not Disclosed

Explore more jobs
Project Engineer
326 salaries
unlock blur

₹4.1 L/yr - ₹13 L/yr

Senior Engineer
146 salaries
unlock blur

₹6.8 L/yr - ₹25.7 L/yr

Manager
48 salaries
unlock blur

₹12.6 L/yr - ₹31.6 L/yr

Design Engineer
28 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Design Engineer
26 salaries
unlock blur

₹6 L/yr - ₹19.3 L/yr

Explore more salaries
Compare FEV with

Mahindra & Mahindra

4.1
Compare

Tata Motors

4.2
Compare

Maruti Suzuki

4.2
Compare

Bharat Petroleum

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview