Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gandhi Automations Team. If you also belong to the team, you can get access from here

Gandhi Automations Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gandhi Automations QC Engineer Interview Questions and Answers

Updated 6 May 2021

Gandhi Automations QC Engineer Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Measuring Instrument
  • Q2. Welding & Fabrication
  • Q3. Material Costing

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce self and why you are join organization
  • Q2. Arrange technical interview
Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself, your achievements work, technical Questions related machine , VFD
  • Q2. Knowledge about near by locations,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Star & delta connections
  • Q2. Drives basics
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Basic information

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

Interview Questionnaire 

1 Question

  • Q1. Some Technical questions related to last job were asked, Asked to join at the earliest after salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be honest with the Interviewer person. This makes your selection process more easier.
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
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#
  • 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

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 - One-on-one 

(1 Question)

  • Q1. Technical questions related to field
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions related to the field

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically well prepared related to your field.
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.

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
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was aptitude plus MCQ from operating system, C programming basics, DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about the project in your resume
  • Q2. A basic coding question
Round 3 - Technical 

(2 Questions)

  • Q1. Live coding question was asked it was very basic
  • Q2. Hr question were asked after that
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning and technical aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Design a tic tac toe game
  • Ans. 

    A simple tic tac toe game design with a 3x3 grid and two players taking turns to place their marks.

    • Create a 3x3 grid to represent the game board

    • Allow two players to take turns placing their marks (X or O) on the grid

    • Check for a win condition after each move to determine the winner

    • Handle tie game if all spaces on the grid are filled without a winner

  • Answered by AI
  • Q2. Questions based on resume
Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept based questions
  • Q2. Designing a login page
  • Ans. 

    Designing a login page for a software application

    • Include fields for username and password

    • Implement password strength validation

    • Provide option for password reset

    • Incorporate CAPTCHA for security

    • Utilize HTTPS for secure communication

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. About yourself description
  • Q2. Interests and hobbies

Skills evaluated in this interview

Gandhi Automations Interview FAQs

What are the top questions asked in Gandhi Automations QC Engineer interview?

Some of the top questions asked at the Gandhi Automations QC Engineer interview -

  1. Welding & Fabricat...read more
  2. Measuring Instrum...read more
  3. Material Cost...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Sulzer Interview Questions
3.8
 • 29 Interviews
Nash Industries Interview Questions
3.6
 • 28 Interviews
Dover India Interview Questions
4.0
 • 27 Interviews
Buhler Interview Questions
3.9
 • 27 Interviews
Rieter Interview Questions
3.7
 • 26 Interviews
View all
Project & Service Engineer
87 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Assistant Manager
38 salaries
unlock blur

₹5.5 L/yr - ₹10.6 L/yr

Project Engineer
38 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Senior Sales Engineer
31 salaries
unlock blur

₹5.4 L/yr - ₹9.4 L/yr

Production Engineer
26 salaries
unlock blur

₹2.6 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Gandhi Automations with

Sulzer

3.8
Compare

Bharat Fritz Werner

3.8
Compare

Texmo Industries

3.9
Compare

Western Refrigeration

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