Upload Button Icon Add office photos

Filter interviews by

Indo Cool Composites Deputy Manager Quality Interview Questions and Answers

Updated 8 Dec 2023

Indo Cool Composites Deputy Manager Quality Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Nov 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Help reveal the natural talents and strength

Round 3 - HR 

(2 Questions)

  • Q1. Let's talk about work experience details
  • Q2. Your expected Salary
  • Ans. 

    My expected salary is negotiable based on the responsibilities and opportunities offered by the position.

    • My expected salary is based on my experience, qualifications, and the industry standards.

    • I am open to discussing salary expectations during the interview process.

    • I am looking for a competitive salary that reflects my skills and contributions to the organization.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Talking about field experience and challenging work experience
Round 5 - Technical 

(1 Question)

  • Q1. How to handle with the problem
  • Ans. 

    To handle a problem, it is important to identify the root cause, develop a plan, involve relevant stakeholders, and monitor progress.

    • Identify the root cause of the problem through analysis and data collection.

    • Develop a plan to address the problem, including setting clear objectives and timelines.

    • Involve relevant stakeholders, such as team members, supervisors, and other departments.

    • Communicate the problem and the plan ...

  • Answered by AI
Round 6 - Behavioral 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

I applied via Walk-in and was interviewed in Sep 2022. 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 

(2 Questions)

  • Q1. 1.Asked few questions about feed processing and it’s process parameters by technical team.
  • Q2. Few case studies and business strategy

Interview Preparation Tips

Topics to prepare for Buhler Assistant Manager interview:
  • Food Processing
  • Basic Engineering
  • AutoCAD Drawing
  • Basic knowledge on food safety
  • Basic knowledge on Maintenance
  • basic knowledge on quality
  • Basic knowledge on HSE
Interview preparation tips for other job seekers - Very good company to works at least 5 yrs to become specialist on
1.Business(Sales) Methodology
2.process and Technology
3. Project methodology
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given some problem statemts and asked to write the pseudo code,
  • Q2. What is Async and Await.
  • Ans. 

    Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async functions always return a Promise, which allows ...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What tasks did you perform during the calibration process?
  • Ans. 

    During the calibration process, I performed tasks such as adjusting settings, testing equipment accuracy, and documenting results.

    • Adjusting settings on the equipment to ensure accuracy

    • Testing equipment accuracy using known standards

    • Documenting calibration results for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this organisation.
Round 1 - Technical 

(1 Question)

  • Q1. Equipment process ,line side details

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to share you worked experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 

(2 Questions)

  • Q1. ECR, ECM, CONFIGURATION, types of BOM,EBOM and MBOM
  • Q2. Pure technical questions about my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for experience related technical questions and answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. 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. Segula manager interview based on resume skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview 1
Round 4 - Technical 

(1 Question)

  • Q1. Client interview 2
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on experience related questions and core tools
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. 8D method explanation
  • Ans. 

    The 8D method is a problem-solving approach used to identify, correct, and prevent recurring problems.

    • 8D stands for 8 disciplines, each representing a step in the problem-solving process

    • Steps include defining the problem, forming a team, identifying root causes, implementing corrective actions, and preventing recurrence

    • Example: A manufacturing company uses the 8D method to address a quality issue in their production li

  • Answered by AI
  • Q2. Injection molding related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical to product design

Indo Cool Composites Interview FAQs

How many rounds are there in Indo Cool Composites Deputy Manager Quality interview?
Indo Cool Composites interview process usually has 6 rounds. The most common rounds in the Indo Cool Composites interview process are Resume Shortlist, Aptitude Test and HR.
How to prepare for Indo Cool Composites Deputy Manager Quality 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 Indo Cool Composites. The most common topics and skills that interviewers at Indo Cool Composites expect are Apqp, Customer Quality, Process Quality, 8D Analysis and PPAP.

Tell us how to improve this page.

Indo Cool Composites Deputy Manager Quality Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Nash Industries Interview Questions
3.6
 • 27 Interviews
Dover India Interview Questions
4.0
 • 27 Interviews
Sulzer Interview Questions
3.9
 • 27 Interviews
Buhler Interview Questions
3.9
 • 26 Interviews
View all

Indo Cool Composites Deputy Manager Quality Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

2.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Quality Engineer
57 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Engineer
30 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Production Engineer
26 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Graduate Engineer Trainee (Get)
17 salaries
unlock blur

₹1.3 L/yr - ₹2.8 L/yr

Purchase Engineer
16 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Indo Cool Composites with

Gandhi Automations

4.1
Compare

Sulzer

3.8
Compare

Bharat Fritz Werner

3.7
Compare

Texmo Industries

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