Upload Button Icon Add office photos

Filter interviews by

Bhoruka Extrusions Quality Engineer Interview Questions and Answers

Updated 11 Oct 2020

Bhoruka Extrusions Quality Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

4 Questions

  • Q1. 1inch=?mm
  • Q2. 1cm=?mm
  • Q3. What is the least count of micrometer?
  • Ans. 

    The least count of micrometer is the smallest measurement that can be read on the micrometer scale.

    • The least count of micrometer is typically 0.01 mm or 0.001 cm.

    • It can be calculated by dividing the pitch of the screw by the number of divisions on the thimble.

    • For example, if the pitch is 0.5 mm and there are 50 divisions on the thimble, the least count would be 0.01 mm.

    • The least count is important for accurate measurem...

  • Answered by AI
  • Q4. What is the least count of vernier calliper?
  • Ans. 

    The least count of vernier calliper is the smallest measurement that can be read on the scale.

    • The least count is determined by the number of divisions on the vernier scale and the main scale.

    • It is usually 0.02 mm or 0.05 mm for a standard vernier calliper.

    • The least count can be calculated using the formula: (1 main scale division) / (number of divisions on the vernier scale).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer all the questions

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality audits and inspections

    • Skilled in root cause analysis and implementing corrective actions

    • Proficient in using quality tools such as FMEA, Control Charts, and Pareto Analysis

  • Answered by AI
  • Q2. The way you handle conflict
  • Ans. 

    I handle conflict by actively listening, seeking common ground, and finding solutions collaboratively.

    • I approach conflicts with a calm and rational mindset

    • I actively listen to all parties involved to understand their perspectives

    • I seek common ground and areas of agreement to build a foundation for resolution

    • I work collaboratively with others to find mutually beneficial solutions

    • I am open to feedback and willing to comp

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is 7qc tool
  • Ans. 

    7QC tools are a set of quality control tools used for process improvement and problem-solving in quality management.

    • 1. Check sheets: Used to collect and analyze data in a systematic way.

    • 2. Pareto chart: Helps identify the most significant factors contributing to a problem.

    • 3. Cause and effect diagram (Fishbone diagram): Used to identify and analyze potential causes of a problem.

    • 4. Histogram: Represents data distribution...

  • Answered by AI
  • Q2. Least count of micrometer
  • Ans. 

    The least count of a micrometer is the smallest measurement that can be read on the scale of the micrometer.

    • The least count of a micrometer is typically 0.01 mm or 0.001 mm depending on the type of micrometer.

    • It is determined by the number of divisions on the thimble and the pitch of the screw.

    • For example, a micrometer with 50 divisions on the thimble and a pitch of 0.5 mm would have a least count of 0.01 mm.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain stlc process
  • Ans. 

    STLC (Software Testing Life Cycle) outlines the phases of software testing from planning to closure.

    • 1. Requirement Analysis: Understand testing requirements based on specifications.

    • 2. Test Planning: Define the scope, resources, and schedule for testing activities.

    • 3. Test Case Design: Create detailed test cases and scenarios to validate functionality.

    • 4. Test Environment Setup: Prepare the environment where testing will ...

  • Answered by AI
  • Q2. Explain waits in selenium
  • Ans. 

    Waits in Selenium manage timing issues during automated testing, ensuring elements are ready for interaction.

    • Implicit Wait: Sets a default wait time for the entire session. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit Wait: Waits for a specific condition to occur before proceeding. Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityO...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal . Keep calm stay focused. Study hard work smart.
Great

Round 2 - HR 

(2 Questions)

  • Q1. Nicely done... friendly Tell me about yourself
  • Q2. Where are you from ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be you. It's good to see everything happening the it should be.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Sucrose structure
  • Q2. Basic knowledge of ISO, HACCP, CCP

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and fast . easy also

Round 2 - Coding Test 

Easy amnd basic questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

JAVA opps concepts along with abstraction

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Binary Search code.

Round 2 - HR 

(2 Questions)

  • Q1. Experience Related
  • Q2. Scenario based questions

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Define repeatee
  • Q2. Define accumulator
  • Ans. 

    An accumulator is a register that stores intermediate results of arithmetic and logical operations.

    • Accumulators are commonly used in computer processors to perform arithmetic operations.

    • They are also used in digital signal processing to store and manipulate signal data.

    • Examples of accumulators include the ALU in a CPU and the integrator in a digital filter.

    • Accumulators can be used to implement counters, timers, and oth

  • Answered by AI
  • Q3.  define recursion
  • Ans. 

    Recursion is a process in which a function calls itself as a subroutine.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It is commonly used in programming to solve problems that can be broken down into smaller, similar problems.

    • Examples of recursive algorithms include the Fibonacci sequence and binary search.

    • Recursion can be a powerful tool, but it can also lead to perfo

  • Answered by AI
  • Q4. Define array
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including integers, floats, and objects.

    • Arrays are accessed using an index, starting from 0.

    • Arrays can be multidimensional, such as a 2D array.

    • Example: string[] names = {"John", "Jane", "Bob"};

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was good and interviewer is really nice .he helped me a lot while struggling and i able to answer all questions and it's really nice

Skills evaluated in this interview

Bhoruka Extrusions Interview FAQs

What are the top questions asked in Bhoruka Extrusions Quality Engineer interview?

Some of the top questions asked at the Bhoruka Extrusions Quality Engineer interview -

  1. What is the least count of vernier callip...read more
  2. What is the least count of micromet...read more

Tell us how to improve this page.

Bhoruka Extrusions Quality Engineer Salary
based on 4 salaries
₹2 L/yr - ₹4.3 L/yr
At par with the average Quality Engineer Salary in India
View more details
Assistant Engineer
13 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Senior Engineer
12 salaries
unlock blur

₹3.8 L/yr - ₹14.4 L/yr

Engineer
10 salaries
unlock blur

₹3.1 L/yr - ₹5.5 L/yr

Design Engineer
7 salaries
unlock blur

₹3.8 L/yr - ₹4.8 L/yr

Data Analyst
7 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Bhoruka Extrusions with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.7
Compare

GAO Tek

4.4
Compare

Tata Teleservices

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