Upload Button Icon Add office photos

Filter interviews by

HARMAN Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top HARMAN Interview Questions and Answers

View all 129 questions

HARMAN Interview Experiences

Popular Designations

247 interviews found

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

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy Aptitude basic of knowledge required

Round 2 - Coding Test 

Very Basic DSA skills

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 

(2 Questions)

  • Q1. Explain k means algorithm
  • Ans. 

    K-means algorithm is a clustering algorithm that partitions data into k clusters based on similarity.

    • Iteratively assigns data points to the nearest cluster centroid

    • Calculates new centroids based on the mean of data points in each cluster

    • Repeats until centroids no longer change significantly

    • Used in data mining, image segmentation, and customer segmentation

  • Answered by AI
  • Q2. What process did you follow for data preprocessing
  • Ans. 

    I followed a systematic approach for data preprocessing including data cleaning, normalization, encoding, and feature scaling.

    • Performed data cleaning to handle missing values and outliers

    • Normalized numerical features to bring them to a similar scale

    • Encoded categorical variables using techniques like one-hot encoding

    • Applied feature scaling to ensure all features contribute equally to the model

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1. diff between acf pacf
  • Ans. 

    ACF measures the linear relationship between an observation and its lagged values. PACF measures the direct relationship.

    • ACF (Autocorrelation Function) measures the correlation between an observation and its lagged values.

    • PACF (Partial Autocorrelation Function) measures the correlation between an observation and its lagged values, while removing the indirect effects of intermediate lags.

    • ACF is used to identify the orde...

  • Answered by AI

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Architect Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2022

I applied via LinkedIn and was interviewed in Sep 2021. There were 4 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 - One-on-one 

(1 Question)

  • Q1. OOPs concepts, Kotlin and Android basic to advance, And a coding problem.
Round 3 - One-on-one 

(1 Question)

  • Q1. Android, Kotlin, Koin, Rx, Database
Round 4 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics first to then go for it.

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

HARMAN interview questions for popular designations

 Senior Software Engineer

 (17)

 Software Engineer

 (14)

 Software Developer

 (12)

 Associate Engineer

 (10)

 Associate Software Engineer

 (10)

 Senior Engineer

 (10)

 Technical Lead

 (9)

 Senior Product Engineer

 (8)

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

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 - Coding Test 

1 question on Data Structures and Algorithms

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on project and basic DSA

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)

Get interview-ready with Top HARMAN Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at United College of Engineering & Research, Allahabad and was interviewed before Mar 2022. There were 4 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 - Aptitude Test 

Questions related to quants, reasoning, general aptitude.

Round 3 - Coding Test 

MCQs related to DSA and algorithms, multithreading, shell scripting.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Programming based to real life problems.
  • Q2. Multithreading problems, synchronous and asynchronous task.
  • Q3. Questions related to OOPS concept.
  • Q4. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and algorithms, OOPs concept, Multithreading.

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

Senior Principal Engineer SW architect ADAS Interview Questions & Answers

user image Pradeep Kumar

posted on 8 Nov 2021

Interview Questionnaire 

4 Questions

  • Q1. Multicore, multi threading.
  • Q2. IPC mechanisms
  • Q3. Coonst expr, const constructors
  • Q4. Driver monitoring systems

Interview Preparation Tips

Interview preparation tips for other job seekers - very professional, and good.

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions only. Not much difficult.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round - Technical discussion
2nd round - Technical discussion
3rd round - Project manager discussion
4th round - CTC discussion round with HR

Senior Associate Java Developer Interview Questions asked at other Companies

Q1. hibernate many to many mapping design
View answer (1)

I applied via campus placement at Pune University and was interviewed in Jan 2022. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Had a assignment on the OCR.

Interview Preparation Tips

Topics to prepare for HARMAN Associate Software Engineer interview:
  • Java
  • MySQL
Interview preparation tips for other job seekers - Listen carefully to the question.
Explain the project which is mentioned on your Resume.

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)
Round 1 - Technical 

(1 Question)

  • Q1. Embedded C related interview questions
Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare embedded c language interview questions.

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 98 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 158 HARMAN interviews
Job Portal
Campus Placement
Referral
Company Website
WalkIn
Recruitment Consultant
44%
9%
8%
6%
4%
3%
26% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 814 Interviews
Samsung Interview Questions
4.0
 • 539 Interviews
LG Electronics Interview Questions
4.0
 • 184 Interviews
Philips Interview Questions
3.9
 • 153 Interviews
Apple Interview Questions
4.3
 • 136 Interviews
Sony Interview Questions
4.3
 • 60 Interviews
Bose Interview Questions
3.8
 • 5 Interviews
Jbl Interview Questions
4.0
 • 3 Interviews
Sennheiser Interview Questions
5.0
 • 1 Interview
View all

HARMAN Reviews and Ratings

based on 2.6k reviews

3.8/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

3.5

Job Security

3.7

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 2.6k Reviews and Ratings
MIM Engineer IT

Bangalore / Bengaluru

3-5 Yrs

₹ 4-6 LPA

Java Full Stack Developer

Bangalore Rural,

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Technical Lead

Bangalore / Bengaluru

5-13 Yrs

₹ 13-27.75 LPA

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Technical Lead
1.6k 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
956 salaries
unlock blur

₹7.4 L/yr - ₹24 L/yr

Senior Product Engineer
917 salaries
unlock blur

₹5.8 L/yr - ₹25.2 L/yr

Explore more salaries
Compare HARMAN with

Bose

3.8
Compare

Jbl

4.0
Compare

Sennheiser

5.0
Compare

Sony

4.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview