Upload Button Icon Add office photos

Whirlpool

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Whirlpool Senior Project Engineer Interview Questions and Answers

Updated 24 Apr 2022

Whirlpool Senior Project Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Metallurgy Basic Questions ( Fe - Fe3c dia., Mechanical Testing etc)
  • Q2. Manufacturing Processes in detail ( Process, Defects, Solutions for defects etc)
  • Ans. 

    Manufacturing processes involve various steps to produce a final product. Defects can occur during any stage, but solutions can be implemented to minimize them.

    • Manufacturing processes include casting, forging, machining, welding, etc.

    • Defects can occur due to improper material selection, poor design, incorrect processing, etc.

    • Solutions for defects include process optimization, quality control measures, and continuous im...

  • Answered by AI
  • Q3. Product Development related questions (FMEA, PPAP, Six Sigma tools, Project Charter, DVP&R)
Round 2 - One-on-one 

(3 Questions)

  • Q1. FMEA Related questions in detail
  • Q2. Patent related questions
  • Q3. Product development Strategy
  • Ans. 

    Product development strategy involves identifying customer needs, designing a product to meet those needs, and bringing it to market.

    • Conduct market research to identify customer needs and preferences

    • Develop a product that meets those needs and is unique from competitors

    • Create a plan for manufacturing and distribution

    • Test and refine the product before launch

    • Continuously gather feedback and make improvements

    • Examples: App...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal Information, Family Background
  • Q2. Past experience (Last company)
  • Ans. 

    I worked as a Senior Project Engineer at XYZ Corp.

    • Managed a team of 10 engineers to complete a project within the deadline

    • Developed and implemented new project management strategies resulting in a 20% increase in efficiency

    • Collaborated with cross-functional teams to ensure project success

    • Provided technical guidance and support to team members

    • Maintained project budgets and timelines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Updating resume as per your experience is very important. Interviewer mostly asks questions about the our past experience and Projects.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Technical round of the skills mentioned in CV
Round 2 - Technical 

(1 Question)

  • Q1. More detailed technical round regarding your project
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Harman
  • Q2. Salary negotiation and client check

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic but in depth understanding of your project

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C++ basic, Linked list implementation using C++(Not C), Lambda Expression, Map and Vector, C++ Thread Concept, Virtualization
  • Q2. Focus more on all the C++11 concept

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a C++ technical interview . It lasted for about 2 hour 30 minutes. The interviewer wanted to test my C++ basic, C++11 concept, Linked list implementation using C++, C++ thread , Lambda expression, Virtualization.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. Question related to C++11 fetaures and STL libraries
  • Q2. Doubly linked list complete implementation
  • Ans. 

    Doubly linked list is a data structure with nodes having pointers to both previous and next nodes.

    • Each node has a 'prev' and 'next' pointer

    • Insertion and deletion can be done at any position

    • Traversal can be done in both directions

  • Answered by AI
  • Q3. Oops concepts and use in real time project
  • Ans. 

    Oops concepts are fundamental to software engineering and are used in real-time projects for better code organization and maintenance.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple types of objects.

    • Abstraction: Focusing on essential features and ignoring implem...

  • Answered by AI
  • Q4. Linux basic commands usage
  • Ans. 

    Linux basic commands are essential for any software engineer. They include commands for file management, system monitoring, and networking.

    • File management commands: ls, cd, mkdir, rm, cp, mv

    • System monitoring commands: top, ps, df, free, uptime

    • Networking commands: ping, traceroute, netstat, ifconfig

    • Other useful commands: grep, tar, ssh, chmod, chown

    • It's important to understand the syntax and options for each command.

    • Exa...

  • Answered by AI
  • Q5. Any Design patterns explaination if used in previous project
  • Ans. 

    Yes, I have used the Factory and Singleton design patterns in my previous project.

    • I used the Factory pattern to create objects of different classes based on a common interface.

    • This helped in reducing the coupling between the client code and the implementation classes.

    • I used the Singleton pattern to ensure that only one instance of a class is created and used throughout the application.

    • This helped in reducing the memory...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and detailed information

Skills evaluated in this interview

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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. 2 TECHNICAL AND 1 HR
  • Q2. Coding + theory + practical based question + scenario u faced while facing bugs In depth questions about python, generator, iterator, decorators
  • Q3. Javascripts basic questions, python basic to advance level

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare well and attend

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Volatile keyword in C
  • Ans. 

    Volatile keyword in C is used to indicate that a variable's value may change unexpectedly.

    • It is used to prevent compiler optimization

    • It is commonly used in embedded systems programming

    • It is not a substitute for proper synchronization mechanisms

    • Example: volatile int *ptr; // pointer to volatile integer

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What will u do if u think u cant meet deadline
Round 4 - HR 

(1 Question)

  • Q1. Why are u joining Bosch

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand embedded C basics, projects u have worked so far

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Internal working of hashmap, java 8 features, sorting array program
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot annotations, sonar, junit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java array programs

I applied via Naukri.com and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Not remember, and anyways questions don't always remain same
Round 2 - Technical 

(1 Question)

  • Q1. Don't want to disclose
Round 3 - Coding Test 

Not remember. it was old

Round 4 - Technical 

(1 Question)

  • Q1. Not remember, it was old
Round 5 - HR 

(1 Question)

  • Q1. Normal hr questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't at all think of attending interview, you can even crack but my recommendation would be not join this company.

People always get confused with the name "Harman", there are two units, "Harman International" and "Harman Connected Services", if you're getting chance to work in Harman International, then ok, go for it, otherwise just think you're going to work in Infosys if you're joining Harman Connected Services. Decision is all yours,,

I resigned from Harman after 7 months only. Harman policies are also so bad, you can't think that whatever you're being told at the time of interview, same think you'll get after joining.

In my experience this is a waste company and seekers should simply boycott this.

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Prepare well for code questions in any language and data structures + role specific tool n tech.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial + Tech round. Less tech questions, but be prep'd
Round 4 - HR 

(1 Question)

  • Q1. Negotiate as per company's salary band w.r.t the role n no. of years experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fake in resume. Gather better skills. Dont pressurise or make up things too much just to perform better. Be honest while answering. Prepare for code questions well
Contribute & help others!
anonymous
You can choose to be anonymous

Whirlpool Interview FAQs

How many rounds are there in Whirlpool Senior Project Engineer interview?
Whirlpool interview process usually has 3 rounds. The most common rounds in the Whirlpool interview process are Technical, One-on-one Round and HR.
How to prepare for Whirlpool Senior Project Engineer 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 Whirlpool. The most common topics and skills that interviewers at Whirlpool expect are Quality Systems, Six Sigma, Test Planning, Analog and CAD.
What are the top questions asked in Whirlpool Senior Project Engineer interview?

Some of the top questions asked at the Whirlpool Senior Project Engineer interview -

  1. Manufacturing Processes in detail ( Process, Defects, Solutions for defects e...read more
  2. Product development Strat...read more
  3. Metallurgy Basic Questions ( Fe - Fe3c dia., Mechanical Testing e...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

REVIEWS

Novartis

No Reviews

INTERVIEWS

Novartis

No Interviews

INTERVIEWS

Novartis

No Interviews

INTERVIEWS

Novartis

70 top interview questions

INTERVIEWS

Panasonic

20 top interview questions

INTERVIEWS

Panasonic

No Interviews

SALARIES

Novartis

REVIEWS

Panasonic

No Reviews

REVIEWS

Panasonic

No Reviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 545 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 196 Interviews
Blue Star Interview Questions
4.1
 • 158 Interviews
Daikin Interview Questions
4.2
 • 146 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Voltas Interview Questions
4.0
 • 129 Interviews
Bajaj Electricals Interview Questions
4.0
 • 124 Interviews
View all
Whirlpool Senior Project Engineer Salary
based on 62 salaries
₹9.6 L/yr - ₹18.2 L/yr
46% more than the average Senior Project Engineer Salary in India
View more details

Whirlpool Senior Project Engineer Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

3.1

Salary

3.9

Job security

4.2

Company culture

3.0

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
Deputy Manager
330 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
313 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
161 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Whirlpool with

LG Electronics

4.0
Compare

Samsung

3.9
Compare

Godrej Appliances

3.7
Compare

Voltas

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