Upload Button Icon Add office photos

Filter interviews by

HARMAN Interview Questions, Process, and Tips

Updated 13 Jan 2025

Top HARMAN Interview Questions and Answers

View all 131 questions

HARMAN Interview Experiences

Popular Designations

252 interviews found

I applied via Approached by Company and was interviewed before Sep 2021. 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 

Coding test with concepts on HTML, CSS, JS, Angular

Round 3 - Coding Test 

Advanced coding test with in depth Angular questions

Round 4 - One-on-one 

(3 Questions)

  • Q1. Technical followed by Managerial round
  • Q2. Why you are leaving current organization.
  • Q3. Salary expectations and career growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics with coding on JS. box model, routing, components, custom directives

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)

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Questions on C++
  • Q2. Questions on Qt

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ and Qt well.

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

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Cleared first round for 2nd round they rescheduled it for 4 times and every time I was joining the meeting but there was no one in the meeting it happened for 4th times n they finally scheduled on a Saturday . The person asked me related to java but he doesn't know anything about that such a knowledge less fellow took my interview n finally he is saying sorry it's skills mismatch .they wasted my 5 days of time . The lady who arranged the interview and the person who took my interview both are stupid.

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

I applied via Approached by Company and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java and java8 question, spring boot
Round 2 - Technical 

(1 Question)

  • Q1. Core Java and java8 and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts and explain in good way Don't panic

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

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)

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They will share a screen you can find out the errors
  • Q2. After completion of finiding error we have call for client interview they ask where will last work and about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It wa so comfortabel interview we has to clear aepak with client the client should be foriegner you should talk carefull

Data Entry Executive Interview Questions asked at other Companies

Q1. Means involving the sorts of machines processes and materials used in industry transport and communications.
View answer (2)

Get interview-ready with Top HARMAN Interview Questions

Trainee Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2021

Interview Questionnaire 

1 Question

  • Q1. Can u work 12 hour

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Jobs at HARMAN

View all

Interview Questionnaire 

6 Questions

  • Q1. What is trigger new & old ?
  • Ans. 

    New and old are trigger context variables in Salesforce that store the new and old versions of a record being processed.

    • New stores the updated version of the record being processed in a trigger.

    • Old stores the previous version of the record being processed in a trigger.

    • New and old are used to compare changes made to a record in a trigger.

    • New and old are only available in before and after triggers, not in validation or w

  • Answered by AI
  • Q2. Can we using old method for data update ?
  • Ans. 

    No, using old methods for data update is not recommended.

    • Old methods may not be compatible with new systems

    • Old methods may not have the necessary security measures

    • Using old methods can lead to data corruption or loss

  • Answered by AI
  • Q3. What is diff between SOQL & SOSL ?
  • Ans. 

    SOQL is used to query records from a single object, while SOSL is used to search for records across multiple objects.

    • SOQL is used to retrieve data from a single object based on conditions

    • SOSL is used to search for data across multiple objects based on search terms

    • SOQL supports aggregate functions, while SOSL does not

    • SOQL is case-sensitive, while SOSL is not

    • SOQL queries are limited to 100 records, while SOSL can return

  • Answered by AI
  • Q4. What is governor limit ? why is it there ?
  • Ans. 

    Governor limits are limits enforced by Salesforce to ensure efficient use of shared resources.

    • Governor limits are enforced on Apex code, SOQL queries, DML statements, and other operations.

    • They prevent runaway code from monopolizing shared resources and causing performance issues.

    • Examples of governor limits include limits on CPU time, heap size, and database queries.

    • Developers must design their code to work within these...

  • Answered by AI
  • Q5. What can do for run apex class ? what is get precaution ?
  • Ans. 

    To run an Apex class, we need to create an instance of the class and call its methods. Precautions include testing and avoiding governor limits.

    • Create an instance of the class using the 'new' keyword

    • Call the methods using dot notation

    • Test the class thoroughly before deploying to production

    • Avoid hitting governor limits by optimizing code and limiting queries

  • Answered by AI
  • Q6. What is lightning data services ?
  • Ans. 

    Lightning Data Service is a framework that allows developers to easily access and manipulate data in Salesforce.

    • It provides a standard interface for data manipulation

    • It automatically handles data caching and synchronization

    • It supports CRUD operations on records and fields

    • It can be used with Lightning Components and Apex controllers

  • Answered by AI

Skills evaluated in this interview

Top HARMAN Salesforce Developer Interview Questions and Answers

Q1. What can do for run apex class ? what is get precaution ?
View answer (1)

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (5)

QA Engineer Interview Questions & Answers

user image karthi keyan

posted on 16 Nov 2021

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String reverse
  • Ans. We have to use only business logic
  • Answered by karthi keyan

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Interview Questionnaire 

2 Questions

  • Q1. Totally based on which client you are interviewed for and only client interviews, other rounds are formality
  • Q2. Use case approach mostly

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)

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - One-on-one 

(2 Questions)

  • Q1. About cypress automation tool
  • Q2. Javascripts basics and testing basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Right the correct skills onresume and prepare well be confident

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

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

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 160 HARMAN interviews
Job Portal
Campus Placement
Referral
Company Website
WalkIn
Recruitment Consultant
44%
10%
9%
6%
4%
3%
24% 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
 • 835 Interviews
Samsung Interview Questions
4.0
 • 549 Interviews
LG Electronics Interview Questions
4.0
 • 186 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Sony Interview Questions
4.3
 • 64 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
Technical Project Manager Hardware

Bangalore / Bengaluru

12-16 Yrs

₹ 18.35-33 LPA

NOC Engineer

Pune

1-4 Yrs

Not Disclosed

Celonis Data Architect

Bangalore / Bengaluru

12-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8 L/yr - ₹31 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 - ₹13.8 L/yr

Senior Engineer
929 salaries
unlock blur

₹7.5 L/yr - ₹24.2 L/yr

Senior Product Engineer
914 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