Upload Button Icon Add office photos

Filter interviews by

Igw Involute Gear Interview Questions and Answers

Updated 25 Feb 2024

Igw Involute Gear Interview Experiences

3 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Related to there work professional requirements
Round 2 - HR 

(1 Question)

  • Q1. Regarding previous organisation/family background/salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization for all.Specially for gear manufacturers.

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

Interview Questions & Answers

user image

posted on 6 Nov 2022

I applied via Referral and was interviewed in May 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. 3 different interviews. Immediate reporting officer, HOD, Associate persons
Round 3 - HR 

(1 Question)

  • Q1. Your family background, Your current role,

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep open. Answers if you know the correct one. Technical rounds are tough one. So your preperation is must.

I applied via Naukri.com

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. Regarding cmm inspection program alignment methods and GDNT
Round 3 - HR 

(1 Question)

  • Q1. Last company details ,why your are leaving previous company etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Need full confidence in your each word while you are talking with interview takers.

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

Jobs at Igw Involute Gear

View all

Interview questions from similar companies

I applied via Company Website and was interviewed in Jun 2022. There were 5 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. Before calling for the technical interview, will have skill assessment test for experienced candidates.In this skill assessment test is completely MCQ's based on your skill set and job requirement.
Round 3 - Technical 

(1 Question)

  • Q1. 1. What is the difference between find elements and find element in selenium 2. Oops concept and where you have applied this concept in your framework 3. Explain the framework you are using 4. How to gener...
  • Ans. 

    Interview questions for Senior Quality Engineer position

    • findElements returns a list of web elements while findElement returns a single web element

    • OOPS concepts include inheritance, polymorphism, encapsulation, and abstraction

    • TestNG framework allows for easy test case management and reporting

    • Reports in TestNG can be generated using the TestNG XML file or by using listeners

    • Defect life cycle includes identification, loggi...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. This round is for profile evaluation. In this round also they will ask technical questions based on job description.
Round 5 - HR 

(1 Question)

  • Q1. They will ask company related questions ( why this company)

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best for the coming interview. Prepare well.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked question on UI automation

Interview Preparation Tips

Interview preparation tips for other job seekers - asked technical questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Write the program -> input -> aabbccc. Output -> a2b2c3
  • Ans. 

    Program to count consecutive characters in a string

    • Iterate through the string and compare each character with the next one

    • Maintain a count for each character and append to the output string when a different character is encountered

    • Example: input 'aabbccc' -> output 'a2b2c3'

  • Answered by AI
  • Q2. Write the dynamic xpath (both relative and absolute)
  • Ans. 

    Dynamic xpath is a way to locate elements on a web page based on changing attributes or positions.

    • Use functions like contains(), starts-with(), or ends-with() to create dynamic xpaths

    • Avoid using indexes in xpaths as they can change with page updates

    • Consider using unique attributes or text within the element to create a reliable xpath

  • Answered by AI
  • Q3. API difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update specific fields of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spe

  • Answered by AI
  • Q4. Basic SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on java collects and do write logic using same. Better to practice without IDE (usually interviewer ask to write in note pad or online complier)
Selenium concepts - Waits, Locators and Mouse Actions

Final,
All depends on interviewer mood.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Performance testing why it is important
  • Ans. 

    Performance testing is important to ensure that the system can handle expected user load and provide a good user experience.

    • Identifies bottlenecks and performance issues before they impact users

    • Helps optimize system performance and resource utilization

    • Ensures that the system can handle expected user load and provide a good user experience

    • Examples: load testing, stress testing, endurance testing

  • Answered by AI
  • Q2. Describing different scenarios related to authentication
  • Ans. 

    Authentication scenarios include single sign-on, multi-factor authentication, and passwordless authentication.

    • Single sign-on allows users to access multiple applications with a single set of credentials.

    • Multi-factor authentication requires users to provide two or more forms of identification, such as a password and a fingerprint.

    • Passwordless authentication uses methods such as biometric identification or one-time codes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence and learn from your interview experiences

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs Concept, String program
  • Q2. TestNG annotations, Assertions

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

Igw Involute Gear Interview FAQs

How many rounds are there in Igw Involute Gear interview?
Igw Involute Gear interview process usually has 2-3 rounds. The most common rounds in the Igw Involute Gear interview process are Technical, HR and Resume Shortlist.
How to prepare for Igw Involute Gear 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 Igw Involute Gear. The most common topics and skills that interviewers at Igw Involute Gear expect are CNC Programming, Fixtures, New Product Development, AutoCAD and CNC Milling.
What are the top questions asked in Igw Involute Gear interview?

Some of the top questions asked at the Igw Involute Gear interview -

  1. Regarding cmm inspection program alignment methods and G...read more
  2. 3 different interviews. Immediate reporting officer, HOD, Associate pers...read more

Tell us how to improve this page.

Igw Involute Gear Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Bharat Gears Interview Questions
4.0
 • 21 Interviews
Shanthi Gears Interview Questions
3.5
 • 18 Interviews
Wendt India Interview Questions
3.6
 • 7 Interviews
Premier Interview Questions
3.5
 • 3 Interviews
View all

Igw Involute Gear Reviews and Ratings

based on 19 reviews

3.9/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

4.0

Salary

4.5

Job security

3.6

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
Senior Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Production Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Igw Involute Gear with

Bharat Gears

4.0
Compare

Elecon Engineering

4.3
Compare

Premier

3.5
Compare

Shanthi Gears

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