Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

HARMAN Interview Questions, Process, and Tips for Freshers

Updated 2 Mar 2025

Top HARMAN Interview Questions and Answers for Freshers

View all 14 questions

HARMAN Interview Experiences for Freshers

Popular Designations

25 interviews found

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
  • 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

Interview Preparation Tips

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

Top HARMAN Android Developer Interview Questions and Answers

Q1. What are SOLID principles in OOP languages?
View answer (1)

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Print the various star patterns
  • Ans. 

    Various star patterns can be printed using loops and nested loops in Python.

    • Use nested loops to print different patterns of stars.

    • Patterns can include right triangle, left triangle, diamond, square, etc.

    • Adjust the number of rows and columns in the loops to create different patterns.

  • Answered by AI
  • Q2. Python basics questions
  • Q3. Played the game for angles and

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contains 35 question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the project
  • Ans. 

    The project is a web application that helps users track their daily water intake and reminds them to stay hydrated.

    • Users can input their daily water consumption and set goals for themselves.

    • The application sends notifications to remind users to drink water throughout the day.

    • Users can view their water intake history and track their progress over time.

  • Answered by AI
  • Q2. Write the code for even number
  • Ans. 

    Code to identify even numbers

    • Use the modulo operator (%) to check if a number is divisible by 2

    • If the remainder is 0, then the number is even

    • Example: int num = 6; if(num % 2 == 0) { // num is even }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Some situational question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Backend development based questions
  • Q2. .

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid joining if you are a fresher graduate. But you can join with experience.

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

HARMAN interview questions for popular designations

 Senior Software Engineer

 (18)

 Software Engineer

 (15)

 Software Developer

 (12)

 Senior Engineer

 (10)

 Associate Software Engineer

 (10)

 Technical Lead

 (9)

 Associate Engineer

 (9)

 Senior Product Engineer

 (8)

Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2024

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

I was interviewed in Mar 2024.

Round 1 - Coding Test 

MCQ based questions w e r e a s k e d 30 min 45 q u e s t i o n s

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are access modifiers
  • Ans. 

    Access modifiers are keywords in C++ that control the visibility and accessibility of class members.

    • Access modifiers include public, private, and protected.

    • Public members are accessible from outside the class.

    • Private members are only accessible within the class.

    • Protected members are accessible within the class and its subclasses.

  • Answered by AI
  • Q2. Explain OOps in C++
  • Ans. 

    Object-oriented programming in C++ involves using classes and objects to organize code and data for better reusability and modularity.

    • Classes are user-defined data types that encapsulate data and functions that operate on that data.

    • Objects are instances of classes that hold data and can call member functions.

    • Inheritance allows classes to inherit properties and behaviors from other classes.

    • Polymorphism enables objects t...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top HARMAN Interview Questions

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. C questions- reverse a string and string pointers related questions,
  • Q2. Autosar concepts like comstack, dcm layers explanation, CanNm related questions

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)

Jobs at HARMAN

View all

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions related to C
  • Q2. Questions about Linux

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. 1. Check all the permutations of palindrome in an array
  • Ans. 

    Find all permutations of palindromes in an array of strings.

    • Iterate through each string in the array.

    • For each string, generate all possible permutations.

    • Check if each permutation is a palindrome.

    • Return the list of palindromic permutations.

  • Answered by AI
  • Q2. 2. Toggle a bit
  • Ans. 

    Toggle a bit in a binary number

    • Convert the number to binary representation

    • Identify the bit position to toggle

    • Toggle the bit using bitwise XOR operator

    • Convert the modified binary number back to decimal

  • Answered by AI
  • Q3. 3. Swap numbers using bit operators
  • Ans. 

    Swapping numbers using bit operators.

    • Use XOR operator to swap two numbers without using a temporary variable

    • XORing a number with itself results in 0

    • Example: a = 5, b = 7. a ^= b; b ^= a; a ^= b; // a = 7, b = 5

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Maps, linked list, Trees, Multidimensional Arrays
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous Project related question. Problem analysis and solution code

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)

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Coding Test 

The coding test consisted of two questions, focusing on simple DP concept and hashing, along with multiple-choice questions.

Round 2 - Technical 

(1 Question)

  • Q1. One question was a brute force implementation and other one was related to heap.
Round 3 - HR 

(1 Question)

  • Q1. Genral HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare according to the requirements of the job role, and the interview will be relatively easy to moderate.

Engineer 1 Interview Questions asked at other Companies

Q1. What is the slenderness ratio, and how does it relate to buckling?
View answer (1)

HARMAN Interview FAQs

How many rounds are there in HARMAN interview for freshers?
HARMAN interview process for freshers usually has 1-2 rounds. The most common rounds in the HARMAN interview process for freshers are Technical, Resume Shortlist and One-on-one Round.
How to prepare for HARMAN interview for freshers?
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 C++, Troubleshooting, Agile Coaching, Automation and C.
What are the top questions asked in HARMAN interview for freshers?

Some of the top questions asked at the HARMAN interview for freshers -

  1. What is ticketing tool? Describe tha...read more
  2. What is subnet?? What is subnet of 1...read more
  3. What is DHCP,D...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 Freshers

based on 12 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 823 Interviews
Samsung Interview Questions
3.9
 • 545 Interviews
LG Electronics Interview Questions
4.0
 • 195 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
Bose Interview Questions
3.8
 • 5 Interviews
Jbl Interview Questions
3.8
 • 3 Interviews
Sennheiser Interview Questions
4.9
 • 1 Interview
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
Mainframe Developer

Bangalore / Bengaluru

6-7 Yrs

Not Disclosed

Java Full Stack Developer with Spring Batch

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

AI-ML with LLM, Semantic Kernel and Agentic Frameworks

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
929 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
904 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HARMAN with

Bose

3.8
Compare

Jbl

3.8
Compare

Sennheiser

4.9
Compare

Sony

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