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

I was interviewed in Jul 2022.

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. What are kotlin scope functions?
  • Ans. 

    Kotlin scope functions are functions that allow concise code block execution on an object.

    • Kotlin scope functions include let, run, with, apply, and also.

    • They are used to simplify code and avoid repetitive variable references.

    • For example, 'with' can be used to execute multiple operations on an object without repeating its name.

    • Similarly, 'apply' can be used to initialize an object's properties without repeating its name...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare kotlin interview questions from Interview bit

Android App Developer Interview Questions asked at other Companies

Q1. Activity launch modes Activity lifecycle Program to find second largest number in an array Singleton implementation
View answer (1)

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Internal working of hashmap, java 8 features, sorting array program
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot annotations, sonar, junit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java array programs

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. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)
Round 1 - Technical 

(1 Question)

  • Q1. Prepare on Below points 1. About your testing knowledge, components, features u have tested. 2. Knowledge on capturing logs n bug life cycle. Test case creation, review,etc. 3. Knowledge on tools used n g...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Advance on whatever you have gone in first round.
2. Automation skills.

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is copy constructor? Write Syntax? Why there's const and & in the syntax of copy constructor.
  • Ans. 

    Copy constructor creates a new object by copying an existing object.

    • Copy constructor is used to create a new object by copying an existing object.

    • Syntax: ClassName(const ClassName& obj)

    • The const keyword ensures that the original object is not modified.

    • The & symbol is used to pass the object by reference, which is more efficient than passing by value.

    • Copy constructor is automatically called when a new object is created

  • Answered by AI
  • Q2. Major Pillar of OOPS, Abstraction vs Encapsulation
  • Ans. 

    Abstraction and Encapsulation are two major pillars of OOPS.

    • Abstraction is the process of hiding complex implementation details and showing only the necessary information to the user.

    • Encapsulation is the process of wrapping data and methods into a single unit and restricting access to the data from outside the unit.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation is achieved through access ...

  • Answered by AI
  • Q3. Casting Operators in C++, dynamic_cast when it is used?
  • Ans. 

    dynamic_cast is used in C++ to perform safe downcasting of polymorphic types.

    • dynamic_cast is used to convert a pointer/reference of a base class to a pointer/reference of a derived class.

    • It is used when we want to access a derived class member function or variable using a base class pointer/reference.

    • If the conversion is not possible, dynamic_cast returns a null pointer for pointers or throws a bad_cast exception for r

  • Answered by AI
Round 2 - Client Interview 

(3 Questions)

  • Q1. What platform you worked on? Linux, Windows? System configuration?
  • Ans. 

    I have worked on both Linux and Windows platforms with various system configurations.

    • Proficient in Linux command line interface and shell scripting

    • Experience in Windows Server administration and Active Directory management

    • Familiarity with virtualization technologies such as VMware and VirtualBox

    • Knowledge of system configuration management tools like Ansible and Puppet

  • Answered by AI
  • Q2. What is Q_Object Macro in Qt?
  • Ans. 

    Q_Object Macro is a Qt macro used to declare a class as a QObject.

    • Q_Object Macro is used to enable signals and slots mechanism in a class.

    • It is used to declare a class as a QObject and to inherit from QObject.

    • It is used to enable the use of Qt's meta-object system in a class.

    • It is used to enable dynamic properties and object names in a class.

  • Answered by AI
  • Q3. Connect statement in Qt qnd it's parameters? MOC compiler in Qt?
  • Ans. 

    Connect statement is used to connect signals and slots in Qt. MOC compiler generates meta-object code for Qt classes.

    • Connect statement connects a signal to a slot or a signal to another signal.

    • Parameters of connect statement include sender object, signal name, receiver object, slot name, and optional connection type.

    • MOC compiler generates meta-object code for Qt classes which enables features like signals and slots, in

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Reason to leave your current company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions asked were on basics of C++.

Skills evaluated in this interview

Top HARMAN Senior Engineer Product Development Interview Questions and Answers

Q1. What is copy constructor? Write Syntax? Why there's const and & in the syntax of copy constructor.
View answer (1)

Senior Engineer Product Development Interview Questions asked at other Companies

Q1. What is copy constructor? Write Syntax? Why there's const and & in the syntax of copy constructor.
View answer (1)

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

I applied via Campus Placement and was interviewed before Apr 2022. There were 2 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. Few technical questions related to c++

Get interview-ready with Top HARMAN Interview Questions

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about yourself
  • Q3. Mentioned all my internship experience and projects which i have done due to MBA and explained my education background with personal informations.

Interview Preparation Tips

Topics to prepare for HARMAN Associate Talent Acquisition interview:
  • Human Resource Management
  • Business Communication
  • Talent Acquisition
  • IT
Interview preparation tips for other job seekers - It's a great feeling to crack the interview of Harman Connected Services, they always focus on your understanding about the job role and functional facts. Candidates must have focus on their technicality and approach towards the job before came on interview.

Associate Talent Acquisition Interview Questions asked at other Companies

Q1. What are the job boards you habe used to source the quality candidates?
View answer (1)

Jobs at HARMAN

View all

I applied via Naukri.com and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Not remember, and anyways questions don't always remain same
Round 2 - Technical 

(1 Question)

  • Q1. Don't want to disclose
Round 3 - Coding Test 

Not remember. it was old

Round 4 - Technical 

(1 Question)

  • Q1. Not remember, it was old
Round 5 - HR 

(1 Question)

  • Q1. Normal hr questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't at all think of attending interview, you can even crack but my recommendation would be not join this company.

People always get confused with the name "Harman", there are two units, "Harman International" and "Harman Connected Services", if you're getting chance to work in Harman International, then ok, go for it, otherwise just think you're going to work in Infosys if you're joining Harman Connected Services. Decision is all yours,,

I resigned from Harman after 7 months only. Harman policies are also so bad, you can't think that whatever you're being told at the time of interview, same think you'll get after joining.

In my experience this is a waste company and seekers should simply boycott this.

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. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2022

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic and some coding questions Write singleton Classes with example
  • Q2. Some algorithms like palindrome number solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for algorithm and data structure before applying.

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Self Introduction.
  • Q2. Previous project details & my role in the project
  • Q3. ADAS experience in the previous project.
  • Q4. Python Basics
  • Q5. Testing scenarios.
  • Q6. Write test cases on water bottle.
  • Ans. 

    Test cases for water bottle

    • Check for leaks when filled with water

    • Test the durability of the bottle by dropping it from different heights

    • Check if the cap is tight enough to prevent spills

    • Test the temperature retention capabilities of the bottle

    • Check if the bottle is easy to clean and maintain

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong technical knowledge and read the basics well before your interview.

Skills evaluated in this interview

Senior Product Engineer Interview Questions asked at other Companies

Q1. Imagine an attack and guide through all steps involved to determine a Risk value. What is Feasibility ? What is impact and how risk is related to these factors ?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very easy and basic aptitude Questions

Round 2 - Coding Test 

Basic level of DSA question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic much The interview is easy.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

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
Java Full Stack Developer

Bangalore Rural,

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Technical Lead

Bangalore / Bengaluru

5-13 Yrs

₹ 13-27.75 LPA

Senior Engineer II, Program Management

Gurgaon / Gurugram

4-8 Yrs

Not Disclosed

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