Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

HARMAN Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top HARMAN Interview Questions and Answers

View all 134 questions

HARMAN Interview Experiences

Popular Designations

260 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React component rendering and api integration coding questions
  • Q2. Some theoretical js questions
Round 2 - Technical 

(1 Question)

  • Q1. JS html css commonly asked questions. Js coding questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial round
  • Q2. Questions on basic project management, application performance

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts asked to write code
  • Q2. Reverse a string in java
  • Ans. 

    Use StringBuilder to reverse a string in Java.

    • Create a StringBuilder object with the input string.

    • Use the reverse() method of StringBuilder to reverse the string.

    • Convert the reversed StringBuilder back to a string using toString() method.

  • Answered by AI

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are services
  • Q2. Difference between java and kotlin
  • Ans. 

    Kotlin is a modern programming language that is fully interoperable with Java, offering concise syntax and enhanced features.

    • Kotlin is more concise than Java, reducing boilerplate code.

    • Kotlin has null safety features, reducing NullPointerException errors.

    • Kotlin supports extension functions and properties, allowing developers to add new functionality to existing classes.

    • Kotlin has coroutines for asynchronous programming...

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS concepts thoroughly
  • Q2. Design pattern concepts
Round 2 - One-on-one 

(2 Questions)

  • Q1. QT c++ design patters
  • Q2. Normal project related questions in previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

HARMAN interview questions for popular designations

 Senior Software Engineer

 (18)

 Software Engineer

 (15)

 Software Developer

 (12)

 Associate Software Engineer

 (10)

 Senior Engineer

 (10)

 Associate Engineer

 (9)

 Technical Lead

 (9)

 Senior Product Engineer

 (8)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Excel troubleshooting and analyzing
Round 2 - HR 

(1 Question)

  • Q1. Compensation, Previous experience, role

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Get interview-ready with Top HARMAN Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Indian Institute of Science (IIS), Bangalore

Round 1 - Coding Test 

The round was friendly asked two DSA problem

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list question
  • Q2. Array 2 sum question

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Jobs at HARMAN

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was simple but lengthy

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
  • Q2. About resume and technical

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared by your resume.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic and medium level coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Medium and advanced flutter dart question
  • Q2. Normal opps question
Round 3 - Technical 

(2 Questions)

  • Q1. One more client round their they ask regarding flutter and dart
  • Q2. Coding questions on paper

Interview Preparation Tips

Interview preparation tips for other job seekers - If u got better client and better product then u will learn otherwise there will be no learning in service based company.

Top HARMAN Senior Software Engineer Interview Questions and Answers

Q1. Any Design patterns explaination if used in previous project
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question ask about embedded technoligy
  • Q2. C language related questions are asked

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)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Backend development based questions
  • Q2. .

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid joining if you are a fresher graduate. But you can join with experience.

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 (176)

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 228 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 870 Interviews
Samsung Interview Questions
3.9
 • 561 Interviews
LG Electronics Interview Questions
4.0
 • 193 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Sony Interview Questions
4.2
 • 65 Interviews
Bose Interview Questions
3.7
 • 5 Interviews
Jbl Interview Questions
3.8
 • 3 Interviews
Sennheiser Interview Questions
4.9
 • 1 Interview
View all

HARMAN Reviews and Ratings

based on 2.7k 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.7k Reviews and Ratings
vue JS developer

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

SW Developer with ML

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Engineer II, Testing- Telematics

Bangalore / Bengaluru

7-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8 L/yr - ₹30.4 L/yr

Technical Lead
1.5k salaries
unlock blur

₹10.5 L/yr - ₹37 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.7 L/yr - ₹14 L/yr

Senior Engineer
933 salaries
unlock blur

₹6.5 L/yr - ₹24.3 L/yr

Senior Product Engineer
908 salaries
unlock blur

₹6 L/yr - ₹20 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