Upload Button Icon Add office photos

Filter interviews by

General Industrial Controls Interview Questions and Answers

Updated 7 Jun 2024
Popular Designations

7 Interview questions

🔥 Asked by recruiter 2 times
A Production Engineer was asked 12mo ago
Q. How does the ERP system work?
Ans. 

ERP (Enterprise Resource Planning) is a software system that integrates various business functions into one unified platform.

  • ERP systems help streamline processes and improve efficiency in areas such as inventory management, production planning, and financial reporting.

  • They provide real-time data and analytics to help make informed business decisions.

  • Examples of popular ERP systems include SAP, Oracle, and Microso...

View all Production Engineer interview questions
A Trainee was asked
Q. What are the differences between abstraction and encapsulation?
Ans. 

Abstraction focuses on hiding unnecessary details while encapsulation focuses on protecting data.

  • Abstraction is about showing only the necessary details to the user while hiding the implementation details.

  • Encapsulation is about wrapping data and methods together to protect data from outside interference.

  • Abstraction is achieved through abstract classes and interfaces while encapsulation is achieved through access m...

View all Trainee interview questions
An Operator was asked
Q. What is a transistor?
Ans. 

A transistor is a semiconductor device used to amplify or switch electronic signals and power.

  • Transistors are used in electronic devices such as radios, televisions, and computers.

  • They can be used as amplifiers to increase the strength of a signal.

  • They can also be used as switches to turn a signal on or off.

  • Transistors come in different types such as bipolar junction transistors (BJTs) and field-effect transistors...

View all Operator interview questions
An Operator was asked
Q. What is a relay and how does it work?
Ans. 

Relay is an electrical switch that opens and closes circuits electronically.

  • Relays are used to control high voltage circuits with low voltage signals.

  • They are commonly used in automotive, industrial, and home automation applications.

  • Relays can be electromechanical or solid-state.

  • They work by using an electromagnetic coil to open or close a switch.

  • Relays are important components in electrical systems as they provid...

View all Operator interview questions
A Trainee was asked
Q. Que 1 )what is Overloading & overiding que
Ans. 

Overloading is when a class has multiple methods with the same name but different parameters. Overriding is when a subclass provides its own implementation of a method from its superclass.

  • Overloading is used to provide different ways to call a method with different parameters.

  • Overriding is used to change the behavior of a method in a subclass.

  • Overloading is resolved at compile-time while overriding is resolved at ...

View all Trainee interview questions
A Trainee was asked
Q. What is inheritance?can multiple inheritance support c#?
Ans. 

Inheritance is a mechanism in OOP where a new class is derived from an existing class.

  • It allows the new class to inherit the properties and methods of the existing class.

  • C# supports single inheritance, where a class can inherit from only one base class.

  • However, C# supports multiple interface inheritance, where a class can implement multiple interfaces.

View all Trainee interview questions
A Software Engineer Trainee was asked
Q. What is overloading? What is overriding What is Array? Types of Array What is exception handling? What do you mean by thread? What is virtual keywords in ? Inheritance tpyes
Ans. 

Questions related to programming concepts such as overloading, overriding, arrays, exception handling, threads, virtual keywords, and inheritance types.

  • Overloading is when a class has multiple methods with the same name but different parameters.

  • Overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

  • An array is a collection of elements of the same d...

View all Software Engineer Trainee interview questions
Are these interview questions helpful?

General Industrial Controls Interview Experiences

8 interviews found

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

(2 Questions)

  • Q1. How's the ERP Work
  • Ans. 

    ERP (Enterprise Resource Planning) is a software system that integrates various business functions into one unified platform.

    • ERP systems help streamline processes and improve efficiency in areas such as inventory management, production planning, and financial reporting.

    • They provide real-time data and analytics to help make informed business decisions.

    • Examples of popular ERP systems include SAP, Oracle, and Microsoft Dy...

  • Answered by AI
  • Q2. Asking related a privious work

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic engineering knowledge.
Make sure you know everything what you write on your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How's the ERP Work
  • Ans. 

    ERP (Enterprise Resource Planning) is a software system that integrates various business functions into one unified platform.

    • ERP systems help streamline processes and improve efficiency in areas such as inventory management, production planning, and financial reporting.

    • They provide real-time data and analytics to help make informed business decisions.

    • Examples of popular ERP systems include SAP, Oracle, and Microsoft Dy...

  • Answered by AI
  • Q2. Why you like to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic engineering knowledge.
Make sure you know everything that you write on your resume

Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Based on the resume
  • Q2. Opamps basics, power supplies
  • Q3. MOSFET and bjt questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly based on your resume and JD
Round 1 - Technical 

(2 Questions)

  • Q1. What is overloading? What is overriding What is Array? Types of Array What is exception handling? What do you mean by thread? What is virtual keywords in ? Inheritance tpyes
  • Ans. 

    Questions related to programming concepts such as overloading, overriding, arrays, exception handling, threads, virtual keywords, and inheritance types.

    • Overloading is when a class has multiple methods with the same name but different parameters.

    • Overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • An array is a collection of elements of the same data t...

  • Answered by AI
  • Q2. Problem on Fibonacci series, Swap two numbers, reverse string

Interview Preparation Tips

Interview preparation tips for other job seekers - Read Oops concepts and basic interview questions object,array, exception,thread

Trainee Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2023

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

I applied via Job Fair and was interviewed before Jan 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 - Technical 

(5 Questions)

  • Q1. Que 1 )what is Overloading & overiding que
  • Ans. 

    Overloading is when a class has multiple methods with the same name but different parameters. Overriding is when a subclass provides its own implementation of a method from its superclass.

    • Overloading is used to provide different ways to call a method with different parameters.

    • Overriding is used to change the behavior of a method in a subclass.

    • Overloading is resolved at compile-time while overriding is resolved at runti...

  • Answered by AI
  • Q2. 2) virtual keywords and overide keywords
  • Q3. 4) Exception try catch, finally
  • Q4. 5) abstraction and encapsulation difference
  • Ans. 

    Abstraction focuses on hiding unnecessary details while encapsulation focuses on protecting data.

    • Abstraction is about showing only the necessary details to the user while hiding the implementation details.

    • Encapsulation is about wrapping data and methods together to protect data from outside interference.

    • Abstraction is achieved through abstract classes and interfaces while encapsulation is achieved through access modifi...

  • Answered by AI
  • Q5. What is inheritance?can multiple inheritance support c#?
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows the new class to inherit the properties and methods of the existing class.

    • C# supports single inheritance, where a class can inherit from only one base class.

    • However, C# supports multiple interface inheritance, where a class can implement multiple interfaces.

  • Answered by AI
Round 3 - Assignment 

Fibonacci series & Reverse string

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking for Product base company and electronic domain so this company perfect for you go ahead otherwise try other

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Most part of the interview is based on the resume.
  • Q2. Few analytical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare whatever you have kept in your resume and have a look at the JD.

Operator Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2021

Interview Questionnaire 

3 Questions

  • Q1. What is your past experience?
  • Q2. What is transitor
  • Ans. 

    A transistor is a semiconductor device used to amplify or switch electronic signals and power.

    • Transistors are used in electronic devices such as radios, televisions, and computers.

    • They can be used as amplifiers to increase the strength of a signal.

    • They can also be used as switches to turn a signal on or off.

    • Transistors come in different types such as bipolar junction transistors (BJTs) and field-effect transistors (FET...

  • Answered by AI
  • Q3. What is reley and ther working
  • Ans. 

    Relay is an electrical switch that opens and closes circuits electronically.

    • Relays are used to control high voltage circuits with low voltage signals.

    • They are commonly used in automotive, industrial, and home automation applications.

    • Relays can be electromechanical or solid-state.

    • They work by using an electromagnetic coil to open or close a switch.

    • Relays are important components in electrical systems as they provide iso...

  • Answered by AI

Trainee Interview Questions & Answers

user image Anonymous

posted on 15 May 2021

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About Electronics and Interview questions like strength, weaknesses,how to handle situation while you working likewise
  • Q2. Semiconductor, powe supply, specifications, know about manufacturing devices in GIC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give answers in confidently without fear

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about General Industrial Controls?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They asked about my domain, my b.tech projects, switches, Induction motor, BLDC motor
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. As I am mechanical engineering i was questioned about my basic knowledge about FEA, SOM, material properties etc. The job was based on analysis so some questions related to ANSA software was also asked Wh...
Round 3 - Tool test 

(1 Question)

  • Q1. I was given with industry level CAD model to be meshed under ANSA
Round 4 - HR 

(1 Question)

  • Q1. HR round is one of coolest round where hr will be asking about your family schooling, hobbies and most asked questions tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering, eye contact is must and bit of smile on face makes it easier and one more is if you are not sure with the answer make sure you be honest and answer like I'm not sure with the answer as per my knowledge so and so

General Industrial Controls Interview FAQs

How many rounds are there in General Industrial Controls interview?
General Industrial Controls interview process usually has 1-2 rounds. The most common rounds in the General Industrial Controls interview process are Technical, Resume Shortlist and Assignment.
How to prepare for General Industrial Controls 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 General Industrial Controls. The most common topics and skills that interviewers at General Industrial Controls expect are Firmware, Hardware Design, Telecommunication, Embedded C and Control System.
What are the top questions asked in General Industrial Controls interview?

Some of the top questions asked at the General Industrial Controls interview -

  1. What is inheritance?can multiple inheritance support ...read more
  2. What is overloading? What is overriding What is Array? Types of Array What is e...read more
  3. Que 1 )what is Overloading & overiding ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 13 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 80%
4-6 weeks 20%
View more

General Industrial Controls Reviews and Ratings

based on 149 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 149 Reviews and Ratings
Quality Supervisor - Inprocess

Pune

5-7 Yrs

Not Disclosed

Engineering Manager - V & V

Pune

10-20 Yrs

Not Disclosed

Explore more jobs
Quality Engineer
42 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Engineer
25 salaries
unlock blur

₹2.9 L/yr - ₹9.5 L/yr

Team Lead
18 salaries
unlock blur

₹5.2 L/yr - ₹12 L/yr

Junior Engineer
17 salaries
unlock blur

₹3.3 L/yr - ₹5.2 L/yr

Engineer
12 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare General Industrial Controls with

Gilbarco Veeder Root

3.8
Compare

HYT Engineering

3.3
Compare

Kirloskar Toyota Textile Machinery

4.6
Compare

Hyundai Construction Equipment

4.4
Compare
write
Share an Interview