Upload Button Icon Add office photos

FEV

Compare button icon Compare button icon Compare

Filter interviews by

FEV Embedded Software Developer Interview Questions, Process, and Tips for Freshers

Updated 8 Oct 2024

FEV Embedded Software Developer Interview Experiences for Freshers

1 interview 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 questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is a latest embedded C programming?
  • Ans. 

    Latest embedded C programming includes features like dynamic memory allocation, multi-threading, and object-oriented programming.

    • Dynamic memory allocation allows for more efficient use of memory

    • Multi-threading enables concurrent execution of multiple tasks

    • Object-oriented programming allows for better code organization and reusability

  • Answered by AI
  • Q2. What is a embedded new Ideas?
  • Ans. 

    Embedded new ideas refer to innovative concepts and solutions that can be implemented in embedded systems.

    • Embedded new ideas can improve the functionality, performance, and efficiency of embedded systems.

    • Examples of embedded new ideas include the use of machine learning algorithms, IoT integration, and real-time data processing.

    • Embedded new ideas can also involve the development of new hardware components or the optimi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher,and

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Time management

Interview Questionnaire 

1 Question

  • Q1. Sql joins

Interview Preparation Tips

Interview preparation tips for other job seekers - go to google and search it

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Waterfall model, Software development life cycle
  • Q2. How do you arrive at factorial without recursive function
  • Ans. 

    Factorial can be calculated using a loop by multiplying numbers from 1 to n.

    • Initialize a variable to 1

    • Use a loop to multiply the variable with numbers from 1 to n

    • Return the variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your fundamental skills

Interview Questionnaire 

1 Question

  • Q1. Basis of ops

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience the interviewer will make you comfortable before the interview

Interview Questionnaire 

1 Question

  • Q1. What is Design Patterns?
  • Ans. 

    Design Patterns are reusable solutions to commonly occurring problems in software design.

    • Design Patterns provide a common vocabulary for developers to communicate about solutions to problems.

    • They help in making code more flexible, reusable, and maintainable.

    • Examples of Design Patterns include Singleton, Factory, Observer, and Decorator.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do have a good knowledge of all the technologies you are using.

Skills evaluated in this interview

FEV Interview FAQs

How many rounds are there in FEV Embedded Software Developer interview for freshers?
FEV interview process for freshers usually has 2 rounds. The most common rounds in the FEV interview process for freshers are Technical.
What are the top questions asked in FEV Embedded Software Developer interview for freshers?

Some of the top questions asked at the FEV Embedded Software Developer interview for freshers -

  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 Embedded Software Developer Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Tata Motors Interview Questions
4.2
 • 999 Interviews
Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
View all
FEV Embedded Software Developer Salary
based on 4 salaries
₹4 L/yr - ₹10 L/yr
At par with the average Embedded Software Developer Salary in India
View more details
Project Engineer
344 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
137 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 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.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview