Upload Button Icon Add office photos

Filter interviews by

Hi Tech Butterfly Valves Interview Questions, Process, and Tips

Updated 1 Nov 2024

Top Hi Tech Butterfly Valves Interview Questions and Answers

View all 7 questions

Hi Tech Butterfly Valves Interview Experiences

Popular Designations

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Drawing& qc instrument
  • Q2. About drawing&qc instruments

Interview Preparation Tips

Topics to prepare for Hi Tech Butterfly Valves Quality Engineer interview:
  • Drawing
  • Documentation
Interview preparation tips for other job seekers - Nice

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (10)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. 2D drawing and 3D modeling
  • Q2. Draw a drawing in cad software
  • Ans. 

    I will create a 2D drawing of a simple mechanical part using CAD software.

    • Start by creating a new drawing file in the CAD software.

    • Use the appropriate tools to draw the part accurately, including dimensions and annotations.

    • Ensure the drawing follows industry standards and is clear and easy to understand.

    • Save the drawing in the required file format for submission.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to waste your time then go in hitech

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (6)

QC Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2021

Interview Questionnaire 

8 Questions

  • Q1. Vernier caliper least count
  • Ans. 

    Vernier caliper least count is the smallest measurement that can be read on the scale of the caliper.

    • The least count of a Vernier caliper is typically 0.02 mm or 0.001 inches.

    • It is determined by dividing the smallest division on the main scale by the number of divisions on the Vernier scale.

    • For example, if the smallest division on the main scale is 1 mm and there are 50 divisions on the Vernier scale, the least count w...

  • Answered by AI
  • Q2. 0.02 least count
  • Ans. 

    0.02 is the smallest measurement that can be read on the instrument.

    • Least count is the smallest measurement that can be read on an instrument.

    • It is important to know the least count of an instrument to ensure accurate measurements.

    • For example, if the least count of a ruler is 0.1 cm, then the smallest measurement that can be read is 0.1 cm.

    • In this case, the least count is 0.02, which means the smallest measurement that

  • Answered by AI
  • Q3. Micrometre least count formula
  • Ans. 

    Micrometer least count formula is the smallest measurement that can be read on a micrometer.

    • The formula is: Least count = Pitch / Number of divisions on the circular scale

    • Pitch is the distance between two consecutive threads on the spindle

    • Number of divisions on the circular scale is the number of equally spaced divisions on the thimble

    • For example, if the pitch is 0.5 mm and the number of divisions on the circular scale

  • Answered by AI
  • Q4. .5/50 least count
  • Ans. 

    The question is asking for the least count of a measuring instrument with a range of 50 and a resolution of 0.5.

    • The least count is the smallest measurement that can be read on the instrument.

    • In this case, the instrument has a range of 50 and a resolution of 0.5.

    • To find the least count, divide the range by the resolution: 50/0.5 = 100.

    • Therefore, the least count of the instrument is 0.5/100 = 0.005.

  • Answered by AI
  • Q5. OD check gauge
  • Q6. Snap gauge used
  • Ans. 

    Snap gauge is a measuring tool used to check the thickness or diameter of a workpiece.

    • It consists of two jaws, one fixed and one movable, which are adjusted to the desired measurement.

    • The movable jaw is then snapped into place to hold the measurement.

    • Snap gauges are commonly used in manufacturing and quality control to ensure parts meet specifications.

    • They are often used in conjunction with micrometers and other measur...

  • Answered by AI
  • Q7. I'd check gauge used
  • Q8. Plug gauge used
  • Ans. 

    Plug gauge is a precision measuring tool used to check the diameter of a hole or slot.

    • Plug gauge is made of hardened steel and has a specific diameter.

    • It is inserted into the hole or slot to check if it is within the specified tolerance.

    • Plug gauge is commonly used in manufacturing and engineering industries.

    • It is available in different types such as plain, threaded, and taper plug gauges.

    • Plug gauge is an important tool...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Proper civil dress go to interview candidates

Top Hi Tech Butterfly Valves QC Engineer Interview Questions and Answers

Q1. Vernier caliper least count
View answer (1)

QC Engineer Interview Questions asked at other Companies

Q1. What is heat exchanger? What is pressure vessel? Function of he/pv? Mechanical properties with codes and standards? Material grade and difference? ASME codes and standards? NDT test? WPS pqr wpq? P no. F no. A no? ITP stage?
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

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

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

Interview Questionnaire 

1 Question

  • Q1. Mostly they checking your presence in interview and asking about your experience for particular field and background.

Hi Tech Butterfly Valves Interview FAQs

How many rounds are there in Hi Tech Butterfly Valves interview?
Hi Tech Butterfly Valves interview process usually has 1 rounds. The most common rounds in the Hi Tech Butterfly Valves interview process are Technical.
What are the top questions asked in Hi Tech Butterfly Valves interview?

Some of the top questions asked at the Hi Tech Butterfly Valves interview -

  1. Vernier caliper least co...read more
  2. Micrometre least count form...read more
  3. Draw a drawing in cad softw...read more

Tell us how to improve this page.

Hi Tech Butterfly Valves Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 154 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 99 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.6
 • 79 Interviews
View all

Hi Tech Butterfly Valves Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.0

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 17 Reviews and Ratings
Quality Engineer
8 salaries
unlock blur

₹1.9 L/yr - ₹2.5 L/yr

Design Engineer
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

QA QC Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

QC Engineer
3 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Asst Store
3 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Hi Tech Butterfly Valves with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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