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 Senior Software Developer Interview Questions and Answers

Updated 21 Nov 2024

Johnson Controls Senior Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Basic C questions like volatile, pointer arithmetic etc
Round 2 - Technical 

(2 Questions)

  • Q1. Previous project related questions
  • Q2. Qt qml realted que
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hiring manager round
  • Q2. Expected salary current salary

Senior Software Developer Jobs at Johnson Controls

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features
Round 2 - Technical 

(1 Question)

  • Q1. Design a rest API
  • Ans. 

    Design a REST API for a senior software developer position

    • Define the resources and endpoints

    • Use HTTP methods for CRUD operations

    • Implement authentication and authorization mechanisms

    • Include error handling and status codes

    • Document the API using tools like Swagger

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Describe about your past project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What technologies you worked on for the CAD?
  • Ans. 

    I have worked on technologies like AutoCAD, SolidWorks, and CATIA for CAD development.

    • AutoCAD

    • SolidWorks

    • CATIA

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are four pillars in oops?
  • Ans. 

    The four pillars in OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.

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

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent cla

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your confidence up. If you do not know any answer say it honestly I don't know.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Just based on resume
Round 2 - Interview 

(4 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for tracking daily expenses

    • Performed data analysis on customer feedback data using Python and SQL

  • Answered by AI
  • Q2. He gave me a DSA question.
  • Q3. Asked about oops concepts
  • Q4. Asked about dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - It was on campus drive, first round was resume shortlisting. Then I was selected and second round was technical interview round. They asked medium DSA questions, some basic cs fundamentals and brief about projects.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React , hooks concept
  • Q2. Bootstrap- UI and related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C++ questions basic
Round 2 - HR 

(1 Question)

  • Q1. Why are changing job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 min 30 ques and gaming ques

Round 2 - Technical 

(2 Questions)

  • Q1. What is ML and AI in your project?
  • Ans. 

    ML and AI are used in our project to analyze user behavior and provide personalized recommendations.

    • ML algorithms are used to analyze user data and predict user preferences.

    • AI is used to provide personalized recommendations based on the analysis of user behavior.

    • Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.

  • Answered by AI
  • Q2. What is lagging concept and more?
  • Ans. 

    Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.

    • Refers to outdated technology or methods in software development

    • Can lead to inefficiencies, bugs, or security vulnerabilities

    • Examples include using deprecated libraries or not following best practices for coding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Schneider Electric Software Developer interview:
  • HTML
Interview preparation tips for other job seekers - you can acheive if u want to . Just keep trying

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.

Johnson Controls Interview FAQs

How many rounds are there in Johnson Controls Senior Software Developer interview?
Johnson Controls interview process usually has 3 rounds. The most common rounds in the Johnson Controls interview process are Technical and One-on-one Round.
How to prepare for Johnson Controls Senior Software Developer 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 SQL, HTML, Python, Advertising and Analytical.
What are the top questions asked in Johnson Controls Senior Software Developer interview?

Some of the top questions asked at the Johnson Controls Senior Software Developer interview -

  1. Basic C questions like volatile, pointer arithmetic ...read more
  2. Singleton design patt...read more
  3. Qt qml realted ...read more

Tell us how to improve this page.

Johnson Controls Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 427 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Eaton Corporation Interview Questions
4.0
 • 116 Interviews
Falcon Autotech Interview Questions
4.0
 • 44 Interviews
View all
Johnson Controls Senior Software Developer Salary
based on 54 salaries
₹8.2 L/yr - ₹18.5 L/yr
At par with the average Senior Software Developer Salary in India
View more details

Johnson Controls Senior Software Developer Reviews and Ratings

based on 6 reviews

3.5/5

Rating in categories

4.1

Skill development

2.9

Work-life balance

2.6

Salary

2.3

Job security

3.1

Company culture

2.2

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Assistant Manager
1.2k salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Senior Executive
1.1k salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Deputy Manager
648 salaries
unlock blur

₹6.6 L/yr - ₹12.6 L/yr

Manager
355 salaries
unlock blur

₹7.8 L/yr - ₹18 L/yr

Applications Engineer
343 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Johnson Controls with

Siemens

4.1
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

4.2
Compare

ABB

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