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

Compare button icon Compare button icon Compare

Filter interviews by

Johnson Controls Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips for Freshers

Updated 22 Oct 2024

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

View all 30 questions

Johnson Controls Graduate Engineer Trainee (Get) Interview Experiences for Freshers

13 interviews found

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
  • Q2. Introduce yourself

Interview Preparation Tips

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

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...
  • 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
  • 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
  • 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
  • Q5. Draw XOR gate write 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

  • Answered by AI
  • Q6. What are Universal Gates and draw OR gate from one 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

  • Answered by AI
  • Q7. Draw block diagram of 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 the i...

  • Answered by AI
  • 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
  • Q9. Why 8085 is called 8 bit processor
  • Ans. 

    8085 is called 8 bit processor because it can process 8 bits of data at a time.

    • 8085 has an 8-bit data bus and can process 8 bits of data at a time

    • It has an 8-bit accumulator and can perform arithmetic and logical operations on 8-bit data

    • It has 16-bit address bus which can address up to 64 KB of memory

    • Examples of 8-bit processors include Intel 8080, Zilog Z80, and MOS Technology 6502

  • Answered by AI
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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

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

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

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. What will be the cost of painting the wall behind me?
Q3. What happen when there is large air void in concrete?
Q4. What are the different types of concrete?
Q5. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but i ... read more
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 5 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 - Aptitude Test 

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

Round 3 - Technical 

(5 Questions)

  • Q1. Interview was easy for me as I have good technical knowledge. But it was really hard for others
  • 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
  • Q3. Where do you see yourself in next 5 years
  • 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
  • Q5. Projects related questions
Round 4 - 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
  • 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
  • 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
  • Q4. Power Systems basics
Round 5 - HR 

(2 Questions)

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

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

Interview Preparation Tips

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

Johnson Controls interview questions for designations

 Graduate Trainee

 (4)

 Engineer Trainee

 (1)

 Graduate Engineer

 (2)

 Electrical GET

 (1)

 Apprentice Trainee

 (1)

 Graduate Student

 (1)

 Gradute Engineer Trainee

 (1)

 Management Trainee

 (1)

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
  • 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
Round 3 - Technical 

(1 Question)

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

Interview Preparation Tips

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

Get interview-ready with Top Johnson Controls Interview Questions

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
  • 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
Round 3 - HR 

(1 Question)

  • Q1. Tell us about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

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.

Interview Preparation Tips

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

I was interviewed in Aug 2017.

Interview Questionnaire 

11 Questions

  • Q1. What's modulation? Why is it required?
  • Ans. 

    Modulation is the process of varying a carrier signal's properties to transmit information efficiently.

    • Modulation is used to transmit information over long distances.

    • It allows multiple signals to be transmitted simultaneously without interference.

    • Modulation helps in improving the signal quality and reducing noise.

    • Different modulation techniques include amplitude modulation (AM), frequency modulation (FM), and phase mod...

  • Answered by AI
  • Q2. What does program counter do?
  • Ans. 

    The program counter is a register that keeps track of the next instruction to be executed in a computer program.

    • The program counter is a special register in a computer's central processing unit (CPU).

    • It holds the memory address of the next instruction to be executed.

    • After each instruction is executed, the program counter is incremented to point to the next instruction.

    • In case of conditional or unconditional jumps, the ...

  • Answered by AI
  • Q3. Difference between latch and flip flop.
  • Ans. 

    A latch is level-sensitive and stores data as long as the enable signal is active, while a flip flop is edge-triggered and stores data only on the rising or falling edge of the clock signal.

    • Latches are level-sensitive, while flip flops are edge-triggered.

    • Latches store data as long as the enable signal is active, while flip flops store data only on the rising or falling edge of the clock signal.

    • Latches are simpler and h...

  • Answered by AI
  • Q4. Functioning of op-amp
  • Ans. 

    Op-amp is an electronic device that amplifies the difference between two input voltages.

    • Op-amp stands for operational amplifier.

    • It has a high gain and can amplify signals.

    • It has two input terminals, one inverting and one non-inverting.

    • The output voltage is the amplification of the voltage difference between the input terminals.

    • Op-amps are widely used in various applications such as amplifiers, filters, oscillators, and

  • Answered by AI
  • Q5. How many classes are there in C? Explain.
  • Ans. 

    There are no classes in C as it is a procedural programming language.

    • C is a procedural programming language, not an object-oriented one.

    • It does not have the concept of classes or objects.

    • Instead, it uses functions and structures to organize code.

    • Structures can be used to create user-defined data types.

    • For example, a structure can be defined to represent a person with attributes like name, age, and address.

  • Answered by AI
  • Q6. Introduce yourself!
  • Ans. 

    I am a Graduate Engineer Trainee with a passion for problem-solving and a strong background in engineering.

    • I have recently completed my Bachelor's degree in Mechanical Engineering from XYZ University.

    • During my studies, I gained hands-on experience in various engineering projects, including designing and building a prototype for a solar-powered vehicle.

    • I have a solid understanding of engineering principles and have deve...

  • Answered by AI
  • Q7. What are your plans for masters?
  • Ans. 

    I plan to pursue a master's degree in Engineering Management to enhance my technical and managerial skills.

    • I intend to specialize in Engineering Management to gain a deeper understanding of the business aspects of engineering.

    • I aim to develop strong leadership and project management skills through coursework and practical experiences.

    • I plan to conduct research in the field of sustainable engineering practices to contri...

  • Answered by AI
  • Q8. Would you have any problem if you are placed in Mumbai or Pune?
  • Ans. 

    No, I would not have any problem being placed in Mumbai or Pune.

    • I am open to working in any location as long as it aligns with my career goals.

    • I have researched about Mumbai and Pune and I find them both to be vibrant cities with ample opportunities.

    • I am adaptable and can easily adjust to new environments and cultures.

    • I believe that being placed in Mumbai or Pune would provide me with valuable experiences and exposure ...

  • Answered by AI
  • Q9. Where do you see yourself after 3 years?
  • Ans. 

    In 3 years, I see myself as a senior engineer, leading a team and contributing to the development of innovative projects.

    • Leading a team of engineers

    • Contributing to the development of innovative projects

    • Continuing professional growth and learning

    • Building strong relationships with colleagues and clients

  • Answered by AI
  • Q10. Draw any counter using D-flip flip
  • Ans. 

    A D-flip flop can be used to create a counter by connecting the output of one flip flop to the input of the next.

    • Connect the output of one D-flip flop to the input of the next

    • Use the clock signal to trigger the flip flops

    • Set the initial value of the counter

    • Use additional logic gates if necessary to control the counter behavior

  • Answered by AI
  • Q11. What is multivibrator?
  • Ans. 

    A multivibrator is an electronic circuit that generates a continuous output waveform of a specified shape and frequency.

    • Multivibrators are used in various applications such as timing circuits, frequency dividers, and waveform generators.

    • There are three types of multivibrators: astable, monostable, and bistable.

    • Astable multivibrators produce a continuous square wave output with no stable state.

    • Monostable multivibrators ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy to moderate questions. Mostly from indiabix site. NO quantitative questions at all! This came as a surprise for all of us (Johnson Controls' pattern is unpredictable!). GK questions varied from geography to current affairs.
Tips: Go through indiabix site. Most of the questions were directly/indirectly from this site only.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Level easy questions were asked. They were checking basics only. But the questions were asked from many subjects. Good experience overall.
Tips: Prepare atleast 3 subjects from core and atleast 1 programming language.
Not everyone knows everything. Be straight forward. If you don't have an answer to a question then straight away say "sir I don't know"
If you waste interviewer's time, you are making it easy for him to reject you.
Be crisp!

Round: Technical + HR Interview
Experience: There were 6 members in the panel. Technical and HR questions were coming randomly at me from left and right.
Tips: Walk in confidently. Stay confident throughout. Stay fresh. Be natural. Don't worry if you fumble, everyone does! Take your time here. At the end, either shake hands with everyone or don't shake hands at all. (I prefer shaking hands)
Note: prepare the answer of "introduce yourself" beforehand. It can't be impromptu. This is the ice-breaking question.

College Name: B. P. Poddar Institute of Management & Technology

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The written test was of around 45 mins.Paper consisted of approx 50 questions, both technical(Mech+ EEE) as well as general aptitude.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Experience: My interviews took place for around 1 hour.In interviews they asked me some finance and marketing questions, a case study, puzzles, projects and internships. At last they selected just 2

General Tips: It was challenging for me because I was not having a good cgpa like my competitors. Still I was confident throughout the selection process.
Skill Tips: The company profile was sales and marketing.It's a core company so they were open for Mech & EEE, Mechatronics(M-tech)only. Before the interviews go through some online papers of the company and also some HR questions.Since the company came for marketing profile, they really wanted a leader to leadthe market.
College Name: NIT SURATHKAL

I applied via Campus Placement

Interview Questionnaire 

5 Questions

  • Q1. Basic design procedure
  • Q2. Things you look in moulds
  • Ans. 

    I look for quality, durability, and precision in moulds.

    • Quality of the material used in the mould

    • Durability of the mould to withstand repeated use

    • Precision in the mould's design and manufacturing process

    • Ability to produce consistent and accurate parts

    • Ease of maintenance and repair

    • Compatibility with the intended manufacturing process

  • Answered by AI
  • Q3. Press tools
  • Q4. Heat transfer
  • Q5. Som and mechanics

Interview Preparation Tips

Round: Test
Experience: aptitude was not so easy as it consists of quantative logical and technical.
10 questions were on technical mainly focused on mechanics , som and machine design. if your basics are clr then u can easily crack the apti.
Tips: make yourself clr . and mark the correct answers within 1 min. if u r comfident that you can solve 40 quest in 60 min then do that instead of taking tenaion of solving all problems.
Duration: 60 minutes
Total Questions: 60

Round: CAD MODEL TEST
Experience: test was based on catia and nx. you have to make a model frm dummy model by using commands. then your model should b free from the orignal one. we call it as breaking the linkage.
Tips: whatever you do after every step save it. and then zee weather its breaking the link or note. on every step it woill reduce your labour.

Round: Technical Interview
Experience: anyone can read it frm machine design book of rs khurmi
Tips: read the basic concepts daily. make yourself cear in every doubt that occours in your mind

Round: HR Interview
Tips: be confidend. be professional.

General Tips: be prepared for any question. have energy in you
it should look in your face. b smart.
Skills: som, gd&t symbols, jigs and fixtures, press tools, moulds, catia
College Name: BECHALOR OF ENGINEERING, jawaharlal nehru engineering college
Motivation: good environment. work friendly nature.
Funny Moments: in hr interview the asked me about "how long will you stay in johnson?"
i took a pause and said sir i was planning for my retirement plan in your firm.

Johnson Controls Interview FAQs

How many rounds are there in Johnson Controls Graduate Engineer Trainee (Get) interview for freshers?
Johnson Controls interview process for freshers usually has 3-4 rounds. The most common rounds in the Johnson Controls interview process for freshers are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Johnson Controls Graduate Engineer Trainee (Get) interview for freshers?
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, Analytical, Application Engineering, Automation and Building Management System.
What are the top questions asked in Johnson Controls Graduate Engineer Trainee (Get) interview for freshers?

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

  1. What are Universal Gates and draw OR gate from one Universal Ga...read more
  2. What is the use of counter and How it is different from Shift registe...read more
  3. How many classes are there in C? Expla...read more

Tell us how to improve this page.

Johnson Controls Graduate Engineer Trainee (Get) Interview Process for Freshers

based on 3 interviews

3 Interview rounds

  • Technical Round - 1
  • HR Round
  • Technical Round - 2
View more
Join Johnson Controls Building smarter, safer and more sustainable communities
Johnson Controls Graduate Engineer Trainee (Get) Salary
based on 63 salaries
₹3 L/yr - ₹7 L/yr
21% 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 11 reviews

3.3/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.4

Salary

3.7

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Assistant Manager
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
670 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
361 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Applications Engineer
335 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Johnson Controls with

Siemens

4.1
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

4.1
Compare

ABB

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