Upload Button Icon Add office photos

Filter interviews by

Danaher Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top Danaher Interview Questions and Answers

View all 8 questions

Danaher Interview Experiences

Popular Designations

9 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Structure of the application was asked
  • Q2. Detailed API flow was asked for the application

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between stored procedure and Stored functions
  • Ans. 

    Stored procedures are used to perform a set of actions, while stored functions return a single value.

    • Stored procedures can perform multiple actions and can return multiple result sets.

    • Stored functions are used to return a single value and cannot perform DML operations.

    • Stored functions can be used in SELECT statements, while stored procedures cannot be used in SELECT statements.

  • Answered by AI
Round 2 - Coding Test 

Sql query using having clause

Round 3 - One-on-one 

(1 Question)

  • Q1. What is your current role in company

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. 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. 1. What is research analysis? 2. How you search the person with sales navigator with proper keyword? 3. What type of industry you check if person keywords not match ? 4. how will you manage the daily produ...
  • Ans. 

    Research analysis involves interpreting data to draw conclusions and make recommendations.

    • Research analysis involves examining data to identify trends and patterns.

    • It includes interpreting findings to draw conclusions and make recommendations.

    • Examples of research analysis tools include SPSS, Excel, and Tableau.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1. Why you switching your job in a year? 2. what you learn from your skills? 3. how can you see in danaher? 4. what are plans and motives in a danaher? 5. what your plan taking if opportunity arise in dana...

Interview Preparation Tips

Topics to prepare for Danaher Market Research interview:
  • Data Analysis
  • Market Research
  • Biotechnology
  • Company
  • Tools
  • Advanced Excel
Interview preparation tips for other job seekers - I feel focus your skills, and maintain the consistency and concentrate the work you are doing now.

Market Research Interview Questions asked at other Companies

Q1. Suppose a blank(without name and details)detergent packet is given to a customer. What type of questions will you ask from a customer to get insight about your product?
View answer (1)

Product Owner Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 5 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Interview questions were around the product management and the projects done in past.
  • Q2. Team handling queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview was around product management advanced and projects done.
Round 4 - One-on-one 

(1 Question)

  • Q1. This interview was done by the Director who try to understand your though process and will give you scnerios to respond to.
Round 5 - HR 

(1 Question)

  • Q1. HR round for salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to study the Job description very carefully

Product Owner Interview Questions asked at other Companies

Q1. What are the prioritization techniques you use to arrange backlog items?
View answer (3)

Danaher interview questions for popular designations

 Customer Service Associate

 (1)

 Market Research

 (1)

 National Sales Manager

 (1)

 Product Owner

 (1)

 Senior .NET Developer

 (1)

 Senior Quality Engineer

 (1)

 Senior Software Engineer 1

 (1)

ALM SME Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2021

I applied via LinkedIn and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. What was the Database used with ALM
  • Q2. Explain ALM architecture ?
  • Q3. What is load balancer
  • Q4. Explain migration steps
  • Q5. What are the major issues that you observed during ALM migration or during support activities . How did you resolve it? Can you explain it in detail
  • Q6. What are you strength and weakness?
  • Q7. Were do you see you self after 5 years?
  • Q8. Tell me something about yourself?
  • Q9. Reason behind your plan to switch to new company?
  • Q10. List comman issues that you get on a daily base What is you support SLA? Which tool do you user for incident and change management?

Interview Preparation Tips

Interview preparation tips for other job seekers - Total 3 rounds
1st round was scheduled with Technical team
2nd round was with Customer
3rd was HR round for Benefit & salary discussion

Skills evaluated in this interview

finance Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2022

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2021. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Personal information
  • Q2. Reason for job change

Interview Preparation Tips

Interview preparation tips for other job seekers - the HR process takes a long time but overall nice experience

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

Interview Questionnaire 

3 Questions

  • Q1. Write a program to swap two integers without temp variable
  • Ans. 

    Program to swap two integers without using a temporary variable.

    • Use bitwise XOR operation to swap the integers.

    • XORing a number with itself results in 0.

    • XORing a number with 0 results in the same number.

  • Answered by AI
  • Q2. Write a program to check if given string is palindrome
  • Ans. 

    Program to check if given string is palindrome

    • Create a function that takes a string as input

    • Convert the string to lowercase to ignore case sensitivity

    • Remove all non-alphanumeric characters from the string

    • Reverse the string and compare it with the original string

    • If they are the same, return true, else return false

  • Answered by AI
  • Q3. Wrote code to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Radiometer is part of Danaher corporation. Really nice place to work.

Benefits are really nice , if you get a chance to give interview here , don't spoil the opportunity

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal interview, about past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go for this company... Danaher is a big group and i saw 2 position on linkedin and naukri for its group company which is Saphied... interviewer name was Ashwani kumar.. i cracked the interview and its been 1 year waiting for second round and one of the stupid people i have ever seen and one of the cheap company i have ever seen in my life that they r posting the same position on linked in since 1 year and never conduct interviews.. indian management is very poor and company must fire these kind of slaves managers

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (38)

I applied via Recruitment Consultant and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1, Hew did you get your resume shortlisted? A. Use keywords as Danahr uses ATL
  • Q2. What are the tips to succeed in the interview once you are shortlisted? A 1. Know more about the company as its brand is not known bu...
  • Q3. Q. Challenges faced in Danaher? A. 1. Working with diverse teams 2. Follow extreme processes and rigorous MIS 3 Cha...

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice for the interview is to do grooming on soft skilsl as well as technical skills for HR and functional rounds of interview respectively

National Sales Manager Interview Questions asked at other Companies

Q1. Capacity of solar panel , how it works, use of EVA films and future aspects
View answer (1)

Interview questions from similar companies

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

I was interviewed in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about current job responsibilities.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join Roche.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review the job description and prepare for the interview accordingly.

Danaher Interview FAQs

How many rounds are there in Danaher interview?
Danaher interview process usually has 2-3 rounds. The most common rounds in the Danaher interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Danaher 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 Danaher. The most common topics and skills that interviewers at Danaher expect are Life Sciences, Business System, Agile, SQL and Continuous Improvement.
What are the top questions asked in Danaher interview?

Some of the top questions asked at the Danaher interview -

  1. 1. What is research analysis? 2. How you search the person with sales navigator...read more
  2. Write a program to swap two integers without temp varia...read more
  3. Write a program to check if given string is palindro...read more

Tell us how to improve this page.

Danaher Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 200 Interviews
Mettler-Toledo Interview Questions
3.6
 • 22 Interviews
PerkinElmer Interview Questions
4.2
 • 8 Interviews
Illumina Interview Questions
4.0
 • 4 Interviews
View all

Danaher Reviews and Ratings

based on 84 reviews

4.0/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.8

Salary

3.7

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 84 Reviews and Ratings
Market Research
17 salaries
unlock blur

₹2.9 L/yr - ₹5.8 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹10.2 L/yr - ₹28.1 L/yr

Staff Engineer
9 salaries
unlock blur

₹32.3 L/yr - ₹42.6 L/yr

Senior Market Research Analyst
8 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Sales Manager
8 salaries
unlock blur

₹7.5 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Danaher with

Thermo Fisher Scientific

3.9
Compare

Agilent Technologies

4.1
Compare

PerkinElmer

4.2
Compare

Waters Corporation

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