Upload Button Icon Add office photos

Whirlpool

Compare button icon Compare button icon Compare

Filter interviews by

Whirlpool Senior CAE Engineer Interview Questions and Answers

Updated 26 Feb 2024

Whirlpool Senior CAE Engineer Interview Experiences

3 interviews found

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and experience related

I appeared for an interview before May 2021.

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 

(4 Questions)

  • Q1. Introduce yourself, your strengths etc
  • Q2. Thermodynamics energy transfer etc
  • Q3. Fluid flow , cfd questions etc
  • Q4. Cfd equtions how to estimate that
  • Ans. 

    CFD equations are used to estimate fluid flow and heat transfer in engineering applications.

    • CFD equations are based on the Navier-Stokes equations

    • They are solved numerically using finite volume or finite element methods

    • Boundary conditions and initial conditions must be specified

    • CFD simulations can be used to optimize designs and predict performance

    • Examples of CFD software include ANSYS Fluent, OpenFOAM, and COMSOL Mult...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study what you doing at current organization

Senior CAE Engineer Interview Questions Asked at Other Companies

Q1. What is the difference between Engineering and Research?
Q2. What are the key aspects to solving any engineering problem?
Q3. How would you solve an engineering problem?
Q4. What is the governing equation of motion?
asked in Whirlpool
Q5. How do you estimate CFD equations?

I appeared for an interview before May 2021.

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 

(1 Question)

  • Q1. Introduce yourself, your strengths etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Study what you doing at current organization

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Whirlpool?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript and angular starting from basic to advanced

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good
but while release the offer letter it took some time

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
  • Ans. SQL queries and coding
  • Answered Anonymously
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Harman
  • Ans. 

    I want to join Harman for its innovative technology, collaborative culture, and commitment to enhancing user experiences in audio and automotive.

    • Harman's focus on cutting-edge audio technology aligns with my passion for creating immersive sound experiences.

    • The company's commitment to innovation, such as advancements in connected car technology, excites me as I want to contribute to the future of mobility.

    • I admire Harma...

  • Answered by AI
  • 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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture for microservices
  • Ans. 

    System architecture for microservices involves breaking down a large application into smaller, independent services.

    • Decompose large applications into smaller, independent services

    • Use APIs for communication between services

    • Implement service discovery and load balancing

    • Utilize containers for deployment and scaling

    • Monitor and manage services independently

  • Answered by AI
  • Q2. Highlevel design for tic tac toe
  • Ans. 

    Tic Tac Toe game design using a 3x3 grid with players taking turns to place their mark (X or O) to win.

    • Use a 3x3 grid to represent the game board

    • Players take turns to place their mark (X or O) on an empty cell

    • Check for winning conditions after each move (horizontal, vertical, diagonal)

    • Handle tie game when all cells are filled without a winner

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. WAP to check Power of 2
  • Ans. 

    Check if a given number is a power of 2

    • Check if the number is greater than 0

    • Use bitwise AND operation to check if only one bit is set in the binary representation of the number

    • If the result is 0, then the number is a power of 2

  • Answered by AI
  • Q2. RTOs task scheduling process
  • Q3. Realtime Audio data handling, .wav format frame structure.
Round 2 - Technical 

(2 Questions)

  • Q1. Audio protocols - pdm , pcm , tdm , dmic
  • Q2. Fft vs dft , usage of cimsis dsp
  • Ans. 

    FFT is a faster algorithm for calculating DFT. CMSIS DSP is a library for signal processing on ARM Cortex-M processors.

    • FFT is a more efficient algorithm for calculating the Discrete Fourier Transform (DFT).

    • CMSIS DSP is a library provided by ARM for signal processing on Cortex-M processors.

    • CMSIS DSP provides optimized functions for common signal processing tasks like filtering, FFT, and matrix operations.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HARMAN Senior Software Engineer interview:
  • Embedded C
  • Digital Signal Processing
  • Mcu architecture
  • IPC
  • RTOS Concepts
  • Multi core systems
Interview preparation tips for other job seekers - Mostly 1st round is easy focused more on bitwise and some logical questions , 2nd round is totaly based on your project and the job requirements, questions are real life examples from project scope and can only be answered if you have worked on implementing solution for similar problems .

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Java oops concepts has been asked along code examples.
Leap year or not ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Java fundamental should be thorough, design patterns and programs
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. AngularJS based questions

Whirlpool Interview FAQs

How many rounds are there in Whirlpool Senior CAE Engineer interview?
Whirlpool interview process usually has 1-2 rounds. The most common rounds in the Whirlpool interview process are Technical and Resume Shortlist.
How to prepare for Whirlpool Senior CAE 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 Fluid Dynamics, Simulation, CFD, Manufacturing Technology and Thermodynamics.
What are the top questions asked in Whirlpool Senior CAE Engineer interview?

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

  1. Cfd equtions how to estimate t...read more
  2. Thermodynamics energy transfer ...read more
  3. Fluid flow , cfd questions ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HARMAN Interview Questions
3.7
 • 277 Interviews
OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics Interview Questions
3.9
 • 228 Interviews
Blue Star Interview Questions
4.1
 • 178 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 149 Interviews
Bajaj Electricals Interview Questions
4.0
 • 133 Interviews
IFB Interview Questions
3.6
 • 105 Interviews
View all
Whirlpool Senior CAE Engineer Salary
based on 98 salaries
₹10 L/yr - ₹17 L/yr
26% more than the average Senior CAE Engineer Salary in India
View more details

Whirlpool Senior CAE Engineer Reviews and Ratings

based on 12 reviews

2.8/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

2.8

Salary

2.3

Job security

2.6

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 12 Reviews and Ratings
Deputy Manager
467 salaries
unlock blur

₹11.5 L/yr - ₹20.1 L/yr

Area Sales Manager
319 salaries
unlock blur

₹11.1 L/yr - ₹19.5 L/yr

Senior Engineer
216 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Design Engineer
199 salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

Sales Executive
160 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Whirlpool with

OPPO

4.0
Compare

LG Electronics

3.9
Compare

HARMAN

3.7
Compare

Bajaj Electricals

4.0
Compare
write
Share an Interview