i
Johnson Controls
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
All questions are good along with tricky
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
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
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.
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...
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
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...
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
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 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...
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
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
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
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...
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
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...
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
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.
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...
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 ...
posted on 23 Sep 2023
I applied via Campus Placement
Quants,Instrumentation question
I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.
It was aptitude plus technical test which was easy and very basic questions were asked
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...
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...
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...
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...
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...
Johnson Controls interview questions for designations
It included basics of physics mathematics and few quant questions
Get interview-ready with Top Johnson Controls Interview Questions
Aptitude test was quite easy as it included all the basics of physics and mathematics and few questions on sensors
I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.
Online exam to be given from your home
To check continuity of a wire inside a wall, use a multimeter and connect it to the starting and end points of the wire.
Turn off power to the circuit before testing
Set the multimeter to continuity mode
Connect one probe to the starting point and the other to the end point
If the multimeter beeps or shows a reading, the wire has continuity
If there is no continuity, the wire may be broken or disconnected
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...
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...
It was a mix of aps & technical
I applied via Walk-in and was interviewed before Sep 2022. There were 3 interview rounds.
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 ...
I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.
Top trending discussions
3 Interview rounds
based on 11 reviews
Rating in categories
Assistant Manager
1.2k
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Senior Executive
1.1k
salaries
| ₹3 L/yr - ₹9 L/yr |
Deputy Manager
645
salaries
| ₹6.6 L/yr - ₹12.6 L/yr |
Manager
353
salaries
| ₹7.8 L/yr - ₹18 L/yr |
Applications Engineer
328
salaries
| ₹3.6 L/yr - ₹12 L/yr |
Siemens
Honeywell Automation
Schneider Electric
ABB