Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HARMAN Senior Product Engineer Interview Questions, Process, and Tips

Updated 10 Jun 2024

Top HARMAN Senior Product Engineer Interview Questions and Answers

HARMAN Senior Product Engineer Interview Experiences

8 interviews found

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the performance testing
  • Ans. 

    Performance testing is the process of testing the speed, responsiveness, and stability of a software application under various conditions.

    • Measures the speed, responsiveness, and stability of an application

    • Helps identify bottlenecks and areas for improvement

    • Involves simulating real-world usage scenarios

    • Can include load testing, stress testing, and scalability testing

    • Ensures the application meets performance requirements

  • Answered by AI
  • Q2. Difference between lift boundaries and right
  • Ans. 

    Lift boundaries refer to the maximum and minimum values of a lift, while right refers to the direction of movement.

    • Lift boundaries are the physical limits of how high or low a lift can go.

    • Right refers to the direction in which the lift is moving, either up or down.

    • For example, if a lift has a maximum boundary of 10 floors, it cannot go higher than that.

    • If the lift is moving in the right direction, it is going up toward

  • Answered by AI
  • Q3. This is where we tell LoadRunner how to find the dynamic value that we are looking for. In the Left Boundary we specify the text that will appear to the left of the changing value. Right Boundary:- This is...
  • Q4. Performance testing is used for checking the application behavior in terms of speed stability and scalability under various of work load

Interview Preparation Tips

Interview preparation tips for other job seekers - One to one discussion

Skills evaluated in this interview

Senior Product Engineer Interview Questions & Answers

user image Smayashree Madhusminee

posted on 3 Jul 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume they will ask
Round 2 - Technical 

(1 Question)

  • Q1. Based on resume they will ask
Round 3 - Technical 

(1 Question)

  • Q1. Based on resume they will ask
Round 4 - HR 

(1 Question)

  • Q1. Mostly salary discussion and other preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri is a great platform for finding and getting new opportunities so be active and keep updating profile

Senior Product Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Imagine an attack and guide through all steps involved to determi ... read more
asked in Qualcomm
Q2. In ISO21434 what is distributed cybersecurity activities?
Q3. What do you know about oee, lead time ,cycle time, pu process.
asked in Qualcomm
Q4. What is Trustzone and what is exception levels?
Q5. What is severity in PFMEA and how do you decide it For product.

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

Round 1 - Technical 

(1 Question)

  • Q1. General questions. Understanding IT infrastructure
Round 2 - One-on-one 

(1 Question)

  • Q1. How do you handle pressure and escalation. Stability check. Previous experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - More questions would be asked about your resume and past experience so don't fake it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Python Snippets Basics
On resume project related codes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on my previous work experience projects. Questions on my domains worked so far.
  • Q2. Questions related to Software Testing
Round 3 - HR 

(1 Question)

  • Q1. Why changed so many companies ? CTC related questions.

HARMAN interview questions for designations

 Product Engineer

 (3)

 Senior Engineer Product Development

 (6)

 Associate Product Engineer

 (1)

 Lead Product Engineer

 (1)

 Senior Product Qa Engineer

 (1)

 Software Engineer Product Development

 (3)

 Product Development Engineer

 (1)

 Senior Software Engineer

 (18)

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Self Introduction.
  • Q2. Previous project details & my role in the project
  • Q3. ADAS experience in the previous project.
  • Q4. Python Basics
  • Q5. Testing scenarios.
  • Q6. Write test cases on water bottle.
  • Ans. 

    Test cases for water bottle

    • Check for leaks when filled with water

    • Test the durability of the bottle by dropping it from different heights

    • Check if the cap is tight enough to prevent spills

    • Test the temperature retention capabilities of the bottle

    • Check if the bottle is easy to clean and maintain

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong technical knowledge and read the basics well before your interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to Augmented reality, Mobile sensors, Wifi,bluetooth connenctions and project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview is good. Totally 2-3 rounds of interview.

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Closure?What is Hoisting?
  • Ans. 

    Closure is a function that has access to variables in its outer scope. Hoisting is the behavior of moving declarations to the top of the scope.

    • Closure allows for private variables and functions in JavaScript.

    • Hoisting can lead to unexpected behavior when variables are declared after they are used.

    • Example of closure: function outer() { let x = 10; function inner() { console.log(x); } return inner; }

    • Example of hoisting: c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Basics for JS.Most questions were around from JS basic itself and then they came to React.

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Lte attach handover call flows

Interview Preparation Tips

Interview preparation tips for other job seekers - Good technical knowledge

Interview questions from similar companies

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: On-site interview (5 hours).

4 back-to-back 45-minute coding interviews, followed by a design interview, with a lunch break with a Googler in the middle.

The first coding interview was a set of (surprisingly) trivial (no algorithms needed) incremental coding questions.

The two next coding interviews were problems straight from the "Cracking the coding interview" book. Even though I divulged that I'd solved pretty much exactly the same problem before, they didn't give me an alternative problem and I quickly coded up a general and optimal solution for the problems. Follow-up in-depth questions were minimal and not hard.

The last coding question was a pure algorithm question related to search trees/tries. No coding required, spent the whole time reasoning about the most effective algorithm. This was a bit of a brain twister.

The design question was related to high-level system design (not OO design) for storage and search in geographic data. Focus was effective search as well as scalability both in traffic and data volumes.

Tips: Read "Cracking the coding interview" or other similar literature. Solve all the problems and you should be good to go. If you solve a bunch of problems at HackerRank (or similar) as well, you'll have the added bonus of training on how to generalize the algorithms.

Interview Questionnaire 

1 Question

  • Q1. Off-campus interviews in Bangalore

Interview Preparation Tips

Round: Test
Experience: Only a few students will get shortlisted who do all the questions correctly.

Round: Other Interview
Experience: First 4 rounds on day 1 and this are just to shortlist for more rounds on some other day.
Tips: They will focus on almost all the concepts of computer science.You need to practice a lot and start it right now. Should be easy if you have prepared well enough. Use your holidays to start preparing for placements.

General Tips: Sooner you start, better your placement will be as lack of practice & last day study works only for exams but never for interviews. You'll get enough time to prepare for interviews once you get shortlisted. Focus on it even if you are placed already.
Skill Tips: They will focus on almost all the concepts of computer science.
Skills: C , Aptitude
College Name: NIT SURATHKAL
Contribute & help others!
anonymous
You can choose to be anonymous

HARMAN Interview FAQs

How many rounds are there in HARMAN Senior Product Engineer interview?
HARMAN interview process usually has 2-3 rounds. The most common rounds in the HARMAN interview process are Technical, One-on-one Round and HR.
How to prepare for HARMAN Senior Product 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 HARMAN. The most common topics and skills that interviewers at HARMAN expect are Claims, Due Diligence, Staffing, Android and Automation.
What are the top questions asked in HARMAN Senior Product Engineer interview?

Some of the top questions asked at the HARMAN Senior Product Engineer interview -

  1. Difference between lift boundaries and ri...read more
  2. What is Closure?What is Hoisti...read more
  3. Write test cases on water bott...read more

Recently Viewed

SALARIES

Jupiter Money

SALARIES

Jupiter Money

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Classplus

No Interviews

INTERVIEWS

Jupiter Money

No Interviews

INTERVIEWS

Jupiter Money

No Interviews

INTERVIEWS

Jupiter Money

20 top interview questions

INTERVIEWS

Airtribe

No Interviews

INTERVIEWS

Shah Technical Consultants

No Interviews

INTERVIEWS

Jupiter Money

No Interviews

Tell us how to improve this page.

HARMAN Senior Product Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 821 Interviews
Samsung Interview Questions
3.9
 • 545 Interviews
Dell Interview Questions
4.0
 • 385 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Vivo Interview Questions
4.1
 • 193 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Daikin Interview Questions
4.2
 • 144 Interviews
View all
HARMAN Senior Product Engineer Salary
based on 904 salaries
₹6 L/yr - ₹25.2 L/yr
At par with the average Senior Product Engineer Salary in India
View more details

HARMAN Senior Product Engineer Reviews and Ratings

based on 108 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.0

Salary

3.8

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 108 Reviews and Ratings
Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
931 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
904 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HARMAN with

Bose

3.8
Compare

Jbl

3.8
Compare

Sennheiser

4.9
Compare

Sony

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