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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Qt qml questions
Round 2 - HR 

(1 Question)

  • Q1. Joining date discussion

Top HARMAN Software Developer Interview Questions and Answers

Q1. Write a method for deletion of a node from a Linked List.
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Js coding (reverse array without using built in function)

Interview Preparation Tips

Interview preparation tips for other job seekers - Even though all your codes are correct, they will see the way you code.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. C questions- reverse a string and string pointers related questions,
  • Q2. Autosar concepts like comstack, dcm layers explanation, CanNm related questions

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)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions related to C
  • Q2. Questions about Linux

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. JS predict output question Life cycle methods in react middlewares in react redux redux architecture virtual dom unit testing simple js program to use reducer fetch api simple task using grid controlled vs...

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Get interview-ready with Top HARMAN Interview Questions

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

(2 Questions)

  • Q1. Explain Project architecture
  • Ans. 

    Project architecture refers to the layout and structure of a software project, including components, modules, and their interactions.

    • Project architecture defines how different components of a software project are organized and interact with each other.

    • It includes the design of modules, layers, and the flow of data within the system.

    • Common architectural patterns include MVC (Model-View-Controller), Microservices, and La...

  • Answered by AI
  • Q2. Explain Jmeter and components used
  • Ans. 

    JMeter is a popular open-source tool used for performance testing of web applications.

    • JMeter is Java-based and can be used to test the performance of both static and dynamic resources.

    • Components used in JMeter include Thread Group, Samplers, Listeners, Controllers, Timers, Assertions, and Configuration Elements.

    • Thread Group defines the number of users and iterations, Samplers simulate user actions like HTTP requests, L...

  • Answered by AI

Skills evaluated in this interview

Senior Performance Tester Interview Questions asked at other Companies

Q1. explain Jmeter and components used
View answer (1)

Jobs at HARMAN

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. 1. Check all the permutations of palindrome in an array
  • Ans. 

    Find all permutations of palindromes in an array of strings.

    • Iterate through each string in the array.

    • For each string, generate all possible permutations.

    • Check if each permutation is a palindrome.

    • Return the list of palindromic permutations.

  • Answered by AI
  • Q2. 2. Toggle a bit
  • Ans. 

    Toggle a bit in a binary number

    • Convert the number to binary representation

    • Identify the bit position to toggle

    • Toggle the bit using bitwise XOR operator

    • Convert the modified binary number back to decimal

  • Answered by AI
  • Q3. 3. Swap numbers using bit operators
  • Ans. 

    Swapping numbers using bit operators.

    • Use XOR operator to swap two numbers without using a temporary variable

    • XORing a number with itself results in 0

    • Example: a = 5, b = 7. a ^= b; b ^= a; a ^= b; // a = 7, b = 5

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Senior Engineer in Supplier Quality. Interview Questions & Answers

user image Ajit Dilip Chougale

posted on 3 Aug 2023

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 

(4 Questions)

  • Q1. They will ask question about your current profile.
  • Q2. Production Part Approval Process
  • Q3. Measurement systemanalysis
  • Q4. Advance product Quality Planning
Round 3 - HR 

(1 Question)

  • Q1. Hr will negotiate your package
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your expectation
  • Ans. 

    My expectation is to contribute to the continuous improvement of quality processes and products.

    • I expect to work closely with cross-functional teams to identify and resolve quality issues.

    • I anticipate implementing quality control measures to ensure products meet regulatory standards.

    • I look forward to analyzing data and implementing corrective actions to improve overall quality performance.

  • Answered by AI

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 6 interview rounds.

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. It was a 1.5 hours if pure technical round based on python, shell scripting and SQL.
Round 3 - Technical 

(1 Question)

  • Q1. Question on python and shell scripting but tough from 1st round
Round 4 - Technical 

(1 Question)

  • Q1. This is will be techno managerial round and they will ask about project details ans technical questions on deep big data technologies.
Round 5 - Technical 

(1 Question)

  • Q1. This is also same as 3rd round with tough questions.
Round 6 - Technical 

(1 Question)

  • Q1. This was a round arranged specially for me for just rejecting purpose.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ignore from giving interview in this particular organisation as they will not release offer, on the name of product company they will ask you to wait and offer less than what you have in hand and then at the end of the day when all your offers are gone they will reject you by arranging a new round and reject you .

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

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