Upload Button Icon Add office photos

Filter interviews by

Discover Tooling & Precision Works Interview Questions, Process, and Tips

Updated 8 Dec 2023

Discover Tooling & Precision Works Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Nov 2023. There were 2 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 

(6 Questions)

  • Q1. What is the 8D/SCAP
  • Ans. 

    8D/SCAP is a problem-solving methodology used in quality assurance to identify, analyze, and resolve issues.

    • 8D stands for Eight Disciplines and SCAP stands for Structured Problem Analysis and Correction.

    • It is a systematic approach that involves a team-based problem-solving process.

    • The 8D/SCAP methodology includes steps such as defining the problem, establishing a team, identifying root causes, implementing corrective a...

  • Answered by AI
  • Q2. What is the PPAP Document's
  • Ans. 

    PPAP stands for Production Part Approval Process. It is a standardized documentation process used in manufacturing to ensure that parts meet quality requirements.

    • PPAP is a set of documents and records that manufacturers must submit to their customers to demonstrate that the production process can consistently produce parts that meet specifications.

    • It includes documents such as control plans, process flow diagrams, meas...

  • Answered by AI
  • Q3. How to handling customer complaint
  • Ans. 

    Handling customer complaints involves active listening, empathy, prompt resolution, and follow-up.

    • Listen attentively to the customer's complaint without interrupting

    • Show empathy and understanding towards the customer's concerns

    • Apologize for any inconvenience caused and assure the customer that their complaint will be addressed

    • Resolve the complaint promptly and effectively, offering appropriate solutions or compensation...

  • Answered by AI
  • Q4. What is the kizen
  • Ans. 

    Kaizen is a Japanese term meaning continuous improvement. It refers to the philosophy of making small, incremental changes to improve processes and systems.

    • Kaizen is a key principle of Lean manufacturing and Six Sigma methodologies.

    • It involves identifying and eliminating waste, reducing defects, and improving efficiency.

    • Kaizen encourages employee involvement and empowerment in the improvement process.

    • Examples of Kaizen...

  • Answered by AI
  • Q5. What is the six sigma
  • Ans. 

    Six Sigma is a data-driven methodology used to improve business processes by reducing defects and variability.

    • Six Sigma aims to achieve near-perfect quality by minimizing process variation.

    • It uses statistical analysis to identify and eliminate the root causes of defects.

    • The goal is to reduce defects to a level of 3.4 per million opportunities (DPMO).

    • Six Sigma follows a structured approach known as DMAIC: Define, Measur...

  • Answered by AI
  • Q6. What is PFMEA process
  • Ans. 

    PFMEA is a process used to identify and mitigate potential failures in a product or process.

    • PFMEA stands for Process Failure Mode and Effects Analysis.

    • It is a systematic approach to identify and prioritize potential failure modes and their effects.

    • The process involves analyzing each step of a process or component to identify failure modes, their causes, and potential effects.

    • Risk priority numbers (RPNs) are assigned to...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Discover Tooling & Precision Works Head of Department Qa interview:
  • Good
Interview preparation tips for other job seekers - Good well company ,good facility

Top Discover Tooling & Precision Works Head of Department Qa Interview Questions and Answers

Q1. How to handling customer complaint
View answer (2)

Head of Department Qa Interview Questions asked at other Companies

Q1. What is Six Sigma and how it can be applied in plant level ?
View answer (1)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

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

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What types of transformation used in your project What is lookup and what are the types So many basic questions regarding organization
  • Ans. 

    Answering questions about transformation and lookup types used in a project

    • Transformation types used in the project may include data mapping, aggregation, filtering, and sorting

    • Lookup is a process of searching for a specific value in a table or database

    • Types of lookup include exact match, range match, and fuzzy match

    • Questions about organization may refer to project management, team collaboration, or software developmen

  • Answered by AI

Discover Tooling & Precision Works Interview FAQs

How many rounds are there in Discover Tooling & Precision Works interview?
Discover Tooling & Precision Works interview process usually has 2 rounds. The most common rounds in the Discover Tooling & Precision Works interview process are Resume Shortlist and Technical.
What are the top questions asked in Discover Tooling & Precision Works interview?

Some of the top questions asked at the Discover Tooling & Precision Works interview -

  1. How to handling customer compla...read more
  2. What is the PPAP Documen...read more
  3. What is the six si...read more

Tell us how to improve this page.

Discover Tooling & Precision Works Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Discover Tooling & Precision Works Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

2.1

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Discover Tooling & Precision Works with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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