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 Interview Questions, Process, and Tips

Updated 24 Feb 2025

Top Johnson Controls Interview Questions and Answers

View all 192 questions

Johnson Controls Interview Experiences

Popular Designations

262 interviews found

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

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

Q1. How to check for continuity for a wire inside a wall if the starting and end points are available to you.
View answer (15)

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. What are active power and reactive power in an electrical system?
  • Ans. 

    Active power is the actual power consumed by a system, while reactive power is the power that oscillates between the system and the source.

    • Active power is the real power consumed by electrical devices and is measured in watts (W).

    • Reactive power is the power that flows back and forth between the source and the load, without performing any useful work.

    • The combination of active power and reactive power gives the total pow...

  • Answered by AI
  • Q2. What are the different types of temperature sensors, and what do RTD and PT100 mean?
  • Ans. 

    Different types of temperature sensors include thermocouples, RTDs, thermistors, and infrared sensors. RTD stands for Resistance Temperature Detector and PT100 is a type of RTD.

    • Thermocouples: measure temperature based on voltage produced by two different metals joined together

    • RTDs (Resistance Temperature Detectors): measure temperature by changes in electrical resistance

    • Thermistors: measure temperature based on changes...

  • Answered by AI
  • Q3. What is your understanding of Building Management Systems (BMS), and how do they function?
  • Ans. 

    BMS are systems that control and monitor building operations, such as HVAC, lighting, and security, to improve efficiency and occupant comfort.

    • BMS integrate various building systems to centralize control and monitoring.

    • They use sensors and actuators to collect data and adjust settings based on predefined parameters.

    • BMS can optimize energy usage, reduce maintenance costs, and improve occupant comfort.

    • Examples of BMS inc...

  • Answered by AI
  • Q4. What is forward and backward flow in PID control system?
  • Ans. 

    Forward flow is the direct action of the controller on the process, while backward flow is the feedback from the process to the controller in a PID control system.

    • Forward flow is the control action that directly affects the process based on the setpoint and error signal.

    • Backward flow is the feedback mechanism where the process output is compared to the setpoint to generate an error signal for the controller.

    • In a PID co...

  • Answered by AI
  • Q5. Tell me about your self and experience
  • Ans. 

    I am a Senior Application Engineer with 8 years of experience in developing and implementing software solutions for various industries.

    • 8 years of experience in software development

    • Proficient in programming languages such as Java, C++, and Python

    • Strong background in designing and implementing complex applications

    • Experience working with cross-functional teams to deliver high-quality solutions

    • Proven track record of succes...

  • Answered by AI
  • Q6. What is your family background? What is your father do?
  • Ans. 

    My family background is diverse with members in various professions. My father is a retired engineer.

    • Diverse family background

    • Father is a retired engineer

  • Answered by AI
  • Q7. Why you want to change your job?
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking career advancement and growth

    • Interest in working with different technologies or industries

    • Better work-life balance or company culture

    • Relocation or commute reasons

  • Answered by AI
  • Q8. What are Modbus and BACnet in the context of a Building Management System (BMS)?
  • Ans. 

    Modbus and BACnet are communication protocols used in Building Management Systems (BMS) to enable devices to communicate with each other.

    • Modbus is a serial communication protocol commonly used for connecting industrial electronic devices. It is simple and easy to implement.

    • BACnet is a protocol specifically designed for building automation and control networks. It allows different devices from different manufacturers to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with strong fundamental knowledge and

Top Johnson Controls Senior Application Engineer Interview Questions and Answers

Q1. What are active power and reactive power in an electrical system?
View answer (1)

Senior Application Engineer Interview Questions asked at other Companies

Q1. What is acceleration and how it is important in Fiber laser cutting machine ?
View answer (1)

Engineer Trainee Interview Questions & Answers

user image Krishnarjun Ghosh

posted on 17 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Very friendly interviewer. Just focus on basic things.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is operational Amplifier?
  • Ans. 

    An operational amplifier is a high-gain electronic voltage amplifier with differential inputs and a single output.

    • Operational amplifiers are commonly used in analog circuits for signal processing, filtering, and mathematical operations.

    • They have a very high input impedance and a very low output impedance.

    • Op-amps can be configured in various ways such as inverting amplifier, non-inverting amplifier, summing amplifier, i...

  • Answered by AI
  • Q2. What is a transistor
  • Ans. 

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

    • Transistors are fundamental building blocks of modern electronic devices.

    • They can amplify electrical signals, control the flow of current, and act as switches.

    • There are two main types of transistors: bipolar junction transistors (BJTs) and field-effect transistors (FETs).

    • Transistors are used in a wide range of applications, from compute...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About family and relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - basic things are needed

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

RTR Analyst Interview Questions & Answers

user image Sapana Kanaki

posted on 18 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented RTR Analyst with a strong background in financial analysis and reporting.

    • I have a Bachelor's degree in Accounting and Finance

    • I have 3+ years of experience in reconciliations and financial reporting

    • I am proficient in using accounting software such as SAP and QuickBooks

    • I have a strong attention to detail and problem-solving skills

    • I have excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Previous organisation experience?
  • Ans. 

    I have 3 years of experience working as a financial analyst at XYZ Corporation.

    • Worked as a financial analyst at XYZ Corporation for 3 years

    • Analyzed financial data to provide insights and recommendations

    • Prepared financial reports and presentations for senior management

  • Answered by AI
  • Q3. Journal entries
  • Q4. Basic accounting knowledge
  • Q5. Reconciliation related questions
Round 2 - Technical 

(3 Questions)

  • Q1. Previous experience
  • Q2. Fixed asset Accounting
  • Q3. Accrual Accounting

Interview Preparation Tips

Topics to prepare for Johnson Controls RTR Analyst interview:
  • Accrual Accounting
  • Fixed Accounting
  • Depreciation
  • Journal entries
  • Prepaid expenses
Interview preparation tips for other job seekers - Before attend any interview atleast do basics because recruiter are expecting we atleast know basic accounting knowledge.
If you don't know answer, show enthusiasm that you are quick learner.
Most important point be confident all of the time. Sometime you get counter question, so don't panic try to explain as you know.
All the best of all job Seekers!

RTR Analyst Interview Questions asked at other Companies

Q1. Journal entry for prepaid expenses
View answer (1)

Johnson Controls interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (17)

 Assistant Manager

 (14)

 Applications Engineer

 (11)

 Deputy Manager

 (9)

 Software Engineer

 (8)

 Analyst

 (6)

 Senior Executive

 (6)

 Manager

 (5)

Graduate Student Interview Questions & Answers

user image Gaurav Patil

posted on 23 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic questions was asked in this round. In which questions are based on your educational field and aptitude questions are also there.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and hardworking graduate student with a passion for research and learning.

    • Currently pursuing a Master's degree in [specific field]

    • Have experience conducting research projects and presenting findings

    • Interested in furthering my education and contributing to the academic community

  • Answered by AI
  • Q2. Why do you want to join us?
  • Ans. 

    I am passionate about your research focus and believe I can contribute meaningfully to your team.

    • I am impressed by the innovative projects your lab is working on

    • I have relevant experience and skills that align with your research goals

    • I am excited about the opportunity to collaborate with experts in the field

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on general aptitude and application based questions are also asked.
  • Q2. What projects you have completed.
Round 4 - HR 

(2 Questions)

  • Q1. General question are asked based on your family background
  • Q2. About your relocation for the job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study all basics of your academic background and also prepare introduction.

Graduate Student Interview Questions asked at other Companies

Q1. A hollow enclosure is formed between two infinitely long concentric cylinders of radii 1 m and 2 m respectively, Radiative neat exchange takes place between the inner surface of the larger cylinder (surface-2) and the outer surface of the s... read more
View answer (1)

Get interview-ready with Top Johnson Controls Interview Questions

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Water cooled chillers
  • Q2. Water chiller is a device used to lower the temperature of water. Most chillers use refrigerant in a closed loop system to facilitate heat exchange from water where the refrigerant is then pumped to a loca...
  • Q3. Both air-cooled chiller and water cooled chiller depend on an air stream as a means of heat transfer. The difference is that the water-cooled chillers or rather the cooling towers use a humid air stream (a...
  • Q4. Vapor compression or vapor absorption. Chillers provide a continuous flow of coolant to the cold side of a process water system at a desired temperature of about 50°F (10°C)
Round 2 - HR 

(1 Question)

  • Q1. My number XXXXX

Interview Preparation Tips

Interview preparation tips for other job seekers - My friend umar shareef Told me to Johnson Controls visa

Senior Technician Interview Questions asked at other Companies

Q1. What would you do if the computer is turned off and doesn’t turn on ?
View answer (2)

Jobs at Johnson Controls

View all
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Journal information
Round 2 - Technical 

(1 Question)

  • Q1. Domain related questions.
Round 3 - Technical 

(1 Question)

  • Q1. Domain Realated
Round 4 - Technical 

(1 Question)

  • Q1. Domain related questions.

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Graduate Engineer Interview Questions & Answers

user image Chirag Suryawanshi

posted on 23 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

100 questions 50 apti 50 tech

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Ohms Law?
  • Ans. 

    Ohm's Law states that the current flowing through a conductor is directly proportional to the voltage across it, and inversely proportional to the resistance of the conductor.

    • Ohm's Law is represented by the formula V = I * R, where V is the voltage, I is the current, and R is the resistance.

    • It helps in calculating the relationship between voltage, current, and resistance in an electrical circuit.

    • For example, if a circu...

  • Answered by AI
  • Q2. Explain your project?
  • Ans. 

    Developed a smart irrigation system using IoT technology.

    • Used sensors to monitor soil moisture levels

    • Implemented a microcontroller to control water flow to plants

    • Designed a mobile app for users to remotely monitor and adjust irrigation settings

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Draw Wiring Diagrams?
  • Ans. 

    Wiring diagrams are visual representations of electrical circuits, showing how components are connected.

    • Start by identifying all components in the circuit

    • Draw a diagram showing the connections between components

    • Use standard symbols for components like resistors, capacitors, and wires

    • Label each component and connection for clarity

    • Include a legend if necessary to explain symbols used

  • Answered by AI
  • Q2. Why do you choose electrical Engineering?
  • Ans. 

    I chose electrical engineering because of my passion for understanding and working with technology, as well as the opportunity to innovate and solve complex problems.

    • Passion for technology and innovation

    • Interest in understanding how things work

    • Desire to solve complex problems

    • Opportunity to work on cutting-edge projects

    • Potential for career growth and development

  • Answered by AI

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the applications of a Zener diode?
  • Ans. 

    Zener diodes are used for voltage regulation, voltage reference, surge protection, and in voltage stabilizers.

    • Voltage regulation in power supplies

    • Voltage reference in circuits

    • Surge protection in electronic devices

    • Voltage stabilizers in automotive systems

    • Overvoltage protection in communication systems

  • Answered by AI

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Graduate Trainee Interview Questions & Answers

user image nikita sonnad

posted on 27 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apptitude questions related to core

Round 2 - Technical 

(2 Questions)

  • Q1. About your self
  • Q2. About your projects
Round 3 - Technical 

(1 Question)

  • Q1. About your personality and behavoiur
Round 4 - HR 

(1 Question)

  • Q1. ..................................................mmmmmmm

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Instructional Designer Interview Questions asked at other Companies

Q1. Come up with a scenario and how will you design an elearning material.
View answer (1)

Johnson Controls Interview FAQs

How many rounds are there in Johnson Controls interview?
Johnson Controls interview process usually has 2-3 rounds. The most common rounds in the Johnson Controls interview process are Technical, One-on-one Round and HR.
How to prepare for Johnson 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 Johnson Controls. The most common topics and skills that interviewers at Johnson Controls expect are HVAC, Instrumentation, MEP, Troubleshooting and Operations.
What are the top questions asked in Johnson Controls interview?

Some of the top questions asked at the Johnson Controls 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 letters are sent out for Collection? What legal actions are tak...read more
How long is the Johnson Controls interview process?

The duration of Johnson Controls interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Johnson Controls Interview Process

based on 239 interviews

Interview experience

3.8
  
Good
View more
Join Johnson Controls Building smarter, safer and more sustainable communities

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 417 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
ABB Interview Questions
4.1
 • 234 Interviews
Eaton Interview Questions
3.9
 • 118 Interviews
Legrand Interview Questions
3.7
 • 19 Interviews
Danaher Interview Questions
4.0
 • 9 Interviews
View all

Johnson Controls Reviews and Ratings

based on 2.9k reviews

3.6/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.5

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 2.9k Reviews and Ratings
Deputy General Manager

Chennai

8-13 Yrs

Not Disclosed

SAP PTP DevOps Engineer

Pune

0-7 Yrs

Not Disclosed

IT Intern

Pune

0-1 Yrs

Not Disclosed

Explore more jobs
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