Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

HARMAN Interview Questions, Process, and Tips for Experienced

Updated 6 Apr 2025

Top HARMAN Interview Questions and Answers for Experienced

View all 61 questions

HARMAN Interview Experiences for Experienced

Popular Designations

134 interviews found

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:
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. 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)

Warehouse Supervisor Interview Questions & Answers

user image Mayappa Ramu Malatwadkar

posted on 21 May 2024

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

(1 Question)

  • Q1. Make a invoice creation SAP T code
  • Ans. 

    The SAP T code for invoice creation is VF01.

    • Open SAP and enter T code VF01 in the command field

    • Enter the necessary details such as customer number, material number, quantity, etc.

    • Save the invoice once all details are entered

  • Answered by AI

Skills evaluated in this interview

Warehouse Supervisor Interview Questions asked at other Companies

Q1. Define Arival & Dispatch ? What is Transportations.
View answer (3)

SQL Developer Interview Questions & Answers

user image Teja Gaddam

posted on 3 Jun 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - Group Discussion 

The only way to do this would be if you twotwiwtw

Round 3 - One-on-one 

(4 Questions)

  • Q1. Hey there I’m on the road I should probably stop and pick you guys something to drink or do something to drink I just don’t want you guys
  • Q2. The first time you have a
  • Q3. Yyyyyy this looks like the
  • Q4. The first time you have a chance at

Interview Preparation Tips

Interview preparation tips for other job seekers - The first thing you need to know is how to use your computer

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

What people are saying about HARMAN

View All
a development consultant
2w (edited)
Harman VS Deloitte VS MPhasis
Which company should I join as QA having 5.5 yrs of exp?
Got a question about HARMAN?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask basic question for android

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

HARMAN interview questions for popular designations

 Senior Software Engineer

 (19)

 Software Engineer

 (16)

 Software Developer

 (13)

 Technical Lead

 (11)

 Senior Engineer

 (10)

 Associate Software Engineer

 (10)

 Associate Engineer

 (9)

 Senior Product Engineer

 (8)

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour time and java ,manual ,automation topic

Round 2 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Q2. Personal question

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)

Get interview-ready with Top HARMAN Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 19 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How DLP works? Day to day roles and responsibilities?

Jobs at HARMAN

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(5 Questions)

  • Q1. Question related to C++11 fetaures and STL libraries
  • Q2. Doubly linked list complete implementation
  • Ans. 

    Doubly linked list is a data structure with nodes having pointers to both previous and next nodes.

    • Each node has a 'prev' and 'next' pointer

    • Insertion and deletion can be done at any position

    • Traversal can be done in both directions

  • Answered by AI
  • Q3. Oops concepts and use in real time project
  • Ans. 

    Oops concepts are fundamental to software engineering and are used in real-time projects for better code organization and maintenance.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple types of objects.

    • Abstraction: Focusing on essential features and ignoring implem...

  • Answered by AI
  • Q4. Linux basic commands usage
  • Ans. 

    Linux basic commands are essential for any software engineer. They include commands for file management, system monitoring, and networking.

    • File management commands: ls, cd, mkdir, rm, cp, mv

    • System monitoring commands: top, ps, df, free, uptime

    • Networking commands: ping, traceroute, netstat, ifconfig

    • Other useful commands: grep, tar, ssh, chmod, chown

    • It's important to understand the syntax and options for each command.

    • Exa...

  • Answered by AI
  • Q5. Any Design patterns explaination if used in previous project
  • Ans. 

    Yes, I have used the Factory and Singleton design patterns in my previous project.

    • I used the Factory pattern to create objects of different classes based on a common interface.

    • This helped in reducing the coupling between the client code and the implementation classes.

    • I used the Singleton pattern to ensure that only one instance of a class is created and used throughout the application.

    • This helped in reducing the memory...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and detailed information

Skills evaluated in this interview

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
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 

(2 Questions)

  • Q1. Performance Testing Life Cycle
  • Q2. Basics of Performance Testing Concepts - challenges with scripting, etc
Round 3 - Technical 

(2 Questions)

  • Q1. Explain about project Architecture Overview
  • Q2. Assessing the Scope for performance testing and Test Plan
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to change
  • Q2. Attitude and your Salary Expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It depends on the Interviewer and covers these areas most of the time.

Performance Test Lead Interview Questions asked at other Companies

Q1. 1 Million user handling during load test
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2023

Interview experience
3
Average
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 

(5 Questions)

  • Q1. More about API and Manual testing .SQL?
  • Q2. More on protocals?
  • Q3. Test queations onregression
  • Q4. On test planing
  • Q5. Test Estimations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on waht you hav ein resume

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Virtual function, smart pointers, IPC

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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

HARMAN Interview FAQs

How many rounds are there in HARMAN interview for experienced candidates?
HARMAN interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the HARMAN interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for HARMAN interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the HARMAN interview for experienced candidates -

  1. Activity launch modes Activity lifecycle Program to find second largest number...read more
  2. Write Docker file structure for nginx image,How to resolve Git conflic...read more
  3. why is string immuta...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 for Experienced

based on 78 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 552 Interviews
Dell Interview Questions
3.9
 • 390 Interviews
OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Vivo Interview Questions
4.1
 • 198 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
Apple Interview Questions
4.3
 • 140 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
View all

HARMAN Reviews and Ratings

based on 2.8k 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.8k Reviews and Ratings
Sales Specialist

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Emulation FTC

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Analog Mixed Signal (AMS) Verification Engineer

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8.1 L/yr - ₹26.4 L/yr

Technical Lead
1.5k salaries
unlock blur

₹10.5 L/yr - ₹37 L/yr

Software Engineer
1.4k salaries
unlock blur

₹4.1 L/yr - ₹17.2 L/yr

Senior Product Engineer
980 salaries
unlock blur

₹6.5 L/yr - ₹25.2 L/yr

Senior Engineer
961 salaries
unlock blur

₹7.5 L/yr - ₹29.9 L/yr

Explore more salaries
Compare HARMAN with

Samsung

3.9
Compare

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview