AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

HARMAN

Compare button icon Compare button icon Compare
3.7

based on 3k Reviews

Play video Play video Video summary
  • About
  • Reviews
    3k
  • Salaries
    23.8k
  • Interviews
    278
  • Jobs
    233
  • Benefits
    136
  • Photos
    3
  • Posts
    2

Filter interviews by

HARMAN Interview Questions and Answers

Updated 11 Jul 2025
Popular Designations

156 Interview questions

An Associate Software Engineer was asked 4w ago
Q. What is the difference between authorization and authentication?
Ans. 

Authentication verifies identity; authorization determines access rights.

  • Authentication is the process of verifying who a user is.

  • Authorization is the process of verifying what a user has access to.

  • Example of authentication: Logging in with a username and password.

  • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

View all Associate Software Engineer interview questions
A Devsecops Engineer was asked 4w ago
Q. Write a Python program to parse JSON data from a given API.
Ans. 

A Python program to fetch and parse JSON data from a specified API endpoint.

  • Use the 'requests' library to make HTTP requests to the API.

  • Parse the JSON response using 'response.json()' method.

  • Handle exceptions using try-except blocks for robust error handling.

  • Example: response = requests.get('https://api.example.com/data')

  • Example: data = response.json()

View all Devsecops Engineer interview questions
A Senior Engineer was asked 1mo ago
Q. Can you describe the Android booting process?
Ans. 

The Android booting process involves several stages from powering on to loading the operating system.

  • 1. Bootloader: Initializes hardware and loads the kernel. Example: Fastboot mode.

  • 2. Kernel: The core of the OS, it manages system resources and hardware. Example: Linux kernel.

  • 3. Init Process: Starts system services and sets up the Android environment. Example: init.rc file.

  • 4. Zygote: Forks to create app processes ...

View all Senior Engineer interview questions
A Senior Software Engineer was asked 3mo ago
Q. Write SQL queries.
Ans. 

SQL queries are used to interact with databases, allowing for data retrieval, manipulation, and management.

  • SELECT Statement: Used to retrieve data from a database. Example: SELECT * FROM users;

  • WHERE Clause: Filters records based on specified conditions. Example: SELECT * FROM users WHERE age > 30;

  • JOIN Operations: Combines rows from two or more tables based on a related column. Example: SELECT orders.id, users.n...

View all Senior Software Engineer interview questions
An Automation Test Engineer was asked 3mo ago
Q. What are annotations in Selenium?
Ans. 

Annotations in Selenium are metadata that provide additional information about test methods and their execution.

  • Annotations help in organizing test cases and managing test execution.

  • @Test: Marks a method as a test method.

  • @Before: Indicates that a method should run before each test method.

  • @After: Indicates that a method should run after each test method.

  • @BeforeClass: Indicates that a method should run once before a...

View all Automation Test Engineer interview questions
A Technical Lead was asked 4mo ago
Q. How do you approach performance tuning in Power BI?
Ans. 

Optimize Power BI performance through data modeling, DAX optimization, and efficient report design.

  • Use star schema for data modeling to improve query performance.

  • Limit the number of visuals on a report page to reduce load times.

  • Optimize DAX calculations by using variables to store intermediate results.

  • Reduce the size of data models by removing unnecessary columns and tables.

  • Utilize aggregations to speed up queries...

View all Technical Lead interview questions
A Manager Sales & Operations was asked 4mo ago
Q. What tools are you an expert in?
Ans. 

I am an expert in using Salesforce CRM, Microsoft Excel, and Google Analytics to track sales performance and optimize operations.

  • Salesforce CRM

  • Microsoft Excel

  • Google Analytics

View all Manager Sales & Operations interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked 5mo ago
Q. Describe a high-level design for a Tic-Tac-Toe game.
Ans. 

Tic Tac Toe game design using a 3x3 grid with players taking turns to place their mark (X or O) to win.

  • Use a 3x3 grid to represent the game board

  • Players take turns to place their mark (X or O) on an empty cell

  • Check for winning conditions after each move (horizontal, vertical, diagonal)

  • Handle tie game when all cells are filled without a winner

View all Senior Software Engineer interview questions
An Android Developer was asked 6mo ago
Q. Explain the MVVM architecture.
Ans. 

MVVM is an architectural pattern used in software development, particularly in Android apps, to separate the user interface from the business logic.

  • MVVM stands for Model-View-ViewModel

  • Model represents the data and business logic

  • View is the UI component that displays the data and interacts with the user

  • ViewModel acts as a mediator between the Model and the View, handling user interactions and updating the Model

  • MVVM...

View all Android Developer interview questions
An Android Developer was asked 6mo ago
Q. Explain the activity lifecycle.
Ans. 

Activity lifecycle refers to the series of states an activity goes through during its lifetime in an Android app.

  • onCreate() - activity is created

  • onStart() - activity becomes visible to the user

  • onResume() - activity is interacting with the user

  • onPause() - activity is partially visible but still running

  • onStop() - activity is no longer visible to the user

  • onDestroy() - activity is being destroyed

View all Android Developer interview questions
1 2 3 4 5 6 7

HARMAN Interview Experiences

278 interviews found

Senior Engineer II Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. It has been quite a while now, so can't recall much though there were 3 main rounds for me
  • Add your answer
  • Q2. Rounds were as below Coding Test (3-4 questions required more of psuedo code) Technical Interview (company interviewer) Client Interview (also technical)
  • Add your answer
Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Everything was fine. The Hr was nice and the manager also.

Round 2 - Technical 

(2 Questions)

  • Q1. What is your experience from your previous work?
  • Ans. 

    I have 5 years of experience working as a Test Engineer in the software industry.

    • Developed and executed test cases to ensure software quality

    • Performed regression testing to identify bugs and issues

    • Collaborated with developers to resolve defects and improve product performance

  • Answered by AI
    Add your answer
  • Q2. Mx experience from my previous work
  • Ans. 

    I have 5 years of experience working as a Test Engineer in the software industry.

    • Developed and executed test cases to ensure software quality

    • Performed regression testing to identify bugs and issues

    • Collaborated with developers to resolve issues and improve product quality

  • Answered by AI
    Add your answer
Anonymous

Android Developer Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Explain activity lifecycle
  • Ans. 

    Activity lifecycle refers to the series of states an activity goes through during its lifetime in an Android app.

    • onCreate() - activity is created

    • onStart() - activity becomes visible to the user

    • onResume() - activity is interacting with the user

    • onPause() - activity is partially visible but still running

    • onStop() - activity is no longer visible to the user

    • onDestroy() - activity is being destroyed

  • Answered by AI
    Add your answer
  • Q2. MVVM Architecture explain
  • Ans. 

    MVVM is an architectural pattern used in software development, particularly in Android apps, to separate the user interface from the business logic.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View is the UI component that displays the data and interacts with the user

    • ViewModel acts as a mediator between the Model and the View, handling user interactions and updating the Model

    • MVVM help...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Interview question
Anonymous

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Coding Test 

Basic string questions
duration 2hr

Round 2 - Technical 

(2 Questions)

  • Q1. About the project
  • Add your answer
  • Q2. Basics of c++ that make differ in c
  • Ans. 

    C++ extends C with object-oriented features, stronger type checking, and standard libraries, enhancing code organization and reusability.

    • Object-Oriented Programming: C++ supports classes and objects, allowing encapsulation and inheritance. Example: class MyClass { ... };

    • Function Overloading: C++ allows multiple functions with the same name but different parameters. Example: void func(int); void func(double);

    • Operator Ov...

  • Answered by AI
    Add your answer
Anonymous

AWS Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to find the greatest from the list of elements within a window range, where window size is 3.
  • Ans. 

    Program to find greatest element in a window of size 3

    • Iterate through the list and maintain a window of size 3

    • Find the maximum element in each window and store it in a separate list

    • Return the list of maximum elements

  • Answered by AI
    Add your answer
  • Q2. Write a pyspark code to create dataframe from multiple list.
  • Ans. 

    Creating a dataframe from multiple lists using PySpark code.

    • Import necessary libraries like pyspark.sql.

    • Create lists of data.

    • Create a SparkSession.

    • Convert lists to RDDs and then to a DataFrame.

    • Display the DataFrame.

  • Answered by AI
    Add your answer
Anonymous

Embedded C Developer Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a structure, Macro and Function differences, Static and Global variables, Dangling Pointer, Storage Classes, Keywords, Preprocessor Directives, Compilation stages, Multithreading
  • Add your answer
  • Q2. Program - Convert integer into structure.
  • Ans. 

    Convert integer into structure in C programming.

    • Define a structure with the required fields.

    • Create a variable of the structure type.

    • Assign the integer value to the appropriate field of the structure.

  • Answered by AI
    Add your answer
Anonymous

Senior Consultant Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Episode creation
  • Add your answer
  • Q2. Describe LOT rules
  • Ans. 

    LOT rules are a set of regulations governing the use of the London Overground Train services.

    • LOT rules include guidelines for ticketing, passenger behavior, and safety regulations.

    • Passengers must have a valid ticket to travel on the London Overground Train services.

    • LOT rules also cover restrictions on luggage size and alcohol consumption on trains.

    • Failure to comply with LOT rules may result in fines or penalties.

  • Answered by AI
    Add your answer
Anonymous

Director Human Resources Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2024

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

(2 Questions)

  • Q1. About my relevant experience and highlights
  • Add your answer
  • Q2. Achivement done in the past
  • Ans. 

    Implemented a new performance management system resulting in a 20% increase in employee productivity.

    • Developed and implemented a new performance management system

    • Collaborated with department heads to gather feedback and make improvements

    • Provided training and support to managers and employees on the new system

    • Analyzed data to track the impact of the new system on employee productivity

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. How I can over come stakeholders challenge
  • Add your answer
  • Q2. HR System knowledge i have
  • Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain your experience which is relevant for the job
  • Add your answer
  • Q2. Overcome changes in the organisation
  • Add your answer
Round 4 - Peer 

(1 Question)

  • Q1. How to partner with HR OPS
  • Add your answer
Anonymous

DSP Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basics of C/C++, OOPs, Signal Processing, Leetcode Easy - 3 questions

Round 2 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Ans. 

    I expect a competitive salary based on my skills, experience, and industry standards for a DSP Engineer.

    • Research industry standards: For example, DSP Engineers typically earn between $80,000 to $120,000 annually depending on experience.

    • Consider my experience: With 5 years in the field, I would expect a salary towards the higher end of the range.

    • Location matters: Salaries can vary significantly by region; for instance, ...

  • Answered by AI
    Add your answer
  • Q2. Next 5 year plan
  • Add your answer
Anonymous

Database Admin Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

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

Moderate Level
Mathematical
Logic Reasoning
English Grammar
Technical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Add your answer
  • Q2. Where do see in next 5 years
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment to begin carrer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about HARMAN?
Ask anonymously on communities.
More about working at HARMAN
  • HQ - Stamford, Connecticut, United States (USA)
  • Consumer Electronics & Appliances
  • 5k-10k Employees (India)
  • Public
  • Automobile
  • IT Services & Consulting

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. A extends B, B extends C, C extends A. Us it possible in Java? W...read more
What are the most common questions asked in HARMAN HR round?

The most common HR questions asked in HARMAN interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...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 Interviews By Designations

  • HARMAN Senior Software Engineer Interview Questions
  • HARMAN Software Engineer Interview Questions
  • HARMAN Software Developer Interview Questions
  • HARMAN Technical Lead Interview Questions
  • HARMAN Senior Engineer Interview Questions
  • HARMAN Associate Software Engineer Interview Questions
  • HARMAN Associate Engineer Interview Questions
  • HARMAN Senior Product Engineer Interview Questions
  • Show more
  • HARMAN Senior Engineer Product Development Interview Questions
  • HARMAN Lead Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Technical Lead Interview Questions
  • Senior Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Associate Engineer Interview Questions
  • Senior Product Engineer Interview Questions
  • Show more
  • Senior Engineer Product Development Interview Questions
  • Lead Engineer Interview Questions

Overall Interview Experience Rating

4/5

based on 251 interview experiences

Difficulty level

Easy 16%
Moderate 70%
Hard 14%

Duration

Less than 2 weeks 75%
2-4 weeks 17%
4-6 weeks 5%
6-8 weeks 1%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Samsung
Samsung Interview Questions
3.9
 • 577 Interviews
Dell
Dell Interview Questions
3.9
 • 406 Interviews
OPPO
OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics
LG Electronics Interview Questions
3.9
 • 228 Interviews
vivo
vivo Interview Questions
4.1
 • 209 Interviews
Godrej & Boyce Manufacturing
Godrej & Boyce Manufacturing Interview Questions
3.9
 • 197 Interviews
Blue Star
Blue Star Interview Questions
4.1
 • 178 Interviews
Philips
Philips Interview Questions
3.8
 • 169 Interviews
Apple
Apple Interview Questions
4.3
 • 150 Interviews
Voltas
Voltas Interview Questions
4.0
 • 150 Interviews
View all

HARMAN Reviews and Ratings

based on 3k reviews

3.7/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.6

Salary

3.4

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 3k Reviews and Ratings
Jobs at HARMAN
HARMAN
Principal Engineer

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

HARMAN
Sr QA Engineer

Gurgaon / Gurugram

3-10 Yrs

Not Disclosed

HARMAN
SAP CPI-DS Solution Architect

Bangalore / Bengaluru

6-11 Yrs

₹ 14.2-25 LPA

Explore more jobs
HARMAN Salaries in India
Senior Software Engineer
1.7k salaries
unlock blur

₹12.4 L/yr - ₹27.5 L/yr

Technical Lead
1.5k salaries
unlock blur

₹19.2 L/yr - ₹33 L/yr

Software Engineer
1.4k salaries
unlock blur

₹5.3 L/yr - ₹16.3 L/yr

Senior Product Engineer
967 salaries
unlock blur

₹10.9 L/yr - ₹19 L/yr

Senior Engineer
960 salaries
unlock blur

₹13.1 L/yr - ₹23.5 L/yr

Explore more salaries
Compare HARMAN with
Samsung

Samsung

3.9
Compare
vivo

vivo

4.1
Compare
OPPO

OPPO

3.9
Compare
Dell

Dell

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • HARMAN Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter