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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

The round was friendly asked two DSA problem

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list question
  • Q2. Array 2 sum question

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Program for overriding
  • Ans. 

    Overriding allows a subclass to provide a specific implementation of a method already defined in its superclass.

    • Overriding is a feature of OOP that allows a subclass to redefine a method of its superclass.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • Example: If a superclass has a method 'draw()', a subclass can override it to provide a specific drawing ...

  • Answered by AI
  • Q2. Implement your own stl vector
  • Ans. 

    Implementing a custom STL-like vector in C++ with dynamic resizing and basic functionalities.

    • Use a dynamic array to store elements, e.g., 'T* data = new T[capacity];'

    • Implement a constructor to initialize the vector and allocate memory.

    • Add a method for resizing the array when capacity is exceeded, e.g., doubling the size.

    • Provide methods for adding elements, accessing elements, and removing elements.

    • Implement a destructo...

  • Answered by AI

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic and medium level coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Medium and advanced flutter dart question
  • Q2. Normal opps question
Round 3 - Technical 

(2 Questions)

  • Q1. One more client round their they ask regarding flutter and dart
  • Q2. Coding questions on paper

Interview Preparation Tips

Interview preparation tips for other job seekers - If u got better client and better product then u will learn otherwise there will be no learning in service based company.

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)

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.

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

(2 Questions)

  • Q1. Binary search implementation
  • Ans. 

    Binary search is a divide and conquer algorithm for finding a target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target is smaller, update the high index to mid-1; if larger, update the low index to mid+1.

    • Repeat the process until the target is found or the low index surpasses the high index.

  • Answered by AI
  • Q2. Buy highest price stock
  • Ans. 

    The highest price stock may not always be the best investment option due to various factors such as market trends, company performance, and risk tolerance.

    • Consider the company's financial health and performance before investing in the highest price stock.

    • Evaluate market trends and potential risks associated with investing in a high-priced stock.

    • Diversify your investment portfolio to mitigate risk and maximize returns.

    • C...

  • Answered by AI
Round 2 - Coding Test 

Sql command, Docker command, and one leet code medium level question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the basics and do some medium level question leet code

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

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)

Senior Java Developer Interview Questions & Answers

user image Manikanta Sunkara

posted on 22 May 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

They taken more than one hour 15 minutes than expected time ,initially said 2 round of interviews.In addition ,who ever taken the interview just asking from internet and justify our skills.

Round 2 - Coding Test 

I have done coding in 50 minutes,After they said HR round tied up sourcing partner ( IVYGLOBAL) extend the one more round of interview

Round 3 - Case Study 

I don't understand how they expected the draw system design to completed to with in the limited time given,if they truly wanted wnat techinical system design interview they should have a clear understanding of scope of the case study ,they give random feedbacks ,I wouldn't recommed this process with out knowing they scheduling interviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - Recruiter with out knowing the scope of interview level they extend with interview processing ,After two round of interview they committed with will release offer letter but i won't get .it happened with one of colleague as well .I won't recommend this any one.

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Get interview-ready with Top HARMAN Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Technical round was easy. They asked about IP configuration, networking, patches, some testing scenarios.
  • Q2. What is functional Testing and provide some test scenarios of any web application?
  • Ans. 

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Test scenarios for a web application could include testing user authentication functionality

    • Testing search functionality to ensure accurate results are returned

    • Testing form submissions to verify data is being saved correctly

    • Testing navigation links to ensure they lead to the correct pages

  • Answered by AI
  • Q3. How to check the IP of windows machine?
  • Ans. 

    To check the IP of a Windows machine, you can use the command prompt or the network and sharing center.

    • Open Command Prompt and type 'ipconfig' to view the IP address of the machine.

    • Alternatively, go to Control Panel > Network and Sharing Center > Change adapter settings > Right-click on the network connection > Status > Details to find the IP address.

    • You can also use the 'ipconfig /all' command in Command Prompt to vie

  • Answered by AI
  • Q4. Do you know anything about patching?
  • Ans. 

    Patching is the process of updating or fixing software to address security vulnerabilities or bugs.

    • Patching involves applying updates or fixes to software to improve functionality or security.

    • Patch management is important to ensure systems are up to date and secure.

    • Examples of patching include installing Windows updates or updating antivirus definitions.

  • Answered by AI
  • Q5. Difference between 32bit and 64 bit?
  • Ans. 

    32-bit and 64-bit refer to the size of the data types that a processor can handle.

    • 32-bit processors can handle data in 32-bit chunks, while 64-bit processors can handle data in 64-bit chunks.

    • 64-bit processors can access more memory than 32-bit processors (up to 18.4 million TB compared to 4 GB).

    • 64-bit processors can perform more calculations per second than 32-bit processors.

    • 64-bit processors are more efficient for han...

  • Answered by AI

Skills evaluated in this interview

Associate Quality Engineer Interview Questions asked at other Companies

Q1. 1. Program to sort an array 2. Program to find first two large numbers in array 3. Theory Questions on manual testing, Java oops concepts, Java collections, testng, selenium, frameworks 4. Explain framework that has been used in your projec... read more
View answer (1)

Jobs at HARMAN

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Aptitude Test 

1 hour baisc on general aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic interview regarding backgroud, experience

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. About Neo4j Database complex and general questions
  • Q2. Behavioural questions

Top HARMAN Technical Lead Interview Questions and Answers

Q1. 1. How mutex works 2. Howe do you share information between threads? 3. Questions inCompletableFuture? 4. Write a program to show the deadlock condition? 5.
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Accountant Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is accrual accounting ?
  • Ans. 

    Accrual accounting is a method of accounting where revenues and expenses are recorded when they are earned or incurred, regardless of when cash is exchanged.

    • Revenue is recognized when it is earned, not necessarily when cash is received

    • Expenses are recorded when they are incurred, not necessarily when they are paid

    • Accrual accounting provides a more accurate picture of a company's financial position and performance over ...

  • Answered by AI
  • Q2. What you treat prepayment ?
  • Ans. 

    Prepayment is an advance payment made for goods or services before they are received or delivered.

    • Prepayment is recorded as an asset on the balance sheet until the goods or services are received or delivered.

    • Once the goods or services are received or delivered, the prepayment is then recognized as an expense on the income statement.

    • Examples of prepayments include rent paid in advance, insurance premiums, and subscripti

  • Answered by AI

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Smps topology . Communications protocols related problem. Network analysis .

Interview Preparation Tips

Interview preparation tips for other job seekers - One should practice Network analysis .

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

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