Upload Button Icon Add office photos

Forvia Hella

Compare button icon Compare button icon Compare

Filter interviews by

Forvia Hella Embedded Software Developer Interview Questions and Answers

Updated 5 May 2021

Forvia Hella Embedded Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. All embedded topis

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. 1. Basics of C, UART, CAN, SPI, I2C.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2022. There were 5 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 - Coding Test 

Be familiar to codility , medium questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to the profile which they are hiring for and based on resume
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round fitment check
Round 5 - HR 

(1 Question)

  • Q1. Basic hr question and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile you are interviewing for .
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 - Technical 

(2 Questions)

  • Q1. Mention your technical skills
  • Ans. 

    I have expertise in various technical skills required for senior software engineering roles.

    • Proficient in programming languages such as Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Experience with web development frameworks like React and Angular

    • Familiarity with database management systems like MySQL and MongoDB

    • Understanding of cloud computing platforms such as AWS and Azure

    • Knowledge of versio...

  • Answered by AI
  • Q2. How you see yourself in 10 years
  • Ans. 

    In 10 years, I see myself as a highly experienced and respected Senior Software Engineer, leading and mentoring a team of talented developers.

    • Leading and mentoring a team of developers

    • Continuously learning and staying updated with the latest technologies

    • Contributing to the development of innovative software solutions

    • Taking on more challenging and complex projects

    • Building strong relationships with clients and stakeholde...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident i ln your answer ssss.......,,,......,.,.

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

Interview Questionnaire 

8 Questions

  • Q1. Technical understanding on ETHERNET AVB protocol.
  • Q2. Bluetooth Audio profile A2DP,Hfp
  • Q3. Linux device tree configuration
  • Q4. I2c speed in linux
  • Ans. 

    I2C is a communication protocol used to connect multiple devices in a network. In Linux, the speed of I2C can be configured.

    • I2C speed can be set using the 'i2cset' command in Linux

    • The speed can also be configured in the device tree

    • The maximum speed supported by the hardware should be considered when setting the speed

    • Different devices may require different speeds for optimal performance

  • Answered by AI
  • Q5. Gstreamer pipeline related question
  • Q6. Pulseaudio related
  • Q7. Compilation steps
  • Q8. What is pure virtual function
  • Ans. 

    A pure virtual function is a function declared in a base class without implementation, which must be overridden by derived classes.

    • Pure virtual functions are declared with the syntax: virtual void functionName() = 0;

    • Classes containing pure virtual functions are called abstract classes and cannot be instantiated.

    • Pure virtual functions provide a way to achieve polymorphism in C++.

    • Example: virtual void draw() = 0; // decl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well have confidence in what u say. If u don't knw say it don't bluff

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude with mostly technical questions

Round 2 - Technical 

(4 Questions)

  • Q1. Focused interview on core electronics
  • Q2. Working of Mosfet
  • Ans. 

    MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor. It is a type of transistor used for amplifying or switching electronic signals.

    • MOSFET has three terminals: gate, source, and drain.

    • It operates by varying the voltage applied to the gate terminal to control the flow of current between the source and drain terminals.

    • MOSFETs are widely used in digital and analog circuits, power amplifiers, and switching ...

  • Answered by AI
  • Q3. Networking questions
  • Q4. Types of Opams & functionality
  • Ans. 

    Opams are software tools used for managing and monitoring software packages on Unix-like systems.

    • OPAM (OCaml Package Manager) - used for managing OCaml packages

    • APT (Advanced Package Tool) - used for managing Debian packages

    • YUM (Yellowdog Updater Modified) - used for managing RPM packages on Red Hat-based systems

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. This was easy just normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Prepared Technical part
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical area skill level questions Testing on basic coding knowledge - familiar coding language Behavioral questions & test ones growth mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Research about the department before interviewing to know more about the opening and the actual requirement that fulfills your skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Resume related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related questions
  • Q2. DS questions, Easy level from leetcode.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is static constructor
  • Ans. 

    Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.

    • Static constructor is used to initialize static data members of a class.

    • It is automatically called by the .NET Framework when the class is loaded.

    • Static constructor does not take any parameters.

    • It is used to perform any necessary initialization before any instance of the class is created.

  • Answered by AI
  • Q2. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's solid principle
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of ...

  • Answered by AI
  • Q2. What's is factory patter
  • Ans. 

    Factory pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

    • Factory pattern is used to create objects without specifying the exact class of object that will be created.

    • It promotes loose coupling by separating object creation from the client code.

    • Common examples include Simple Factory, Factory Meth

  • Answered by AI

Forvia Hella Interview FAQs

How to prepare for Forvia Hella Embedded Software Developer 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 Forvia Hella. The most common topics and skills that interviewers at Forvia Hella expect are Complaint Management, Enrollment, Ethernet, Event Management and Mechanical Desktop.

Tell us how to improve this page.

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Hero MotoCorp Interview Questions
4.1
 • 334 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
TVS Motor Interview Questions
4.0
 • 313 Interviews
Varroc Group Interview Questions
3.6
 • 176 Interviews
Exide Industries Interview Questions
3.5
 • 169 Interviews
Spark Minda Interview Questions
3.9
 • 122 Interviews
Hitachi Astemo Interview Questions
4.1
 • 103 Interviews
JK Tyres Interview Questions
3.6
 • 94 Interviews
Valeo Interview Questions
4.0
 • 88 Interviews
View all
Forvia Hella Embedded Software Developer Salary
based on 7 salaries
₹6.1 L/yr - ₹9.3 L/yr
At par with the average Embedded Software Developer Salary in India
View more details

Forvia Hella Embedded Software Developer Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

3.0

Salary

5.0

Job security

3.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Engineer
253 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Design Engineer
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Forvia Hella with

Bosch

4.2
Compare

Spark Minda

3.9
Compare

Varroc Group

3.6
Compare

Exide Industries

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview