Upload Button Icon Add office photos

Filter interviews by

HARMAN Senior Software Engineer Interview Questions, Process, and Tips

Updated 2 Oct 2024

Top HARMAN Senior Software Engineer Interview Questions and Answers

View all 9 questions

HARMAN Senior Software Engineer Interview Experiences

17 interviews found

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

(2 Questions)

  • Q1. What is broadcast receiver
  • Ans. 

    Broadcast receiver is a component in Android that allows the system to deliver events to the app.

    • Component in Android system

    • Receives and handles broadcast messages

    • Used to respond to system-wide events

    • Registered in the AndroidManifest.xml file

  • Answered by AI
  • Q2. What is intent service
  • Ans. 

    IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.

    • IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.

    • It is typically used for tasks like downloading files, syncing data, or performing any other background task.

    • IntentService runs on a separate worker thread, so it does not interfere with the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about developing innovative software solutions and believe this company aligns with my career goals.

    • Excited about the opportunity to work on cutting-edge technologies

    • Impressed by the company's reputation for fostering a collaborative work environment

    • Seeking a challenging role that allows for professional growth and development

  • Answered by AI
  • Q2. What is your highest qualification
  • Ans. 

    Master's degree in Computer Science

    • Master's degree in Computer Science

    • Specialization in software engineering

    • Thesis on machine learning algorithms

    • Graduated with honors

  • Answered by AI

Skills evaluated in this interview

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.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
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
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:
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. Maps, linked list, Trees, Multidimensional Arrays
Round 3 - One-on-one 

(1 Question)

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

HARMAN interview questions for designations

 Senior Software Development Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (14)

 Senior Software Developer

 (2)

 Associate Software Engineer

 (10)

 Software Testing Engineer

 (1)

 Principal Software Engineer

 (1)

 Senior Dsp Software Engineer

 (1)

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

Get interview-ready with Top HARMAN Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. 2 TECHNICAL AND 1 HR
  • Q2. Coding + theory + practical based question + scenario u faced while facing bugs In depth questions about python, generator, iterator, decorators
  • Q3. Javascripts basic questions, python basic to advance level

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare well and attend

Senior Software Engineer Jobs at HARMAN

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Codings related questions and multichoice option

Round 3 - Technical 

(2 Questions)

  • Q1. Why we hire u in our company?
  • Q2. After 5 years where you look ur self ?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. WAP to check Power of 2
  • Ans. 

    Check if a given number is a power of 2

    • Check if the number is greater than 0

    • Use bitwise AND operation to check if only one bit is set in the binary representation of the number

    • If the result is 0, then the number is a power of 2

  • Answered by AI
  • Q2. RTOs task scheduling process
  • Q3. Realtime Audio data handling, .wav format frame structure.
Round 2 - Technical 

(2 Questions)

  • Q1. Audio protocols - pdm , pcm , tdm , dmic
  • Q2. Fft vs dft , usage of cimsis dsp
  • Ans. 

    FFT is a faster algorithm for calculating DFT. CMSIS DSP is a library for signal processing on ARM Cortex-M processors.

    • FFT is a more efficient algorithm for calculating the Discrete Fourier Transform (DFT).

    • CMSIS DSP is a library provided by ARM for signal processing on Cortex-M processors.

    • CMSIS DSP provides optimized functions for common signal processing tasks like filtering, FFT, and matrix operations.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HARMAN Senior Software Engineer interview:
  • Embedded C
  • Digital Signal Processing
  • Mcu architecture
  • IPC
  • RTOS Concepts
  • Multi core systems
Interview preparation tips for other job seekers - Mostly 1st round is easy focused more on bitwise and some logical questions , 2nd round is totaly based on your project and the job requirements, questions are real life examples from project scope and can only be answered if you have worked on implementing solution for similar problems .

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1- Project explain 2- How was structure independent or independent 3- Any challenges
  • Ans. 

    I led a project to develop a new mobile app, ensuring the code structure was independent and scalable. Faced challenges with tight deadlines and changing requirements.

    • Led project to develop mobile app

    • Ensured code structure was independent and scalable

    • Challenges with tight deadlines and changing requirements

  • Answered by AI
  • Q2. 1- String questions
  • Q3. Maps in java. Some string manipulation question in Js, TS
Round 2 - One-on-one 

(1 Question)

  • Q1. Manageral round

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Prepare well for code questions in any language and data structures + role specific tool n tech.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial + Tech round. Less tech questions, but be prep'd
Round 4 - HR 

(1 Question)

  • Q1. Negotiate as per company's salary band w.r.t the role n no. of years experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fake in resume. Gather better skills. Dont pressurise or make up things too much just to perform better. Be honest while answering. Prepare for code questions well

HARMAN Interview FAQs

How many rounds are there in HARMAN Senior Software Engineer 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 Senior Software Engineer 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 Agile.
What are the top questions asked in HARMAN Senior Software Engineer interview?

Some of the top questions asked at the HARMAN Senior Software Engineer interview -

  1. Any Design patterns explaination if used in previous proj...read more
  2. 1- Project explain 2- How was structure independent or independent 3- Any cha...read more
  3. Fft vs dft , usage of cimsis ...read more
How long is the HARMAN Senior Software Engineer interview process?

The duration of HARMAN Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

HARMAN Senior Software Engineer Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 13 HARMAN interviews
Job Portal
Company Website
62%
8%
30% 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.
HARMAN Senior Software Engineer Salary
based on 1.7k salaries
₹8 L/yr - ₹31.2 L/yr
21% more than the average Senior Software Engineer Salary in India
View more details

HARMAN Senior Software Engineer Reviews and Ratings

based on 142 reviews

4.0/5

Rating in categories

3.5

Skill development

4.0

Work-Life balance

3.9

Salary & Benefits

3.6

Job Security

3.7

Company culture

3.5

Promotions/Appraisal

3.5

Work Satisfaction

Explore 142 Reviews and Ratings
Sr Software Engineer

Bangalore / Bengaluru

3-10 Yrs

₹ 4.85-31.25 LPA

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹8 L/yr - ₹31.2 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.9 L/yr

Senior Engineer
928 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