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 Engineering Associate 3 Interview Questions and Answers

Updated 3 May 2019

Johnson Controls Engineering Associate 3 Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Basic and advanced level of SQL. Writing some queries on paper. Some live scenario and how to handle that. Most of the questions on indexes and performance tuning. Also ask some question on SSIS
  • Q2. Writing procedures and Queries. Write SSIS logic. Ask some scripting knowledge
  • Q3. About me and about the company where I m joining

Interview Preparation Tips

Round: Resume Shortlist
Experience: SQL Server and ETL

What people are saying about Johnson Controls

View All
purewasp
Verified Icon
1w
works at
Johnson Controls
How is job security in Cornerstone as Manager Order Validation in Pune?
Got a question about Johnson Controls?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test is beneficial and somewhat easy.

Round 2 - Coding Test 

The coding test was both successful and somewhat challenging.

Round 3 - Group Discussion 

Group discussions are highly beneficial.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP) in Python?
  • Ans. 

    Object-Oriented Programming (OOP) in Python is a programming paradigm based on objects and classes to structure code effectively.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Dog with attributes and methods.

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class Bulldog inherits from class Dog.

    • Polymorphism: Ability to...

  • Answered by AI
  • Q2. What can you tell me about machine learning algorithms?
  • Ans. 

    Machine learning algorithms enable computers to learn from data and make predictions or decisions without explicit programming.

    • Supervised Learning: Algorithms learn from labeled data. Example: Linear Regression for predicting house prices.

    • Unsupervised Learning: Algorithms identify patterns in unlabeled data. Example: K-Means Clustering for customer segmentation.

    • Reinforcement Learning: Algorithms learn by interacting wi...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What makes you a suitable candidate for this position?
  • Ans. 

    I possess a blend of relevant skills, experience, and a strong commitment to contributing positively to your team.

    • Strong analytical skills: In my previous role, I successfully analyzed market trends to improve product positioning.

    • Team collaboration: I led a project team that increased efficiency by 20% through effective communication and delegation.

    • Adaptability: I quickly learned new software tools that enhanced our wo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare the items listed in your resume, and always maintain confidence, regardless of whether you know the answers to the questions or not.

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. 1. What are delegates? 2. Question on Linq C# 3. Most of the questions were on design patterns and SOLID principles 4. OOPS concepts 5. Puzzles were also there.

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is power supply?and explain
  • Ans. 

    Power supply is an electronic device that provides electrical energy to an electrical load.

    • Power supply converts AC voltage to DC voltage.

    • It regulates voltage and current to protect the device from damage.

    • Types of power supply include linear, switching, and battery.

    • Examples of power supply include wall adapters, computer power supplies, and batteries.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Analysis the circuits

I applied via Recruitment Consultant and was interviewed in Nov 2017. There were 8 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Technical Interview on Power Systems/Switchgear & Control System. Detailed discussion on Switchgear and Protection. Discussion on IEC and IS standards.
  • Q2. HR interview on experience and Pay scale
  • Q3. Detailed discussion on experience and expectations.
  • Q4. Baground & Certificate verification

Interview Preparation Tips

Round: Resume Shortlist
Experience: Engineering Degree & Suitable profile

Round: Group Discussion
Experience: Topic : Switchgear & Control System.

I have actively participated in technical discussion.

Round: Second level of technical round with higher authority
Experience: Details analysis on market segment

Round: Case Study Interview
Experience: Case study on my interest and profile interested in.

General Tips: Prepare and answer correctly to the questions you asked, do not lead interviewer in wrong way. Interviewers will easily guess what we are delivering.

Be 100% interested on your profile & role, Don't attend interview for the shake of job.

Skills: Technical Knowledge(ML, Communication, Body Language, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-3 Months

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design fan.What is bm? What is nozzle?
  • Ans. 

    BM stands for Blade Material. Nozzle is a device that directs or controls the flow of a fluid.

    • BM refers to the material used to make the blades of a fan. It can be plastic, metal, or wood.

    • Nozzle is a component that is used to control the flow of a fluid, such as air or water. It can be found in various devices, such as a garden hose or a spray bottle.

    • In a fan, the nozzle is the part that directs the air flow in a speci...

  • Answered by AI
  • Q2. Design blower for industry
  • Ans. 

    Designing a blower for industrial use requires consideration of factors such as air flow rate, pressure, power consumption, and noise level.

    • Determine the required air flow rate and pressure for the specific application

    • Select an appropriate blower type (centrifugal, axial, etc.) based on the requirements

    • Calculate the power consumption and efficiency of the blower

    • Consider noise level and implement noise reduction measure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and confident

Johnson Controls Interview FAQs

What are the top questions asked in Johnson Controls Engineering Associate 3 interview?

Some of the top questions asked at the Johnson Controls Engineering Associate 3 interview -

  1. Basic and advanced level of SQL. Writing some queries on paper. Some live scena...read more
  2. Writing procedures and Queries. Write SSIS logic. Ask some scripting knowle...read more

Tell us how to improve this page.

Join Johnson Controls Building smarter, safer and more sustainable communities

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 425 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Wipro PARI Interview Questions
3.3
 • 44 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
View all
Johnson Controls Engineering Associate 3 Salary
based on 20 salaries
₹5 L/yr - ₹11.2 L/yr
6% more than the average Engineering Associate 3 Salary in India
View more details

Johnson Controls Engineering Associate 3 Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.8

Promotions

4.8

Work satisfaction

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

₹4.2 L/yr - ₹11.4 L/yr

Senior Executive
1.1k salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Deputy Manager
686 salaries
unlock blur

₹6.6 L/yr - ₹13 L/yr

Manager
351 salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Applications Engineer
343 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Explore more salaries
Compare Johnson Controls with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Honeywell Automation

3.8
Compare

Rockwell Automation

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