AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
logo
Premium Employer

i

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

Johnson Controls Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.6

based on 3.1k Reviews

  • Why join us
  • Reviews
    3.1k
  • Salaries
    16.3k
  • Interviews
    272
  • Jobs
    176
  • Benefits
    313
  • Photos
    28
  • Posts
    2

Filter interviews by

Johnson Controls Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 22 Oct 2024

48 Interview questions

A Graduate Engineer Trainee (Get) was asked
Q. What is a transistor, its uses, and how does it work?
Ans. 

Transistor is a semiconductor device used for amplification and switching of electronic signals.

  • Transistor is made up of three layers of semiconductor material - P-type, N-type, and P-type.

  • It has three terminals - emitter, base, and collector.

  • Transistor can be used as an amplifier to increase the strength of a weak signal.

  • It can also be used as a switch to turn a circuit on or off.

  • Transistors are used in various e...

A Graduate Engineer Trainee (Get) was asked
Q. Explain PID controller.
Ans. 

PID controller is a feedback control mechanism used in engineering to regulate a system's output.

  • PID stands for Proportional-Integral-Derivative

  • It continuously calculates an error value as the difference between a desired setpoint and a measured process variable

  • The controller then adjusts the output to minimize the error

  • Proportional control responds to the current error, integral control responds to the error over...

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
View answers (2)
asked in Johnson Controls
Q2. How would you check the continuity of a wire inside a wall if the ... read more
View answers (15)
asked in L&T Construction
Q3. What will be the cost of painting the wall behind me?
View answers (19)
asked in Larsen & Toubro Limited
Q4. What happens when there is a large air void in concrete?
View answers (21)
asked in Shapoorji Pallonji Group
Q5. What are the different types of concrete?
View answers (28)
View All
A Graduate Engineer Trainee (Get) was asked
Q. Draw and explain the different terminals of a BJT.
Ans. 

Explanation of different terminals of BJT

  • BJT has three terminals: emitter, base, and collector

  • Emitter is heavily doped and has the highest concentration of charge carriers

  • Base is lightly doped and controls the flow of charge carriers from emitter to collector

  • Collector is moderately doped and collects the charge carriers from the base

  • The direction of current flow is from emitter to collector

A Graduate Engineer Trainee (Get) was asked
Q. What is the difference between latches and flip-flops?
Ans. 

Latches and flip flops are sequential logic circuits used to store data. Flip flops are edge-triggered while latches are level-triggered.

  • Latches are level-triggered and can be transparent or opaque

  • Flip flops are edge-triggered and can be positive or negative edge-triggered

  • Latches are simpler and faster than flip flops

  • Flip flops are more reliable and less prone to glitches than latches

  • Examples of latches include SR...

A Graduate Engineer Trainee (Get) was asked
Q. What are Universal Gates and how can you construct an OR gate using only one type of Universal Gate?
Ans. 

Universal Gates are gates that can be used to implement any logic function. OR gate can be drawn from a Universal Gate.

  • Universal Gates include NAND and NOR gates

  • NAND and NOR gates can be used to implement any logic function

  • OR gate can be drawn from a NAND gate by connecting both inputs together

  • OR gate can be drawn from a NOR gate by connecting both inputs together and inverting the output

A Graduate Engineer Trainee (Get) was asked
Q. What is the use of a counter, and how does it differ from shift registers?
Ans. 

Counters are used to count the number of clock pulses and generate output signals. Shift registers are used to store and shift data.

  • Counters are sequential circuits that count the number of clock pulses and generate output signals.

  • They can be used in applications such as frequency dividers, event counters, and timers.

  • Shift registers are used to store and shift data in a serial manner.

  • They can be used in applicatio...

A Graduate Engineer Trainee (Get) was asked
Q. Draw a Johnson Counter and explain how it works.
Ans. 

Johnson Counter is a digital circuit that counts in a cyclic pattern.

  • It is a type of shift register with feedback

  • It has a sequence of n bits that cycle through 2^n-1 states

  • It is used in digital clocks, frequency dividers, and memory address decoding

  • Example: 4-bit Johnson counter has a sequence of 0001, 0010, 0100, 1000, 0001, ...

  • It can be implemented using D flip-flops or JK flip-flops

Are these interview questions helpful?
A Graduate Engineer Trainee (Get) was asked
Q. Draw an XOR gate and write its truth table.
Ans. 

Draw XOR gate truth table

  • XOR gate has two inputs and one output

  • Output is 1 only if inputs are different

  • Truth table: 0 XOR 0 = 0, 0 XOR 1 = 1, 1 XOR 0 = 1, 1 XOR 1 = 0

A Graduate Engineer Trainee (Get) was asked
Q. Draw a block diagram of a PID controller.
Ans. 

A PID controller is a feedback control loop that calculates an error value as the difference between a desired setpoint and a measured process variable.

  • The block diagram of a PID controller consists of three main components: the proportional, integral, and derivative terms.

  • The proportional term produces an output that is proportional to the error signal.

  • The integral term produces an output that is proportional to ...

A Graduate Engineer Trainee (Get) was asked
Q. How many interrupts are there in the 8085 microprocessor? Explain each of them.
Ans. 

8085 has 5 interrupts. TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

  • 8085 has 5 interrupts: TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

  • TRAP is a non-maskable interrupt

  • RST 7.5, RST 6.5, and RST 5.5 are maskable interrupts

  • INTR is a maskable interrupt and can be enabled or disabled by setting the interrupt enable flip-flop

  • Interrupts are used to handle external events and improve the efficiency of the system

1 2 3 4 5

Johnson Controls Graduate Engineer Trainee (Get) Interview Experiences

17 interviews found

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All questions are good along with tricky

Round 2 - HR 

(2 Questions)

  • Q1. What are your final year projects
  • Ans. 

    My final year project is a mobile application for tracking and managing personal finances.

    • Developing a user-friendly interface for inputting expenses and income

    • Implementing data visualization tools to track spending habits

    • Incorporating budgeting features to help users manage their finances effectively

  • Answered by AI
    Add your answer
  • Q2. Introduce yourself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - make the basics of your branch clear
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Md Yasin Ansari

posted on 31 Oct 2022

I applied via Campus Placement and was interviewed in Oct 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 - Aptitude Test 

Before apptitude round you will asked to select your stream, so as I'm from ECE I've selected ECE. So questions will be related to that only. In 60 min there were 75 MCQ questions with very bad website UI, So don't get shocked if you see no line breaks in code.

Question are from these domain:
- Microprocessor/Microcontroller (15 questions)
- Digital Electronics (10 questions)
- Analog electronic and Network Theory (10 questions)
- OOPs and psuedocode (15 questions)
- General Apptitude and Logical reasoning (15 questions)
- other basic ECE and CSE questions ( 10 questions)

Out of 70 students they selected only 6 from our college. Try to attempt more than 65 questions to get selected in this round. Fortunately I was selected in apptitude round.

Round 3 - Technical 

(18 Questions)

  • Q1. So before the technical Round they will have 1 hr pre placement talks. After that individual interview will start. If You're from ECE you will strictly be interviewed from ECE subjects only. Partially ther...
  • Add your answer
  • Q2. Different between latches and flip flop
  • Ans. 

    Latches and flip flops are sequential logic circuits used to store data. Flip flops are edge-triggered while latches are level-triggered.

    • Latches are level-triggered and can be transparent or opaque

    • Flip flops are edge-triggered and can be positive or negative edge-triggered

    • Latches are simpler and faster than flip flops

    • Flip flops are more reliable and less prone to glitches than latches

    • Examples of latches include SR latc...

  • Answered by AI
    View 2 more answers
  • Q3. Draw Jhonson Counter and explain its working?
  • Ans. 

    Johnson Counter is a digital circuit that counts in a cyclic pattern.

    • It is a type of shift register with feedback

    • It has a sequence of n bits that cycle through 2^n-1 states

    • It is used in digital clocks, frequency dividers, and memory address decoding

    • Example: 4-bit Johnson counter has a sequence of 0001, 0010, 0100, 1000, 0001, ...

    • It can be implemented using D flip-flops or JK flip-flops

  • Answered by AI
    Add your answer
  • Q4. What is the use of counter and How it is different from Shift registers.
  • Ans. 

    Counters are used to count the number of clock pulses and generate output signals. Shift registers are used to store and shift data.

    • Counters are sequential circuits that count the number of clock pulses and generate output signals.

    • They can be used in applications such as frequency dividers, event counters, and timers.

    • Shift registers are used to store and shift data in a serial manner.

    • They can be used in applications su...

  • Answered by AI
    Add your answer
  • Q5. Draw XOR gate write truth table
  • Add your answer
  • Q6. What are Universal Gates and draw OR gate from one Universal Gate?
  • View 1 more answer
  • Q7. Draw block diagram of PID controller
  • Add your answer
  • Q8. Find equivalent resistance of the given circuit
  • Ans. 

    Find equivalent resistance of the given circuit

    • Identify series and parallel connections

    • Use Ohm's law to calculate individual resistances

    • Combine resistances using series and parallel rules

    • Final answer should be in Ohms

  • Answered by AI
    Add your answer
  • Q9. Why 8085 is called 8 bit processor
  • Add your answer
  • Q10. No of intrupts in 8085. Explain all
  • Ans. 

    8085 has 5 interrupts. TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

    • 8085 has 5 interrupts: TRAP, RST 7.5, RST 6.5, RST 5.5, INTR

    • TRAP is a non-maskable interrupt

    • RST 7.5, RST 6.5, and RST 5.5 are maskable interrupts

    • INTR is a maskable interrupt and can be enabled or disabled by setting the interrupt enable flip-flop

    • Interrupts are used to handle external events and improve the efficiency of the system

  • Answered by AI
    Add your answer
  • Q11. Difference between Microprocessor and microcontroller
  • Ans. 

    Microprocessor is a single chip CPU while microcontroller is a complete computer on a chip.

    • Microprocessor is used in general purpose computing while microcontroller is used in embedded systems.

    • Microprocessor has limited on-chip peripherals while microcontroller has on-chip peripherals like timers, ADC, etc.

    • Microprocessor requires external memory and peripherals while microcontroller has them on-chip.

    • Examples of micropr...

  • Answered by AI
    Add your answer
  • Q12. Different flags in 8086 and its high and low condition
  • Ans. 

    Flags in 8086 and their high and low conditions

    • 8086 has 9 flags: Carry, Parity, Auxiliary Carry, Zero, Sign, Trap, Interrupt, Direction, Overflow

    • Flags can be set or reset based on the result of arithmetic and logical operations

    • High condition means the flag is set, while low condition means the flag is reset

  • Answered by AI
    Add your answer
  • Q13. Draw Npn aur pnp transistor
  • Ans. 

    NPN and PNP transistors are drawn using three layers of semiconductor material.

    • Draw two vertical lines representing the two outer layers of the transistor.

    • Draw a diagonal line connecting the top of the left line to the bottom of the right line for NPN transistor.

    • Draw a diagonal line connecting the top of the right line to the bottom of the left line for PNP transistor.

    • Add arrows to indicate the direction of current flo...

  • Answered by AI
    Add your answer
  • Q14. Draw and explain different terminal of BJT
  • Ans. 

    Explanation of different terminals of BJT

    • BJT has three terminals: emitter, base, and collector

    • Emitter is heavily doped and has the highest concentration of charge carriers

    • Base is lightly doped and controls the flow of charge carriers from emitter to collector

    • Collector is moderately doped and collects the charge carriers from the base

    • The direction of current flow is from emitter to collector

  • Answered by AI
    Add your answer
  • Q15. Different operating region of BJT
  • Ans. 

    BJT has three operating regions: active, saturation, and cutoff.

    • Active region: both junctions are forward-biased.

    • Saturation region: both junctions are reverse-biased.

    • Cutoff region: base-emitter junction is reverse-biased and base-collector junction is forward-biased.

    • BJT operates as an amplifier in the active region.

    • BJT operates as a switch in the saturation and cutoff regions.

  • Answered by AI
    Add your answer
  • Q16. Difference between BJT and FET
  • Ans. 

    BJT is a current-controlled device while FET is a voltage-controlled device.

    • BJT stands for Bipolar Junction Transistor while FET stands for Field Effect Transistor.

    • BJT has a higher gain and faster switching speed than FET.

    • FET has a higher input impedance and lower noise than BJT.

    • BJT is commonly used in low-power applications while FET is commonly used in high-power applications.

    • Examples of BJT include NPN and PNP trans...

  • Answered by AI
    Add your answer
  • Q17. Different analog to digital conversation techniques
  • Ans. 

    Analog to digital conversion techniques include pulse code modulation, delta modulation, and sigma-delta modulation.

    • Pulse code modulation (PCM) samples the analog signal at regular intervals and quantizes each sample into a binary code.

    • Delta modulation (DM) approximates the slope of the analog signal and encodes the difference between the approximated value and the actual value.

    • Sigma-delta modulation (SDM) oversamples ...

  • Answered by AI
    Add your answer
  • Q18. This question was from my project on Robotics arm: 1. Explain Block diagram of your Robotics arm 2. Why are you using servo motor on your robotics arm not other motor and different types of motor
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - After this round there would be a Panel round it will be more like HR round. But I didn't went there. I've answered all the questions except some of my project questions because we only started making the project and Project is very important so have a Good Hardware Project with ample of knowledge in it.

Best of Luck. 🤟🤟

Skills evaluated in this interview

Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image P.JAGADEESHWARAN

posted on 23 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Quants,Instrumentation question

Round 3 - Technical 

(1 Question)

  • Q1. Question related to process Control,sensors and Transducers
  • Add your answer
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was aptitude plus technical test which was easy and very basic questions were asked

Round 2 - Technical 

(5 Questions)

  • Q1. Interview was easy for me as I have good technical knowledge. But it was really hard for others
  • Add your answer
  • Q2. Explain PID controller
  • Ans. 

    PID controller is a feedback control mechanism used in engineering to regulate a system's output.

    • PID stands for Proportional-Integral-Derivative

    • It continuously calculates an error value as the difference between a desired setpoint and a measured process variable

    • The controller then adjusts the output to minimize the error

    • Proportional control responds to the current error, integral control responds to the error over time...

  • Answered by AI
    Add your answer
  • Q3. Where do you see yourself in next 5 years
  • Add your answer
  • Q4. What is transistor its use and working
  • Ans. 

    Transistor is a semiconductor device used for amplification and switching of electronic signals.

    • Transistor is made up of three layers of semiconductor material - P-type, N-type, and P-type.

    • It has three terminals - emitter, base, and collector.

    • Transistor can be used as an amplifier to increase the strength of a weak signal.

    • It can also be used as a switch to turn a circuit on or off.

    • Transistors are used in various electr...

  • Answered by AI
    Add your answer
  • Q5. Projects related questions
  • Add your answer
Round 3 - Technical 

(4 Questions)

  • Q1. What is VFD in Induction Motor
  • Ans. 

    VFD stands for Variable Frequency Drive which is used to control the speed of an induction motor.

    • VFD is an electronic device that controls the frequency and voltage supplied to an induction motor.

    • It can be used to vary the speed of the motor as per the requirement.

    • VFDs are commonly used in industries to save energy and improve efficiency.

    • They can also be used to reduce mechanical stress on the motor and increase its li...

  • Answered by AI
    Add your answer
  • Q2. Types of Induction Motor
  • Ans. 

    There are two main types of induction motors: squirrel cage induction motors and wound rotor induction motors.

    • Squirrel cage induction motors have a simple and robust construction, with a rotor consisting of bars shorted at both ends.

    • Wound rotor induction motors have a rotor with three windings connected to slip rings, allowing external resistors to be connected for improved control.

    • Other types of induction motors inclu...

  • Answered by AI
    View 1 more answer
  • Q3. Types of Capacitors and Dielectric
  • Ans. 

    Capacitors are electronic components that store energy in an electric field. There are different types of capacitors based on their dielectric material.

    • Types of capacitors include ceramic, electrolytic, tantalum, film, and paper capacitors.

    • Dielectric materials used in capacitors include ceramic, aluminum oxide, tantalum pentoxide, polyester, and polypropylene.

    • Ceramic capacitors are commonly used in high-frequency circu...

  • Answered by AI
    Add your answer
  • Q4. Power Systems basics
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. How your friends will describe you in one word
  • Add your answer

Interview Preparation Tips

Topics to prepare for Johnson Controls Graduate Engineer Trainee (Get) interview:
  • Control System Design
Interview preparation tips for other job seekers - Prepare Technicals very well and show some confidence
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Prerna Bhujbal

posted on 20 Sep 2022

Round 1 - Aptitude Test 

It included basics of physics mathematics and few quant questions

Round 2 - Technical 

(1 Question)

  • Q1. JCI have 2 rounds of interview L1 and LA L1 is basic technical round includes a strong introduction of yourself and deep knowledge of projects you have worked on (if related to automation) basics on the su...
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. L2 was deep technical interview wherein they focus on the pratical knowledge of industry more over on sensors, building and industrial automation
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best keep growing......don't give up
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2022

Round 1 - Aptitude Test 

Aptitude test was quite easy as it included all the basics of physics and mathematics and few questions on sensors

Round 2 - Technical 

(2 Questions)

  • Q1. Round 2 was technical interview 1
  • Add your answer
  • Q2. Introduce yourself Projects made in engineering Detailing about project Questions on building and Industrial automation Various sensors and their applications in day to day life Valves Controllers
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Technical round was deep and detailing in core subjects like sensors and their applications in industries
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best and keep growing.... Don't give up ☺️
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2022

I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online exam to be given from your home

Round 2 - One-on-one 

(3 Questions)

  • Q1. How to check for continuity for a wire inside a wall if the starting and end points are available to you.
  • Ans. Using a Digital Multimeter.
  • Answered Anonymously
    View 14 more answers
  • Q2. Difference between Servomotor and Stepper Motor
  • Ans. 

    Servomotor and stepper motor are both used for precise control of motion, but differ in their operation and applications.

    • Servomotors use feedback control to maintain a specific position or speed, while stepper motors move in discrete steps.

    • Servomotors are typically used in applications requiring high precision and accuracy, such as robotics and CNC machines.

    • Stepper motors are commonly used in applications requiring pre...

  • Answered by AI
    Add your answer
  • Q3. About your final year project.
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Types of Transducers?
  • Ans. 

    Transducers are devices that convert one form of energy into another. They are used in various fields including engineering and medicine.

    • Electrical transducers convert electrical signals into physical quantities and vice versa. Example: thermocouples.

    • Mechanical transducers convert mechanical energy into electrical signals and vice versa. Example: strain gauges.

    • Optical transducers convert light energy into electrical si...

  • Answered by AI
    View 1 more answer
  • Q2. About parallel connection of transformers.
  • Ans. 

    Parallel connection of transformers allows for load sharing and redundancy in power systems.

    • Transformers must have the same voltage ratio to operate in parallel.

    • Phase sequence and polarity must be identical for proper operation.

    • Load sharing depends on the impedance of each transformer; lower impedance takes more load.

    • Example: Two 100 kVA transformers can share a 200 kVA load if properly connected.

    • Parallel operation inc...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Johnson Controls Graduate Engineer Trainee (Get) interview:
  • Transducers
  • Transformers
  • Motors
  • Energy Management
  • Green Buildings
  • Sensors
Interview preparation tips for other job seekers - Prepare for application based questions as per your BE Syllabus.
Transducers are essential to know for the interview and of various types.

Skills evaluated in this interview

Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2022

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 - Aptitude Test 

It was a mix of aps & technical

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself & knowledge about the company
  • Add your answer
  • Q2. Technical questions & questions about team work
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence & U'll crack it. Prepare for the interview & do it well.
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2023

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

I applied via Walk-in and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Introduce about your self
  • Add your answer
  • Q2. What is Silicon Controlled Rectifier
  • Ans. 

    A Silicon Controlled Rectifier (SCR) is a type of semiconductor device used for controlling electric power.

    • SCR is a three-terminal device that acts as a switch, conducting current only when a specific gate signal is applied.

    • It is commonly used in power control applications such as motor speed control, lighting control, and power supply regulation.

    • SCRs are known for their high reliability, long lifespan, and ability to ...

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Tell us about yourself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Anonymous

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2022

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from sensor and transducers, your project in detail,control strategies were asked.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They check your core knowledge and also how practically you think about that knowledge.
Anonymous

What people are saying about Johnson Controls

View All
a senior accountant
5d
Information required related to employment condition
KPMG has offered a job in RTR accounting in which for one year I will be in their payroll and after that they will shift me to client office .Any advise if I should take the job .Any one who is working in KPMG can review the culture and work pressure.
Got a question about Johnson Controls?
Ask anonymously on communities.
More about working at Johnson Controls
  • HQ - Cork, Ireland
  • Industrial Automation
  • 5k-10k Employees (India)
  • Public
  • IT Services & Consulting

Johnson Controls Interview FAQs

How many rounds are there in Johnson Controls Graduate Engineer Trainee (Get) interview?
Johnson Controls interview process usually has 3-4 rounds. The most common rounds in the Johnson Controls interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Johnson Controls Graduate Engineer Trainee (Get) 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 Johnson Controls. The most common topics and skills that interviewers at Johnson Controls expect are HVAC, Excel, Mechanical Engineering, PowerPoint and Automation Engineering.
What are the top questions asked in Johnson Controls Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Johnson Controls Graduate Engineer Trainee (Get) interview -

  1. How to check for continuity for a wire inside a wall if the starting and end po...read more
  2. What is object oriented programming language? And what is procedural langua...read more
  3. What are Universal Gates and draw OR gate from one Universal Ga...read more

Tell us how to improve this page.

Johnson Controls Interviews By Designations

  • Johnson Controls Graduate Engineer Trainee (Get) Interview Questions
  • Johnson Controls Assistant Manager Interview Questions
  • Johnson Controls Applications Engineer Interview Questions
  • Johnson Controls Deputy Manager Interview Questions
  • Johnson Controls Software Engineer Interview Questions
  • Johnson Controls Senior Executive Interview Questions
  • Johnson Controls Analyst Interview Questions
  • Johnson Controls Senior Design Engineer Interview Questions
  • Show more
  • Johnson Controls Manager Interview Questions
  • Johnson Controls Graduate Trainee Interview Questions

Interview Questions for Popular Designations

  • Graduate Apprenticeship Trainee Interview Questions
  • Graduate Trainee Interview Questions
  • Graduate Apprentice Trainee Interview Questions
  • Graduate Engineer Interview Questions
  • Production Graduate Engineer Trainee Interview Questions
  • Graduate Student Interview Questions
  • Graduate Apprentice Interview Questions
  • Post Graduate Engineer Trainee [pget] Interview Questions
  • Show more
  • Civil Graduate Engineer Trainee Interview Questions
  • Graduate Engineer Apprentice Interview Questions

Overall Interview Experience Rating

4.2/5

based on 6 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more
logo
Join Johnson Controls Building smarter, safer and more sustainable communities

Graduate Engineer Trainee (Get) Interview Questions from Similar Companies

Siemens
Siemens Graduate Engineer Trainee (Get) Interview Questions
4.0
 • 7 Interviews
Schneider Electric
Schneider Electric Graduate Engineer Trainee (Get) Interview Questions
4.1
 • 6 Interviews
Automotive Robotics (India)
Automotive Robotics (India) Graduate Engineer Trainee (Get) Interview Questions
3.5
 • 3 Interviews
Titan Engineering & Automation
Titan Engineering & Automation Graduate Engineer Trainee (Get) Interview Questions
3.9
 • 3 Interviews
Addverb Technologies
Addverb Technologies Graduate Engineer Trainee (Get) Interview Questions
3.7
 • 2 Interviews
Wipro PARI
Wipro PARI Graduate Engineer Trainee (Get) Interview Questions
3.3
 • 1 Interview
GKN
GKN Graduate Engineer Trainee (Get) Interview Questions
3.8
 • 1 Interview
TMEIC
TMEIC Graduate Engineer Trainee (Get) Interview Questions
3.9
 • 1 Interview
View all
Johnson Controls Graduate Engineer Trainee (Get) Salary
based on 76 salaries
₹3 L/yr - ₹8 L/yr
38% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Johnson Controls Graduate Engineer Trainee (Get) Reviews and Ratings

based on 12 reviews

3.8/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

3.8

Salary

4.1

Job security

3.8

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
Johnson Controls Salaries in India
Assistant Manager
1.3k salaries
unlock blur

₹4.2 L/yr - ₹11.4 L/yr

Senior Executive
1.2k salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Deputy Manager
730 salaries
unlock blur

₹6.6 L/yr - ₹13.5 L/yr

Manager
360 salaries
unlock blur

₹8.1 L/yr - ₹19 L/yr

Analyst
353 salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Johnson Controls with
Siemens

Siemens

4.0
Compare
Schneider Electric

Schneider Electric

4.1
Compare
Honeywell Automation

Honeywell Automation

3.8
Compare
Rockwell Automation

Rockwell Automation

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Johnson Controls Interview Questions >
  • Johnson Controls Graduate Engineer Trainee (Get) Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter