Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

HARMAN Interview Questions, Process, and Tips

Updated 21 Mar 2025

Top HARMAN Interview Questions and Answers

HARMAN Interview Experiences

Popular Designations

264 interviews found

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

I applied via Approached by Company and was interviewed in Sep 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 tips
Round 2 - Coding Test 

Basic Linkedlist , structure and bitwise related question in starting.

Round 3 - Technical 

(1 Question)

  • Q1. Some questions on check square using bitwise and logical operators , rtos related questions task scheduling memory mapping etc, dsp related question on how to process realtime audio data then how ping pon...
Round 4 - HR 

(1 Question)

  • Q1. Why Harman International - told about various harman audio products I have been using and what I technically liked about those products .

Interview Preparation Tips

Interview preparation tips for other job seekers - I felt all the rounds were more about discussion, every round started with simple introduction , writing basic programs while sharing your screen and then talking about some other ways to optimize and get the output as well as some technical question based on your introduction and previous projects you have completed, technical questions related to memory management were asked in-depth and through understanding is required , In terms of difficulty I will rate it as moderate for someone who is working in same domain because dsp related question can only be answered if you have really done such implementation in the past otherwise its difficult to process .

QA Lead Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Character count in string
  • Ans. 

    Count the number of characters in a given string.

    • Use the length property of the string to get the character count.

    • Consider spaces and special characters in the count.

    • Example: 'Hello World' has 11 characters.

  • Answered by AI
  • Q2. Framework explanation
  • Ans. 

    A framework is a set of guidelines, tools, and libraries used to develop and test software applications.

    • Framework provides a structure for organizing code and implementing common functionalities.

    • It helps in reducing development time and improving code quality.

    • Examples include Selenium for automated testing, Spring for Java development, and React for front-end web development.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. RestAssured tests
  • Q2. Java codes and oops concepts

Skills evaluated in this interview

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Apr 2023.

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 - Telephone interview 

(1 Question)

  • Q1. About your self
Round 3 - Technical 

(1 Question)

  • Q1. About subject final
Round 4 - HR 

(1 Question)

  • Q1. About company details

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

What people are saying about HARMAN

View All
a development consultant
1w (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
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
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. L1 round of interview
  • Q2. Oops concepts , SQL questions, dotnet questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (218)

HARMAN interview questions for popular designations

 Senior Software Engineer

 (18)

 Software Engineer

 (16)

 Software Developer

 (13)

 Technical Lead

 (11)

 Senior Engineer

 (10)

 Associate Software Engineer

 (10)

 Associate Engineer

 (9)

 Senior Product Engineer

 (8)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. With basics implementation of Devops
Round 3 - Technical 

(1 Question)

  • Q1. Android and Yocto Build system and Scripting
Round 4 - HR 

(1 Question)

  • Q1. Basic salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to have the knowledge of Android and Yocto Build system and Scripting

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (62)
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 

(3 Questions)

  • Q1. Explain the Design Patters you worked
  • Ans. 

    I have worked with several design patterns including Singleton, Factory, Observer, and Decorator.

    • Implemented Singleton pattern to ensure only one instance of a class is created.

    • Used Factory pattern to create objects without exposing the instantiation logic to the client.

    • Implemented Observer pattern to notify dependent objects of any state changes.

    • Used Decorator pattern to add functionality to an object dynamically with

  • Answered by AI
  • Q2. Explain the Solid Design Pattern
  • Ans. 

    Solid Design Pattern is a set of principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
  • Q3. Explain the ASP.Net Core Middleware
  • Ans. 

    ASP.Net Core Middleware is a pipeline that handles requests and responses.

    • Middleware is a series of components that handle requests and responses in a pipeline

    • Each middleware component can modify the request or response

    • Middleware can be added to the pipeline using the Use() method

    • Examples of middleware include authentication, logging, and routing

  • Answered by AI
Round 3 - Coding Test 

Need to develop a employee portal using asp.net core and angular and share the code base to them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company, nice oprrtunity to work with. Worked on latest technologies and also few microservices based applications

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)

Jobs at HARMAN

View all
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. All kind of questions
Round 3 - Technical 

(1 Question)

  • Q1. All type of questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Product Development Engineer Interview Questions asked at other Companies

Q1. Trapping Rainwater Problem Statement You are given an array ARR of long type, which represents an elevation map where ARR[i] denotes the elevation of the ith bar. Calculate the total amount of rainwater that can be trapped within these elev... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Technical interview on automotive and resume
Round 3 - Technical 

(1 Question)

  • Q1. Technical interview on resume and automotive

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for the position of Principal Engineer. Had 2 rounds of technical and in depth discussions on topics. After 2 rounds running close to 3 weeks time, they mention your profile is not suitable which could have been done during resume screening itself. Even after seeing the reviews here about long interview process and no proper interview standards and feedback, I took a chance and my time was wasted in their interview process itself without respecting my time and efforts. And regarding the interview I am quite sure of my performance being an experineced person in the industry.

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 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 - Technical 

(7 Questions)

  • Q1. What is Android Framework?
  • Ans. 

    Android Framework is a set of APIs and tools provided by Android to develop applications for Android devices.

    • It provides a set of pre-built components for building mobile applications.

    • It includes libraries for UI design, data storage, networking, and more.

    • Developers can use Android Framework to create apps for smartphones, tablets, wearables, and other devices.

    • Examples of Android Framework components include Activities...

  • Answered by AI
  • Q2. What do you know about MVVM ?
  • Ans. 

    MVVM stands for Model-View-ViewModel, an architectural pattern used in software development.

    • MVVM separates the user interface from the business logic and data access layers.

    • Model represents the data and business logic, View represents the UI, and ViewModel acts as a mediator between the two.

    • ViewModel exposes data and commands to the View, and communicates with the Model to retrieve and save data.

    • MVVM is commonly used i...

  • Answered by AI
  • Q3. Explain Room Persistence Library.
  • Ans. 

    Room is an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.

    • Room is a part of Android Architecture Components.

    • It provides compile-time verification of SQL queries.

    • It simplifies database operations by eliminating boilerplate code.

    • It supports LiveData and RxJava for reactive programming.

    • It allows for easy migration of database schema.

    • It provides a clean API ...

  • Answered by AI
  • Q4. Write a Builder class.
  • Ans. 

    A Builder class is used to create objects with a large number of optional parameters.

    • Builder class is a creational design pattern.

    • It separates the construction of a complex object from its representation.

    • It allows you to create different variations of an object while avoiding constructor pollution.

    • It has a fluent interface that allows you to chain method calls together.

    • Example: StringBuilder in Java.

  • Answered by AI
  • Q5. Kotlin - letinit, val, var, extension function, data class.
  • Q6. Explain - Coroutin, RxJava
  • Ans. 

    Coroutines and RxJava are both used for asynchronous programming in Android development.

    • Coroutines are a lightweight solution for asynchronous programming that allow for easy cancellation and error handling.

    • RxJava is a reactive programming library that uses Observables and Observers to handle asynchronous events.

    • Both Coroutines and RxJava can be used to simplify complex asynchronous code and improve app performance.

    • Cor...

  • Answered by AI
  • Q7. What are SOLID principles in OOP languages?
  • Ans. 

    SOLID principles are a set of five design principles that help in creating maintainable and scalable software applications.

    • S - Single Responsibility Principle (SRP)

    • O - Open-Closed Principle (OCP)

    • L - Liskov Substitution Principle (LSP)

    • I - Interface Segregation Principle (ISP)

    • D - Dependency Inversion Principle (DIP)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep brush your knowledge. Learn by examples, create sample projects.

Skills evaluated in this interview

Top HARMAN Android Developer Interview Questions and Answers

Q1. What are SOLID principles in OOP languages?
View answer (1)

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
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 

(2 Questions)

  • Q1. They asked basics about java and selenium And also from QA prospects Locators
  • Q2. Java basics questions and api

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare well on selenium and java
CI/CD tools
And more on java

HARMAN Interview FAQs

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

Some of the top questions asked at the HARMAN interview -

  1. Which programming language do you use regular in w...read more
  2. What step do you take to ensure accurate estimates for proj...read more
  3. Write a method for deletion of a node from a Linked Li...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

based on 233 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 548 Interviews
Dell Interview Questions
3.9
 • 387 Interviews
OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 199 Interviews
Vivo Interview Questions
4.1
 • 197 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.1
 • 149 Interviews
Apple Interview Questions
4.3
 • 138 Interviews
Voltas Interview Questions
4.0
 • 130 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
Celonis Engineer

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Jr. Associate Engineer

Gurgaon / Gurugram

1-3 Yrs

Not Disclosed

Python Developer

Bangalore / Bengaluru

3-6 Yrs

₹ 5.2-16 LPA

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8.1 L/yr - ₹26.2 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
979 salaries
unlock blur

₹6.5 L/yr - ₹25.2 L/yr

Senior Engineer
963 salaries
unlock blur

₹6.9 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