Upload Button Icon Add office photos
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
3.6

based on 2.8k Reviews

Filter interviews by

Johnson Controls Intern Interview Questions and Answers

Updated 7 Mar 2024

Johnson Controls Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2024

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

It was easy and few topics related to communication

Round 2 - Technical 

(2 Questions)

  • Q1. Moderate questions
  • Q2. About projects and analog questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Was moderate and some technical questions
  • Q2. Technical and hr questions

Intern Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2022

I applied via Campus Placement and was interviewed in Dec 2021. 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 

Logical, Verbal and Quants. One section for questions related to basics of Data Analytics

Round 3 - Technical 

(6 Questions)

  • Q1. Give a brief introduction to yourself
  • Q2. Explain your project
  • Q3. Questions related to resume (Neural network, Deep learning)
  • Q4. Are you familiar with Power BI and Tableau?
  • Ans. 

    Yes, I am familiar with both Power BI and Tableau.

    • I have used Power BI and Tableau extensively in my previous job.

    • I am proficient in creating interactive dashboards and visualizations using both tools.

    • I have experience in connecting to various data sources and transforming data for analysis.

    • I am comfortable with creating calculated fields and measures to derive insights from data.

    • I have also worked with Power BI and Ta...

  • Answered by AI
  • Q5. Are you willing to relocate?
  • Q6. Other HR related questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Intern interview:
  • Data Analytics
  • Aptitude
Interview preparation tips for other job seekers - Be thorough with your Resume
Be confident

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2022

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. General questions about resume
  • Q2. Questions on basic instrumentation cpncepts
  • Q3. Any plan for higher studies?
  • Q4. Do you know python programming language?
  • Ans. 

    Yes, I know Python programming language.

    • I have experience in writing Python scripts for automation and data analysis.

    • I am familiar with popular Python libraries such as NumPy, Pandas, and Matplotlib.

    • I have also worked on Python web frameworks like Django and Flask.

    • I am comfortable with object-oriented programming concepts in Python.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Johnson Controls Intern interview:
  • Python
  • PowerBI
Interview preparation tips for other job seekers - Be fully prepared about whatever you've written on resume.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the Quick Sort algorithm?
  • Q2. What is the merge sort algorithm and what is its time complexity?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding Round is conducted in HackerRank Test

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between MySQL and Postgresql.
  • Ans. 

    MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.

    • MySQL is more commonly used in web applications due to its speed and simplicity.

    • PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.

    • MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...

  • Answered by AI
  • Q2. What is the principle of OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on the use of classes and objects to organize code

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: the ability for objects of differ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro

  • Answered by AI
  • Q2. How Will You Include CSS in HTML
  • Ans. 

    CSS can be included in HTML using inline, internal, or external methods.

    • Use inline CSS by adding the style attribute to HTML elements

    • Use internal CSS by placing CSS code within