Upload Button Icon Add office photos

Grindwell Norton

Compare button icon Compare button icon Compare

Filter interviews by

Grindwell Norton QA Engineer Interview Questions and Answers

Updated 23 Apr 2024

Grindwell Norton QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Sham Sawant

posted on 23 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you want to change job?
Round 2 - Technical 

(1 Question)

  • Q1. Why you are changing job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About my current working related..asking about some technical related
  • Q2. About company profile and my capable level

Interview Preparation Tips

Interview preparation tips for other job seekers - Very helpful to understood our knowledge level as well as good panel member..

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question related from trade
Round 2 - HR 

(1 Question)

  • Q1. Question related my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Discussion veri politely and HR was veri humble person

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java, J2EE

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 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 - Aptitude Test 

Wide range of aptitude questions including some technical

Round 3 - Technical 

(4 Questions)

  • Q1. Pure technical interview theory + coding
  • Q2. WAP to find the 2nd maximum number
  • Ans. 

    WAP to find the 2nd maximum number in an array

    • Sort the array in descending order and return the 2nd element

    • Iterate through the array and keep track of the maximum and 2nd maximum

    • Use a priority queue to find the 2nd maximum

  • Answered by AI
  • Q3. Explain design patterns
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide a common vocabulary for developers to communicate about solutions to common problems.

    • They can improve code readability, maintainability, and scalability.

    • Examples include the Singleton pattern, Factory pattern, and Observer pattern.

  • Answered by AI
  • Q4. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients should ...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Questions related to hobby
  • Q2. Career expectations related to
  • Q3. Family background discussion

Interview Preparation Tips

Topics to prepare for Saint-Gobain Software Engineer interview:
  • .Net
  • Azure
  • Angular
  • SAP ABAP
Interview preparation tips for other job seekers - Move ahead without a doubt in a mind.. Excellent work culture.. Organisation is known for its values and the respect which everyone shares on the floor

Skills evaluated in this interview

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

(1 Question)

  • Q1. Angualr concepts, pipes, services, modules
Round 3 - One-on-one 

(1 Question)

  • Q1. Question about previous company, work to do in Saint gobain

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your primary skills, concepts, Saint gobain is on hiring spree so high chances to getting selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic Core java , Angular, Hibernate , SpringBoot
Round 2 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Behavioral 

(1 Question)

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good . It took 1 hr technical round and 30 min manager round .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is OOP concept
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: Inheritance allows a class to inherit properties and behaviors from another class.

  • Answered by AI
  • Q2. Advantages of oops
  • Ans. 

    Advantages of OOP include code reusability, modularity, flexibility, and easier maintenance.

    • Code reusability allows for the reuse of classes and objects in different parts of the program.

    • Modularity helps in organizing code into manageable units, making it easier to understand and maintain.

    • Flexibility allows for easy modifications and updates to the code without affecting other parts of the program.

    • Easier maintenance is...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Views on IOT with example
  • Ans. 

    I believe IOT has immense potential to revolutionize various industries by connecting devices and collecting data for analysis.

    • IOT can improve efficiency and productivity by automating processes

    • It can enhance customer experience by providing personalized services

    • IOT can also enable predictive maintenance to reduce downtime

    • Example: Smart home devices like thermostats and security cameras that can be controlled remotely

  • Answered by AI
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java programming questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Codility test consisting of MCQ questions and 2 OOPS design questions or 1 OOPS design question and 1 DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts about inheritance, polymorphism, constructors etc
  • Q2. Detailed work experience and technical questions based on work experience

Interview Preparation Tips

Topics to prepare for Bosch Senior Engineer interview:
  • OOPS
  • ADAS
  • DSA
  • C++
  • Python

Grindwell Norton Interview FAQs

How many rounds are there in Grindwell Norton QA Engineer interview?
Grindwell Norton interview process usually has 2 rounds. The most common rounds in the Grindwell Norton interview process are HR and Technical.

Tell us how to improve this page.

Grindwell Norton QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 331 Interviews
Thermax Limited Interview Questions
4.1
 • 252 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
Saint-Gobain Interview Questions
4.0
 • 173 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
View all
Grindwell Norton QA Engineer Salary
based on 4 salaries
₹3.1 L/yr - ₹5.5 L/yr
40% less than the average QA Engineer Salary in India
View more details

Grindwell Norton QA Engineer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

2.8

Salary

4.5

Job security

4.5

Company culture

3.6

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Area Sales Incharge
34 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Production Engineer
32 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Area Sales Manager
28 salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Quality Engineer
26 salaries
unlock blur

₹1.8 L/yr - ₹9.3 L/yr

Senior Area Sales Incharge
26 salaries
unlock blur

₹7 L/yr - ₹11.8 L/yr

Explore more salaries
Compare Grindwell Norton with

Carborundum Universal Limited

3.9
Compare

Saint-Gobain

4.0
Compare

Hindustan Abrasives

5.0
Compare

Norton Abrasives

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