Upload Button Icon Add office photos

Indo Cool Composites

Compare button icon Compare button icon Compare

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:
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 - 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Indo Cool Composites?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Explain ideal sales cycle. 2. Explain current role. 3. Target achievement in current role. 4. 1 small exercise on negotiation and discount. 5. Why you want to leave current job. 6. Are you ok with W...
  • Ans. 

    Answering questions related to sales cycle, current role, target achievement, negotiation, and travel.

    • Ideal sales cycle involves identifying potential customers, building relationships, understanding their needs, presenting solutions, and closing the deal.

    • In my current role, I am responsible for managing a team of sales representatives, developing sales strategies, and achieving sales targets.

    • I have consistently achiev...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Gandhi Automations Assistant Manager interview:
  • Sales
  • Channel Sales
  • Negotiation
Interview preparation tips for other job seekers - My experience was quite decent. Both HR team and 1-on-1 round lady were friendly. Appreciate their approach of a 'discussion' rather than a strict one side examination / interview. The documentation was slightly lengthy but overall pleasant. Be confident, dress well and talk genuinely, people there were quite smart.

Deputy Manager Quality Interview Questions Asked at Other Companies

Q1. How do you select a pump and motor for agricultural applications?
Q2. Describe your knowledge of CMM machines, including how they work, ... read more
Q3. How do you make decisions when a product fails in the field?
Q4. What are the important parameters for IGBT selection?
Q5. How do you identify the root cause of a failure?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Working SAP knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SAP

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past work experience details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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. About Customs clearance
  • Q2. About Freight booking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Your communication skills
  • Q2. Vision for 5 years
  • Ans. 

    To lead a team towards achieving company goals through strategic planning, effective communication, and continuous development.

    • Develop and implement strategic plans to achieve company objectives

    • Provide clear direction and support to team members

    • Continuously assess and improve team performance

    • Stay updated on industry trends and adapt strategies accordingly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. Boxing and unboxing in. C#
  • Ans. 

    Boxing and unboxing in C# are processes for converting value types to reference types and vice versa.

    • Boxing: Converting a value type (e.g., int) to an object type.

    • Example: int num = 123; object obj = num; // Boxing

    • Unboxing: Converting an object type back to a value type.

    • Example: int num2 = (int)obj; // Unboxing

    • Boxing involves memory allocation on the heap, while unboxing retrieves the value from the heap.

  • Answered by AI
  • Q2. .net framework and .net core
  • Q3. Simple program to print star pattern in c#
  • Ans. 

    A simple program to print star pattern in C#

    • Use nested loops to print the desired pattern

    • Start with a small pattern and then expand it to more complex ones

    • Experiment with different loop structures to create various patterns

  • Answered by AI
  • Q4. String and string builder Mutable and immutable Heap and stack memory which is used when
  • Q5. Difference in stored procedure and functions ACiD properties, normalization
  • Ans. 

    Stored procedures and functions differ in their usage and capabilities. ACID properties ensure data integrity, normalization reduces redundancy.

    • Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can have input and output parameters, while functions can only return a single value.

    • ACID properties (Atomic...

  • Answered by AI
  • Q6. What are solid principles explain with example and also tell where you used them in previous project
  • Ans. 

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

    • Single Responsibility Principle: A class should have only one reason to change. For example, a class that handles user authentication should not also be responsible for sending emails.

    • Open/Closed Principle: Software entities should be open for extension but closed for modification. For example, using interfaces to allow for new i...

  • Answered by AI
  • Q7. OOP related questions What are 4 pillars of OOP? Difference between encapsulation and abstraction. Difference in overloading and overriding.
  • Q8. Questions on Interitance Given 3 classes A is parent of B and B is parent of C How do we call methods of B and A from C Which method will be called incase of same method in A B and C And some more I don'...
Round 2 - HR 

(2 Questions)

  • Q1. Questions on salary expectations
  • Q2. And informal discussion about work and team

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. For intern location basic knowledge and stipends
Round 3 - Technical 

(1 Question)

  • Q1. Design test to analysis and drawing 2d view of a fixture.
  • Ans. 

    Design a test to analyze and create a 2D view of a fixture for effective evaluation and visualization.

    • Identify the fixture's purpose and requirements, e.g., holding a specific part during machining.

    • Select appropriate software tools for 2D drawing, such as AutoCAD or SolidWorks.

    • Create a detailed sketch of the fixture, including dimensions and tolerances.

    • Incorporate features like holes, slots, and clamps in the design.

    • Pe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive good are for learning operators were friendly and good team
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Power Transmission related
  • Q2. General engineering
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Tell me about yourself.
  • Q2. How do you communicate your decisions?
  • Ans. 

    I communicate my decisions clearly and effectively through various channels, ensuring understanding and alignment among team members.

    • Use clear and concise language to avoid misunderstandings.

    • Utilize multiple communication channels, such as emails, meetings, and reports, to reach all stakeholders.

    • Encourage feedback and questions to ensure clarity and address any concerns.

    • Provide context for decisions, explaining the rat...

  • Answered by AI

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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Epp Composites Interview Questions
3.4
 • 68 Interviews
Sulzer Interview Questions
3.8
 • 32 Interviews
Nash Industries Interview Questions
3.7
 • 29 Interviews
Buhler Interview Questions
3.9
 • 29 Interviews
Rieter Interview Questions
3.6
 • 29 Interviews
Manlift Interview Questions
3.4
 • 28 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
56 salaries
unlock blur

₹1.7 L/yr - ₹3.3 L/yr

Engineer
32 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

Production Engineer
27 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Graduate Engineer Trainee (Get)
17 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Purchase Engineer
15 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Indo Cool Composites with

Gandhi Automations

4.0
Compare

Sulzer

3.8
Compare

Bharat Fritz Werner

3.8
Compare

Western Refrigeration

3.8
Compare
write
Share an Interview