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 Engineer 1 Interview Questions and Answers

Updated 29 Dec 2023

Johnson Controls Engineer 1 Interview Experiences

1 interview found

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Which CAD softwares do you have hands on experience?
  • Ans. 

    I have hands-on experience with several CAD softwares.

    • AutoCAD

    • SolidWorks

    • CATIA

    • Pro/ENGINEER

    • NX

    • Inventor

  • Answered by AI
  • Q2. Tell me about your achivements in previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - don't just fall for the work environment or the company infrastructure,
but clear your queries related to salary breakup properly and try to fix your time shifts with HR.

Skills evaluated in this interview

What people are saying about Johnson Controls

View All
purewasp
Verified Icon
3d
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 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 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 Recruitment Consultant and was interviewed in Apr 2021. There were 8 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot of technical questions on WPF and C#.Net

Interview Preparation Tips

Interview preparation tips for other job seekers - To get a good package clear the interview with at least answering 85 - 90% of the questions. The package range is good, but it'll depend totally on your interview performance.

Interview Questionnaire 

1 Question

  • Q1. Basic cpp question like virtual function, virtual table, smart pointers , difference between marco n inline, difference between thread n process . Question are basic oops n os question

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 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 - Technical 

(3 Questions)

  • Q1. Testing Technical Skill mentioned in Resume & Which ever need for the project we are going to work on
  • Q2. What is Python and its data types
  • Ans. 

    Python is a high-level, interpreted programming language with dynamic semantics.

    • Python has several built-in data types including integers, floats, strings, booleans, and complex numbers.

    • It also has built-in data structures like lists, tuples, and dictionaries.

    • Python supports object-oriented programming and has a rich standard library.

    • Examples: x = 5 (integer), y = 3.14 (float), z = 'hello' (string), a = True (boolean),...

  • Answered by AI
  • Q3. What is logic building/thinking & where we need to apply this?
  • Ans. 

    Logic building/thinking is the process of analyzing and solving problems using reasoning and critical thinking skills.

    • It involves breaking down complex problems into smaller, more manageable parts

    • Identifying patterns and relationships between different pieces of information

    • Using deductive and inductive reasoning to draw conclusions

    • Applying logical principles to solve problems in various fields such as computer programm...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectations and Negotiations
  • Q2. What do you think about your growth after joining to our organisation?
  • Ans. 

    I believe that joining your organization will provide me with ample opportunities for growth and development.

    • I am confident that I will be able to learn and acquire new skills in a dynamic and challenging environment.

    • I am excited about the potential for career advancement and the chance to work on innovative projects.

    • I look forward to collaborating with talented colleagues and mentors who can guide and inspire my profe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to explore your skills independently and stressless environment to work

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Prepare basics thoroughly

Interview Preparation Tips

Interview preparation tips for other job seekers - Better be prepared with basic knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. What is a high pass filter and draw its circuit diagram.
  • Ans. 

    A high pass filter is a circuit that allows high frequency signals to pass through while attenuating low frequency signals.

    • High pass filters are commonly used in audio systems to block out unwanted low frequency noise.

    • The circuit diagram of a high pass filter typically consists of a resistor and a capacitor in series, with the output taken from the junction of the two components.

    • The cutoff frequency of a high pass filt...

  • Answered by AI
  • Q2. What is Full Wave rectifier.
  • Ans. 

    A full wave rectifier is an electronic circuit that converts alternating current (AC) to direct current (DC) by allowing both positive and negative half cycles of the input signal to pass through.

    • Converts AC to DC by allowing both positive and negative half cycles to pass through

    • Uses diodes to rectify the input signal

    • Produces a smoother output compared to half wave rectifiers

    • Commonly used in power supplies and battery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - overall knowledge of software and electronics

I applied via LinkedIn and was interviewed in May 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Prepare upcasting and downcasting questions
  • Q2. Core Java Overriding and Overloading Questions
  • Q3. Sort 0 1 and 2s in an array
  • Ans. 

    Sort an array of 0s, 1s, and 2s.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Traverse the array and swap elements to their respective positions.

    • Time complexity: O(n), Space complexity: O(1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics of core java and coding questions on arrays

Skills evaluated in this interview

Johnson Controls Interview FAQs

How many rounds are there in Johnson Controls Engineer 1 interview?
Johnson Controls interview process usually has 2 rounds. The most common rounds in the Johnson Controls interview process are Resume Shortlist and Technical.
How to prepare for Johnson Controls Engineer 1 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 Analog, Cost Estimation, DFT, Digital Design and Hardware Design.

Tell us how to improve this page.

Johnson Controls Engineer 1 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Johnson Controls Building smarter, safer and more sustainable communities

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 422 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 Engineer 1 Salary
based on 52 salaries
₹7 L/yr - ₹13.3 L/yr
31% more than the average Engineer 1 Salary in India
View more details

Johnson Controls Engineer 1 Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.8

Salary

3.6

Job security

3.3

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 11 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
349 salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Applications Engineer
341 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