i
Johnson Controls
Filter interviews by
Very friendly interviewer. Just focus on basic things.
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...
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...
I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.
Basically first they ask you 30 MCQ questions on your technical part then you will have to face gamified aptitude there lots of sections are there like verbal, reasoning, soduko, memory game, puzzle, psychometric etc.
During my vacation training, I learned practical skills, gained industry knowledge, improved communication and teamwork abilities, and developed problem-solving skills.
Practical skills related to the specific field of engineering
Industry knowledge about current trends, technologies, and best practices
Improved communication and teamwork abilities through working with colleagues and supervisors
Developed problem-solving s...
DC machines are classified into two main types: DC generator and DC motor.
DC Generator: Converts mechanical energy into electrical energy
DC Motor: Converts electrical energy into mechanical energy
Examples: Separately excited DC generator, series-wound DC motor, shunt-wound DC motor
30 minute 30 questions including verbal and quantitative aptitude
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Apr 2024. There were 4 interview rounds.
Basically a test which will conducted in online, cover both technical and aptitude.
Group of 10 members, 30% will be the selection rate in GD.
My 5-year goal is to become a certified Professional Engineer and gain experience in project management.
Obtain Professional Engineer certification
Gain experience in project management
Continue professional development through training and courses
I applied via Campus Placement
GS reasoning math science
posted on 21 Feb 2022
G-code and M-code are programming languages used in CNC machines to control their movements and operations.
G-code is used to control the movement of the machine, such as its speed, position, and direction.
M-code is used to control the machine's auxiliary functions, such as turning on and off the spindle or coolant.
Both G-code and M-code are written in a specific format and can be edited using a text editor or specializ...
5S is a workplace organization method that aims to improve efficiency and productivity by eliminating waste and optimizing workflow.
5S stands for Sort, Set in Order, Shine, Standardize, and Sustain
Sort involves removing unnecessary items from the workplace
Set in Order involves organizing the remaining items in a logical and efficient manner
Shine involves cleaning and maintaining the workplace
Standardize involves creati...
Robots play a significant role in human life by performing tasks that are dangerous, repetitive, or impossible for humans.
Robots can be used in manufacturing to increase efficiency and reduce human error.
Robots can be used in healthcare to perform surgeries and assist with patient care.
Robots can be used in exploration to gather data in environments that are too dangerous for humans.
Robots can be used in agriculture to...
NC machines are manually operated while CNC machines are automated.
NC machines require manual input for each movement while CNC machines are programmed to perform movements automatically.
CNC machines are more precise and efficient than NC machines.
NC machines are cheaper than CNC machines.
Examples of NC machines include drill presses and lathes while examples of CNC machines include milling machines and laser cutters.
G-codes are used to control the movement of the machine while M-codes are used to control the machine's functions.
G-codes control the movement of the machine, such as its speed, direction, and position.
M-codes control the machine's functions, such as turning on or off the spindle or coolant.
G-codes are used more frequently than M-codes in CNC programming.
Examples of G-codes include G00 for rapid positioning and G01 for...
Vertical milling machines have a spindle that moves vertically while horizontal milling machines have a spindle that moves horizontally.
Vertical milling machines are better suited for cutting and drilling metal sheets and plates.
Horizontal milling machines are better suited for cutting and shaping solid materials like wood and plastics.
Vertical milling machines are typically used for producing small to medium-sized par...
Lathe machine is used for turning and shaping cylindrical workpieces while milling machine is used for cutting and shaping flat or irregularly shaped workpieces.
Lathe machine rotates the workpiece while the cutting tool remains stationary, while milling machine rotates the cutting tool while the workpiece remains stationary.
Lathe machine is used for producing cylindrical shapes like shafts, rods, and bushings, while mi...
CNC machines play a crucial role in the company's manufacturing process.
CNC machines automate the manufacturing process, reducing human error and increasing efficiency.
They can produce complex and precise parts that would be difficult or impossible to make by hand.
CNC machines can be programmed to produce large quantities of parts with consistent quality.
They are used in a variety of industries, including aerospace, au...
posted on 12 Mar 2021
I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Feb 2021. There were 5 interview rounds.
The minimum length of a screw depends on the specific application and requirements.
The minimum length of a screw is determined by the thickness of the materials being joined.
It is important to consider the depth of the hole or the thickness of the material to ensure proper engagement of the screw.
Factors such as load-bearing capacity, torque requirements, and environmental conditions may also influence the minimum leng...
Different materials used in an IC engine include cast iron, aluminum alloy, steel, and copper.
Cast iron is used for the engine block and cylinder heads due to its high strength and heat resistance.
Aluminum alloy is used for pistons and cylinder heads to reduce weight and improve heat dissipation.
Steel is used for crankshafts and connecting rods for their high strength and durability.
Copper is used for engine gaskets an...
1st, 2nd and 3rd view angles are different ways of representing an object in engineering drawings.
First angle projection: object is placed in the first quadrant of the reference plane and viewed from the opposite side of the plane
Second angle projection: object is placed in the third quadrant of the reference plane and viewed from the opposite side of the plane
Third angle projection: object is placed in the first quadr...
I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.
After the resume screening, the shortlisted candidates were sent a link to the test which was scheduled a few days later. The test had 2 sections - Technical and Aptitude MCQs, and a Coding section.
The Coding test had 2 easy-medium level questions. They were fairly easy to complete, and I successfully passed all test-cases.
Insertion Sort is a simple sorting algorithm that builds the final sorted array one item at a time.
Start from the second element and compare it with the previous elements to find its correct position in the sorted array.
Repeat this process for all elements in the array.
Example: Given array of strings ['banana', 'apple', 'orange'], after insertion sort it becomes ['apple', 'banana', 'orange'].
Use a loop to iterate through the array and keep track of the maximum and second-maximum numbers.
Initialize two variables to store the maximum and second-maximum numbers.
Iterate through the array and update the variables accordingly.
Handle edge cases like when the array has less than two elements.
Pass-by-value is a method of passing arguments to a function where the actual value of the argument is copied to a new variable.
In pass-by-value, a copy of the actual value of the argument is passed to the function.
Any changes made to the parameter inside the function do not affect the original value outside the function.
Primitive data types like integers, floats, and characters are typically passed by value.
Example: i...
To merge two CSV files with 2 columns each in Python, use the pandas library.
Import the pandas library
Read the two CSV files into pandas DataFrames
Merge the DataFrames using a common column as the key
Save the merged DataFrame to a new CSV file
To reduce vehicle congestion at a junction, implement traffic signal optimization, encourage public transportation, and create dedicated lanes for buses and bicycles.
Implement traffic signal optimization to improve traffic flow and reduce wait times.
Encourage the use of public transportation by providing incentives such as discounted fares or improved services.
Create dedicated lanes for buses and bicycles to reduce the...
I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.
Its online test consists of technical topics
2 GD's
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Assistant Manager
1.3k
salaries
| ₹4.5 L/yr - ₹11.4 L/yr |
Senior Executive
1.1k
salaries
| ₹3 L/yr - ₹9 L/yr |
Deputy Manager
669
salaries
| ₹6.6 L/yr - ₹13 L/yr |
Manager
366
salaries
| ₹7 L/yr - ₹19 L/yr |
Applications Engineer
335
salaries
| ₹3 L/yr - ₹11.5 L/yr |
Siemens
Honeywell Automation
Schneider Electric
ABB