Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tech Mahindra Team. If you also belong to the team, you can get access from here

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tech Mahindra Quality Manager Interview Questions and Answers

Updated 29 Aug 2024

Tech Mahindra Quality Manager Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions to check client & internal stakeholders management skills
  • Q2. Questions to check knowledge of lean Six sigma & other Quality tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Career achievements
  • Q2. Last project & tools used
  • Ans. 

    Implemented a quality improvement project using Six Sigma methodology and tools such as Fishbone diagram and Control charts.

    • Utilized Six Sigma methodology to identify and address quality issues

    • Created Fishbone diagram to analyze root causes of defects

    • Implemented Control charts to monitor process performance

    • Collaborated with cross-functional teams to implement process improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Capture only those skills in resume in which you are expert

I applied via Referral and was interviewed before Aug 2021. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Basics about experience
Round 3 - Technical 

(1 Question)

  • Q1. Details about current profile and achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with current profile experience, achievements, quality projects and tools, stakeholder management etc

Quality Manager Interview Questions Asked at Other Companies

Q1. What is sig sigma? where it is used and what is the purpose?
Q2. 1. What is contingency plan, 2. What is MSA 3. What is SPC, 4. Wh ... read more
Q3. What is ISO and what is major difference in ISO 2008 : ISO 2015. ... read more
Q4. How you are handling customer inspection? If customer found the d ... read more
Q5. How you will handle your customer, when there is case of field fa ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked about in a manufacturing industry (Medical device) what are the process needs to monitored as per the current Standard ISO 13485 and MDR regulation especially on safety and risk manage...

Interview Preparation Tips

Interview preparation tips for other job seekers - have through knowledge on the above said rules and regulations, any in industry for several years automatically knows it. have all the updates before going for the interview

I was interviewed in Jan 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Experience in Quality tools Explain on Lean project which you have done Explain on Six Sigma project Explain CMMI assessment preparation Risks in the project and as a QA how you help the delivery team Fe...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the aspects covered in resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Strength and weakness
  • Q2. What is your objective to join infosys
  • Ans. 

    My objective to join Infosys is to utilize my skills and experience in quality management to contribute to the company's success.

    • To apply my expertise in quality management to drive continuous improvement in processes and products at Infosys

    • To collaborate with cross-functional teams to ensure adherence to quality standards and regulatory requirements

    • To leverage data analysis and problem-solving skills to identify and a...

  • Answered by AI
  • Q3. Technical areas

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Quality Manager interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Tech Mahindra Quality Manager 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Quality Management, Process Improvement, Customer Service, Six Sigma Black Belt and Continuous Improvement.
What are the top questions asked in Tech Mahindra Quality Manager interview?

Some of the top questions asked at the Tech Mahindra Quality Manager interview -

  1. Questions to check knowledge of lean Six sigma & other Quality to...read more
  2. Questions to check client & internal stakeholders management ski...read more

Recently Viewed

JOBS

Aritha Consulting Services

No Jobs

SALARIES

Hindustan Aeronautics

JOBS

Maxfort School Rohini

No Jobs

INTERVIEWS

Aries Agro

5.6k top interview questions

SALARIES

Centum Electronics

SALARIES

Centum Electronics

JOBS

Dangi Digital Media

No Jobs

REVIEWS

ABM Techno-Matrix Private Limited

No Reviews

SALARIES

Larsen & Toubro Limited

SALARIES

Centum Electronics

Tell us how to improve this page.

Tech Mahindra Quality Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Tech Mahindra Quality Manager Salary
based on 104 salaries
₹6.5 L/yr - ₹20.1 L/yr
9% more than the average Quality Manager Salary in India
View more details

Tech Mahindra Quality Manager Reviews and Ratings

based on 14 reviews

4.2/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.8

Salary

4.2

Job security

4.0

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
26.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
11.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

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