Upload Button Icon Add office photos

Filter interviews by

Diversey India Hygiene National Account Manager Interview Questions and Answers

Updated 9 May 2022

Diversey India Hygiene National Account Manager Interview Experiences

1 interview found

I applied via Recruitment Consulltant

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 - One-on-one 

(1 Question)

  • Q1. Why Diversey is suitable for you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for sales warriors rest all go through

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • 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 so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Self introduction
  • Q2. Question from my resume, medical device classification , medical standards, risk management
  • Q3. DFMEA, FMEA
  • Q4. GD&T processes
  • Q5. Exposure on cad software tools
  • Q6. Sustenance, product knowledge, mechanical fundamental, medical industry fundamental
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Not Acceptable to disclose
  • Q2. Not Acceptable to disclose
Round 2 - Technical 

(2 Questions)

  • Q1. Not Acceptable to disclose
  • Q2. Not Acceptable to disclose
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Who's use the Scr realy ?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Why you left your last organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR and operations manager seemed to be present solely to reject candidates. Out of four individuals shortlisted, three were dismissed due to a perceived lack of experience, confidence, and communication skills. In my case, the interview went well, yet the only justification for my rejection was a concern over a longer joining period, suggesting I might accept a position elsewhere if offered a better job title and salary. This presents an unprofessional and biased perspective. It is advisable to consider hiring more qualified individuals in the future, as such attitudes could harm the organization.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your last company products
  • Q2. SMC product knowledge
Round 2 - HR 

(2 Questions)

  • Q1. About notice period and package discussed
  • Q2. Final discussion about joining

Diversey India Hygiene Interview FAQs

How many rounds are there in Diversey India Hygiene National Account Manager interview?
Diversey India Hygiene interview process usually has 2 rounds. The most common rounds in the Diversey India Hygiene interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Procter & Gamble Interview Questions
4.2
 • 113 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
Rio Tinto Interview Questions
3.5
 • 39 Interviews
View all

Diversey India Hygiene National Account Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Territory Manager
65 salaries
unlock blur

₹8.5 L/yr - ₹14.9 L/yr

Territory Manager
43 salaries
unlock blur

₹5.5 L/yr - ₹10.7 L/yr

Key Account Manager
23 salaries
unlock blur

₹10.5 L/yr - ₹32 L/yr

Business Development Manager
20 salaries
unlock blur

₹10.1 L/yr - ₹18 L/yr

Area Sales Manager
17 salaries
unlock blur

₹14.2 L/yr - ₹27.8 L/yr

Explore more salaries
Compare Diversey India Hygiene with

Ecolab

3.8
Compare

3M

4.3
Compare

Godrej Industries

4.2
Compare

Hindustan Unilever

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