Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

HARMAN Interview Questions, Process, and Tips for Experienced

Updated 6 Apr 2025

Top HARMAN Interview Questions and Answers for Experienced

View all 61 questions

HARMAN Interview Experiences for Experienced

Popular Designations

134 interviews found

Interview experience
5
Excellent
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Cloud profile questions on linux based.
Round 3 - Technical 

(1 Question)

  • Q1. Client round with troubleshooting skills.
Round 4 - HR 

(1 Question)

  • Q1. Technical round

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Technical Lead Interview Questions & Answers

user image Ankush Rathee

posted on 5 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1hr: React todo and api call application.

Round 2 - HR 

(2 Questions)

  • Q1. Presentation skills
  • Q2. Responsible skills

Top HARMAN Technical Lead Interview Questions and Answers

Q1. 1. How mutex works 2. Howe do you share information between threads? 3. Questions inCompletableFuture? 4. Write a program to show the deadlock condition? 5.
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
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 in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What is Neural Network.
  • Ans. 

    Neural network is a type of machine learning algorithm inspired by the human brain, consisting of interconnected nodes that process information.

    • Neural network is composed of layers of nodes, each connected to nodes in the next layer.

    • Nodes in a neural network perform mathematical operations on input data and pass the result to the next layer.

    • Neural networks are trained using labeled data to adjust the weights of connect...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal questions about previous work

Interview Preparation Tips

Topics to prepare for HARMAN Technical Lead interview:
  • Automobile

Skills evaluated in this interview

Top HARMAN Technical Lead Interview Questions and Answers

Q1. 1. How mutex works 2. Howe do you share information between threads? 3. Questions inCompletableFuture? 4. Write a program to show the deadlock condition? 5.
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

What people are saying about HARMAN

View All
a development consultant
2w (edited)
Harman VS Deloitte VS MPhasis
Which company should I join as QA having 5.5 yrs of exp?
Got a question about HARMAN?
Ask anonymously on communities.
Interview experience
3
Average
Difficulty level
-
Process Duration
6-8 weeks
Result
-

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What tools are you expert in?
  • Ans. 

    I am an expert in using Salesforce CRM, Microsoft Excel, and Google Analytics to track sales performance and optimize operations.

    • Salesforce CRM

    • Microsoft Excel

    • Google Analytics

  • Answered by AI
  • Q2. What is your current strenght in operations
  • Ans. 

    My current strength in operations is my ability to streamline processes and improve efficiency.

    • Strong analytical skills to identify areas for improvement

    • Experience in implementing new systems and technologies to enhance operations

    • Effective communication with team members to ensure smooth workflow

    • Proven track record of meeting and exceeding operational targets

    • Ability to adapt to changing environments and prioritize task

  • Answered by AI
  • Q3. Not applicable here now
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me more about the case studies you handled and managed as an individual and as a team member
  • Ans. 

    Managed case studies on improving sales strategies and operational efficiency

    • Led a team in analyzing customer data to identify trends and opportunities for increasing sales

    • Implemented new sales techniques based on case study findings to drive revenue growth

    • Collaborated with operations team to streamline processes and reduce costs

    • Presented case study results to senior management to demonstrate impact on business perform

  • Answered by AI
  • Q2. Salary expecations

Manager Sales & Operations Interview Questions asked at other Companies

Q1. how can we increase our market share with Business Partners..?
View answer (4)

HARMAN interview questions for popular designations

 Senior Software Engineer

 (19)

 Software Engineer

 (16)

 Software Developer

 (13)

 Technical Lead

 (11)

 Senior Engineer

 (10)

 Associate Software Engineer

 (10)

 Associate Engineer

 (9)

 Senior Product Engineer

 (8)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Realted to Manual testing,stability,endurance,Test case development ,Different OS like linux, android side.Defect tracking tools, Defect Management.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was also more on the technical round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and keep the perfection throughout the interview process.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Get interview-ready with Top HARMAN Interview Questions

Mbd Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2023

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

(1 Question)

  • Q1. Explain about bit operator
  • Ans. 

    Bit operators are used to manipulate individual bits in binary numbers.

    • Bitwise AND (&) - Sets a bit to 1 if both bits are 1

    • Bitwise OR (|) - Sets a bit to 1 if either bit is 1

    • Bitwise XOR (^) - Sets a bit to 1 if only one of the bits is 1

    • Bitwise NOT (~) - Flips all the bits

    • Left shift (<<) - Shifts the bits to the left by a specified number of positions

    • Right shift (>>) - Shifts the bits to the right by a specified number

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Light ON OFF using simulink
  • Ans. 

    Use Simulink to control the switching of a light on and off

    • Create a Simulink model with a switch block to control the light

    • Use a signal generator block to generate the ON and OFF signals

    • Connect the switch block to the light block to simulate the switching

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General question

Skills evaluated in this interview

Mbd Engineer Interview Questions asked at other Companies

Q1. What is davinci developer ?
View answer (1)

Jobs at HARMAN

View all

Lead Engineer Interview Questions & Answers

user image Ashish Kumar

posted on 14 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic of oops and dsa

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping &amp; closing coil of vcb?
View answer (8)

Accountant 2 Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. About your resume
Round 2 - One-on-one 

(1 Question)

  • Q1. About the job descriptions
Round 3 - HR 

(1 Question)

  • Q1. Personal and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on your technical and what you mentioned in your resume.

Supply Chain Consultant Interview Questions & Answers

user image Mayappa Ramu Malatwadkar

posted on 4 Nov 2023

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

(1 Question)

  • Q1. Your knowledge Excel,SAP
Round 3 - HR 

(1 Question)

  • Q1. Your information

Supply Chain Consultant Interview Questions asked at other Companies

Q1. Supply chain management definition
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They can ask about your previous experiences.
  • Q2. They can ask about the technologies and their uses in your last project.
Round 2 - Coding Test 

Interviewers will check your coding skill from basic to advanced. This round is not easy.

Round 3 - One-on-one 

(1 Question)

  • Q1. One on one with Team lead or manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all the things you mentioned in your resume and also with the tricky coding problems before going to interview.

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)

HARMAN Interview FAQs

How many rounds are there in HARMAN interview for experienced candidates?
HARMAN interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the HARMAN interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for HARMAN interview for experienced candidates?
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 Automation, Staffing, Claims, Due Diligence and Technical Support.
What are the top questions asked in HARMAN interview for experienced candidates?

Some of the top questions asked at the HARMAN interview for experienced candidates -

  1. Activity launch modes Activity lifecycle Program to find second largest number...read more
  2. Write Docker file structure for nginx image,How to resolve Git conflic...read more
  3. why is string immuta...read more
How long is the HARMAN interview process?

The duration of HARMAN interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

HARMAN Interview Process for Experienced

based on 78 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 552 Interviews
Dell Interview Questions
3.9
 • 390 Interviews
OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Vivo Interview Questions
4.1
 • 198 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
Apple Interview Questions
4.3
 • 140 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
View all

HARMAN Reviews and Ratings

based on 2.8k reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 2.8k Reviews and Ratings
Sales Specialist

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Emulation FTC

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Analog Mixed Signal (AMS) Verification Engineer

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8.1 L/yr - ₹26.4 L/yr

Technical Lead
1.5k salaries
unlock blur

₹10.5 L/yr - ₹37 L/yr

Software Engineer
1.4k salaries
unlock blur

₹4.1 L/yr - ₹17.2 L/yr

Senior Product Engineer
980 salaries
unlock blur

₹6.5 L/yr - ₹25.2 L/yr

Senior Engineer
961 salaries
unlock blur

₹7.5 L/yr - ₹29.9 L/yr

Explore more salaries
Compare HARMAN with

Samsung

3.9
Compare

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

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