Upload Button Icon Add office photos

Honeywell Automation

Compare button icon Compare button icon Compare

Filter interviews by

Honeywell Automation Senior Software Engineer Interview Questions and Answers

Updated 18 Mar 2024

Honeywell Automation Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concepts and SOLID
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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. How good at problem solving and what are your areas of interes?
  • Ans. 

    I am an excellent problem solver with a keen interest in algorithm design and optimization.

    • I enjoy breaking down complex problems into smaller, more manageable components.

    • I have experience in developing efficient algorithms for data processing and analysis.

    • I am always looking for ways to optimize code and improve performance.

    • I am interested in exploring new technologies and frameworks to solve problems in innovative wa...

  • Answered by AI
  • Q2. What new do you know?
  • Ans. 

    I have knowledge in various programming languages, frameworks, and technologies.

    • Proficient in Java, Python, and C++

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with databases such as MySQL and MongoDB

    • Knowledge of software development methodologies like Agile and Scrum

    • Understanding of design patterns and object-oriented programming principles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and practice well before attempting to give an interview. And be confident about what you know and what you are eager to learn.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Honeywell Automation?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Initializer list use cases
  • Ans. 

    Initializer lists in C++ allow for efficient member initialization and can improve code clarity and performance.

    • Used to initialize member variables in constructors: `MyClass(int a) : x(a), y(0) {}`.

    • Enables direct initialization of const and reference members: `const int value; MyClass() : value(42) {}`.

    • Facilitates initialization of base class members: `Derived() : Base(10) {}`.

    • Allows for initialization of STL container...

  • Answered by AI
  • Q2. Polymorphism and use cases
  • Q3. Types of polymorphism
  • Q4. Virtual functions
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
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Arrays related problem

Honeywell Automation HR Interview Questions

29 questions and answers

Q. What are your qualifications?
Q. What key strengths do you believe are impactful for achieving your goals, a ... read more
Q. Introduce yourself?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 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. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
  • Ans. 

    The 3 Sum problem involves finding unique triplets in an array that sum to zero.

    • Sort the array to facilitate easier triplet finding.

    • Use a loop to fix one element and apply two-pointer technique for the other two.

    • Skip duplicates to ensure unique triplets are counted.

    • Example: For input [-1, 0, 1, 2, -1, -4], the output is [[-1, -1, 2], [-1, 0, 1]].

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. String programs, API basics, Automation, Status codes , Http methods.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test they asked all basic questions.

Round 2 - Coding Test 

Easy coding and technical round. C# questions.

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions mainly involves oops in c++
Round 2 - One-on-one 

(1 Question)

  • Q1. Design question and behavioral
Round 3 - HR 

(1 Question)

  • Q1. It looks long time for Negotiation

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation Senior Software Engineer interview?
Honeywell Automation interview process usually has 1-2 rounds. The most common rounds in the Honeywell Automation interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Honeywell Automation Senior Software Engineer 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 Honeywell Automation. The most common topics and skills that interviewers at Honeywell Automation expect are Automation, Change Management, Continuous Improvement, Control System and Customer Satisfaction.
What are the top questions asked in Honeywell Automation Senior Software Engineer interview?

Some of the top questions asked at the Honeywell Automation Senior Software Engineer interview -

  1. How good at problem solving and what are your areas of inter...read more
  2. Oops concepts and SO...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Honeywell Automation Senior Software Engineer Salary
based on 151 salaries
₹14.9 L/yr - ₹27.5 L/yr
19% more than the average Senior Software Engineer Salary in India
View more details

Honeywell Automation Senior Software Engineer Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

3.3

Skill development

4.3

Work-life balance

2.9

Salary

4.4

Job security

4.0

Company culture

2.8

Promotions

4.1

Work satisfaction

Explore 13 Reviews and Ratings
System Engineer
481 salaries
unlock blur

₹7.8 L/yr - ₹17.7 L/yr

Project Engineer
320 salaries
unlock blur

₹4.4 L/yr - ₹9.5 L/yr

Software Engineer
251 salaries
unlock blur

₹8.3 L/yr - ₹21 L/yr

Service Engineer
235 salaries
unlock blur

₹2.4 L/yr - ₹7.8 L/yr

Senior Engineer
189 salaries
unlock blur

₹9.8 L/yr - ₹18 L/yr

Explore more salaries
Compare Honeywell Automation with

Siemens

4.0
Compare

Schneider Electric

4.1
Compare

Johnson Controls

3.5
Compare

Rockwell Automation

3.6
Compare
write
Share an Interview