Upload Button Icon Add office photos

HARMAN

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HARMAN Senior Engineer Product Development Interview Questions, Process, and Tips

Updated 24 Jun 2024

Top HARMAN Senior Engineer Product Development Interview Questions and Answers

  • Q1. What is copy constructor? Write Syntax? Why there's const and & in the syntax of copy constructor.
  • Q2. A sequence of number is given, Find one of the given number by providing optimum solution? You need to ask the interviewer if the it is sorted or not and then discussion ...read more
  • Q3. What are the Design PAtterns wou have used with explanation ?
View all 9 questions

HARMAN Senior Engineer Product Development Interview Experiences

6 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. A sequence of number is given, Find one of the given number by providing optimum solution? You need to ask the interviewer if the it is sorted or not and then discussion on different types of sorts.
  • Ans. 

    Ask if the sequence is sorted and discuss different types of sorts to find the given number.

    • Ask if the sequence is sorted to determine the best approach.

    • Discuss different types of sorts like bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.

    • Choose the most efficient sorting algorithm based on the size of the sequence and the given number.

  • Answered by AI
  • Q2. What are the Design PAtterns wou have used with explanation ?
  • Ans. 

    Design patterns are reusable solutions to common problems in software design. Some commonly used patterns include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects s...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Discussion on previous technologies used ?
  • Ans. 

    Discussed previous technologies used in product development including CAD software, simulation tools, and prototyping methods.

    • Utilized CAD software such as SolidWorks for 3D modeling and design

    • Employed simulation tools like ANSYS for analyzing structural integrity and performance

    • Utilized rapid prototyping methods such as 3D printing to create physical prototypes for testing

  • Answered by AI
  • Q2. What are the new technology you are learning ? What you will be working on if got selected and package discussion

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is copy constructor? Write Syntax? Why there's const and & in the syntax of copy constructor.
  • Ans. 

    Copy constructor creates a new object by copying an existing object.

    • Copy constructor is used to create a new object by copying an existing object.

    • Syntax: ClassName(const ClassName& obj)

    • The const keyword ensures that the original object is not modified.

    • The & symbol is used to pass the object by reference, which is more efficient than passing by value.

    • Copy constructor is automatically called when a new object is created

  • Answered by AI
  • Q2. Major Pillar of OOPS, Abstraction vs Encapsulation
  • Ans. 

    Abstraction and Encapsulation are two major pillars of OOPS.

    • Abstraction is the process of hiding complex implementation details and showing only the necessary information to the user.

    • Encapsulation is the process of wrapping data and methods into a single unit and restricting access to the data from outside the unit.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation is achieved through access ...

  • Answered by AI
  • Q3. Casting Operators in C++, dynamic_cast when it is used?
  • Ans. 

    dynamic_cast is used in C++ to perform safe downcasting of polymorphic types.

    • dynamic_cast is used to convert a pointer/reference of a base class to a pointer/reference of a derived class.

    • It is used when we want to access a derived class member function or variable using a base class pointer/reference.

    • If the conversion is not possible, dynamic_cast returns a null pointer for pointers or throws a bad_cast exception for r

  • Answered by AI
Round 2 - Client Interview 

(3 Questions)

  • Q1. What platform you worked on? Linux, Windows? System configuration?
  • Ans. 

    I have worked on both Linux and Windows platforms with various system configurations.

    • Proficient in Linux command line interface and shell scripting

    • Experience in Windows Server administration and Active Directory management

    • Familiarity with virtualization technologies such as VMware and VirtualBox

    • Knowledge of system configuration management tools like Ansible and Puppet

  • Answered by AI
  • Q2. What is Q_Object Macro in Qt?
  • Ans. 

    Q_Object Macro is a Qt macro used to declare a class as a QObject.

    • Q_Object Macro is used to enable signals and slots mechanism in a class.

    • It is used to declare a class as a QObject and to inherit from QObject.

    • It is used to enable the use of Qt's meta-object system in a class.

    • It is used to enable dynamic properties and object names in a class.

  • Answered by AI
  • Q3. Connect statement in Qt qnd it's parameters? MOC compiler in Qt?
  • Ans. 

    Connect statement is used to connect signals and slots in Qt. MOC compiler generates meta-object code for Qt classes.

    • Connect statement connects a signal to a slot or a signal to another signal.

    • Parameters of connect statement include sender object, signal name, receiver object, slot name, and optional connection type.

    • MOC compiler generates meta-object code for Qt classes which enables features like signals and slots, in

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Reason to leave your current company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions asked were on basics of C++.

Skills evaluated in this interview

Senior Engineer Product Development Interview Questions Asked at Other Companies

asked in HARMAN
Q1. What is copy constructor? Write Syntax? Why there's const and &am ... read more
asked in VisionTek
Q2. 1. Why do you want to switch 2. Current CTC and expected CTC Nego ... read more
asked in HARMAN
Q3. A sequence of number is given, Find one of the given number by pr ... read more
asked in HARMAN
Q4. What are the Design PAtterns wou have used with explanation ?
asked in HARMAN
Q5. What platform you worked on? Linux, Windows? System configuration ... read more

Interview Questionnaire 

2 Questions

  • Q1. .net core authentication and middleware questions
  • Q2. Regarding c# basic questions

I applied via Approached by Company and was interviewed before Sep 2021. There were 4 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Coding test with concepts on HTML, CSS, JS, Angular

Round 3 - Coding Test 

Advanced coding test with in depth Angular questions

Round 4 - One-on-one 

(3 Questions)

  • Q1. Technical followed by Managerial round
  • Q2. Why you are leaving current organization.
  • Q3. Salary expectations and career growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics with coding on JS. box model, routing, components, custom directives

HARMAN interview questions for designations

 Product Development Engineer

 (1)

 Associate Product Development Engineer

 (3)

 new Product Development Engineer

 (1)

 Software Engineer Product Development

 (3)

 Product Engineer

 (3)

 Senior Product Engineer

 (8)

 Senior Software Development Engineer

 (1)

 Associate Product Engineer

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Totally based on which client you are interviewed for and only client interviews, other rounds are formality
  • Q2. Use case approach mostly

Get interview-ready with Top HARMAN Interview Questions

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about oops concept, android and data structure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Defend what you have written in your cv.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Off-campus interviews in Bangalore

Interview Preparation Tips

Round: Test
Experience: Only a few students will get shortlisted who do all the questions correctly.

Round: Other Interview
Experience: First 4 rounds on day 1 and this are just to shortlist for more rounds on some other day.
Tips: They will focus on almost all the concepts of computer science.You need to practice a lot and start it right now. Should be easy if you have prepared well enough. Use your holidays to start preparing for placements.

General Tips: Sooner you start, better your placement will be as lack of practice & last day study works only for exams but never for interviews. You'll get enough time to prepare for interviews once you get shortlisted. Focus on it even if you are placed already.
Skill Tips: They will focus on almost all the concepts of computer science.
Skills: C , Aptitude
College Name: NIT SURATHKAL

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: On-site interview (5 hours).

4 back-to-back 45-minute coding interviews, followed by a design interview, with a lunch break with a Googler in the middle.

The first coding interview was a set of (surprisingly) trivial (no algorithms needed) incremental coding questions.

The two next coding interviews were problems straight from the "Cracking the coding interview" book. Even though I divulged that I'd solved pretty much exactly the same problem before, they didn't give me an alternative problem and I quickly coded up a general and optimal solution for the problems. Follow-up in-depth questions were minimal and not hard.

The last coding question was a pure algorithm question related to search trees/tries. No coding required, spent the whole time reasoning about the most effective algorithm. This was a bit of a brain twister.

The design question was related to high-level system design (not OO design) for storage and search in geographic data. Focus was effective search as well as scalability both in traffic and data volumes.

Tips: Read "Cracking the coding interview" or other similar literature. Solve all the problems and you should be good to go. If you solve a bunch of problems at HackerRank (or similar) as well, you'll have the added bonus of training on how to generalize the algorithms.

Software Developer Interview Questions & Answers

Samsung user image Gaurav Srikant Mokhasi

posted on 3 Dec 2015

Interview Preparation Tips

Round: PRE PLACEMENT OFFER
Experience: Interns (both CS and IT) were selected in my third year. Pre-placement offers were rolled out to 16 of us which was roughly a conversion ratio of 1:3. A couple of ECE hires were added when SRI-B visited campus later.

General Tips: If you're in CS or IT, this is the only format your resume should be in: -----
Take your internship seriously. Have fun and all but also get your project done. It's not the end of the world if you don't get a PPO. Campus placements are tension-filled, no doubt, but a lot of people get equally good if not better jobs after missing out on PPOs.
Make sure you talk to your manager about the PPO process. She will be the one giving you your final review. So ensure that she knows you want the job. Prepare a fancy presentation for the HR. By fancy, I mean slick and professional. Think Apple, not flashy Microsofty graphics and stupid word art.
Skill Tips: Google GSAT (Global Samsung Aptitude Test) a week before the test and make sure you practice some similar CAT type questions. Questions are of medium difficulty and time management is a real issue (most of us were unable to finish properly). - I didn't have to use these but I've heard good things about codechef/topCoder and books such as Cracking the Coding Interview by Gayle Laakmann McDowell.
Skills:
College Name: NIT Surathkal

Software Engineer Interview Questions & Answers

Samsung user image Shubham Srivastava

posted on 5 Feb 2016

Interview Preparation Tips

Round: Test
Experience: Written round: One programming question of 3 hours duration.All test cases were to passed.
Duration: 3 hours minutes
Total Questions: 1

Round: Technical Interview
Experience:
There were two rounds : tech PI and HR round.
A.Tech. PI: Firstly,interviewer went through my whole resume.He started asking questions from project done during summer internship.Questions were:
1.What is he project about?
2.Difference between 3G and 4G.
3.What is the aim of this research internship?
4.How much was i able to complete in two months?(I told that i am continuing as major project,since in two months time i could not get desired result).

Then, he went onto programming language i was comfortable. I answered C.
1.sizeof("shubham")
strlen("shubham")
I was asked to write output.Output would be 8 and 7. He asked why. Basic concepts should be clear.
2.Storage Classes in C-asked me concept and gave some questions to write output.
3.Constant pointers and pointers to constant. Asked to write output of snippets he gave.
4.malloc,caloc,realloc,free-syntax
5.Questions on pointers.

Basic concepts of let us C were asked mostly,that book is enough . Also see, GEEKSFORGEEKS, C section.

Operating System: Mutex and Semaphore,critical Section, Scheduling algorithms, Producer-Consumer Problem.
(Data Structures was not asked to me but others.)

Puzzles:
1. Maximum run a batsman can make in 50 overs.
2.There are 10 coins. 5 face head side and 5 as tail. You are blind folded.Make two piles of equal number of coins such that number of head in equal in both the piles.
Assumption:You can flip coin any number of times.

Question: Why do you want to join Samsung ,though placed in other company?

Questions: Any plans of future studies. I answered 'NO' only job.

Last question: Any question I would like to ask them. I asked what work would be doing in R&D. He explained me a lot of things.
Tips: 1.Be thorough with your project(done during internship or training) . You should be able to answer almost all the questions.
2.Study operating system very well if you plan to sit in samsung R&D.
3.Data structures and any one programming language.
4.Prepare puzzles as it can be asked by anyone. See programmerinterview.com etc.
5.Refer samsung archives of GEEKSFORGEEKS . Interview questions were mostly covering those.

Round: HR Interview
Experience: 1.Introduce yourself.
2.How would your friends describe you?
3.Tell the recent experiences of which makes you initiative.(i told that i am initiative,then he asked that question. So be ready with the examples,when u say any of your qualities.)
4.What is your weakness?
5.Puzzles.He asked me to fill the numbers from 1 to 8 in these 8 boxes, one number exactly once, such that no two consecutive elements are
adjacent(diagonally, horizontally or vertically) to each other.

-----/
6.Which places in India have you been?


Skills: Solving Logic Puzzles, Basic C/C++, Data Structures, Operating Systems
College Name: NIT Raipur
Contribute & help others!
anonymous
You can choose to be anonymous

HARMAN Interview FAQs

How many rounds are there in HARMAN Senior Engineer Product Development interview?
HARMAN interview process usually has 3 rounds. The most common rounds in the HARMAN interview process are Technical, HR and Coding Test.
How to prepare for HARMAN Senior Engineer Product Development 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 Senior Engineer Product Development interview?

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

  1. What is copy constructor? Write Syntax? Why there's const and & in the syntax o...read more
  2. A sequence of number is given, Find one of the given number by providing optimu...read more
  3. What are the Design PAtterns wou have used with explanatio...read more

Recently Viewed

INTERVIEWS

Airblack

No Interviews

INTERVIEWS

ExxonMobil

No Interviews

INTERVIEWS

Brakes India

No Interviews

CAMPUS PLACEMENT

MES College of Engineering, Malapuram

CAMPUS PLACEMENT

SRM university (SRMU)

INTERVIEWS

Brakes India

No Interviews

INTERVIEWS

Brakes India

No Interviews

INTERVIEWS

Airblack

No Interviews

INTERVIEWS

Brakes India

No Interviews

INTERVIEWS

HARMAN

5.6k top interview questions

Tell us how to improve this page.

HARMAN Senior Engineer Product Development Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 821 Interviews
Samsung Interview Questions
3.9
 • 543 Interviews
Dell Interview Questions
4.0
 • 385 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Vivo Interview Questions
4.1
 • 192 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Daikin Interview Questions
4.2
 • 144 Interviews
View all
HARMAN Senior Engineer Product Development Salary
based on 838 salaries
₹7 L/yr - ₹26 L/yr
16% more than the average Senior Engineer Product Development Salary in India
View more details

HARMAN Senior Engineer Product Development Reviews and Ratings

based on 98 reviews

3.7/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 98 Reviews and Ratings
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
931 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