Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Interview Questions, Process, and Tips

Updated 1 Feb 2025

Top Honeywell Technology Solutions Interview Questions and Answers

View all 67 questions

Honeywell Technology Solutions Interview Experiences

Popular Designations

149 interviews found

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

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

Round 1 - Aptitude Test 

Minimum basic aptitude like profit,loss , encoding were asked

Round 2 - HR 

(2 Questions)

  • Q1. About ohms law equation
  • Q2. About xor truth table

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from your basics

Top Honeywell Technology Solutions Software Developer Interview Questions and Answers

Q1. Explain machine learning and how is cloud important?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Software Engineer Interview Questions & Answers

user image Sakshi Zanzane

posted on 25 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(3 Questions)

  • Q1. Technical interview
  • Q2. About resume and project
  • Q3. Basic oop, concept in java
Round 3 - HR 

(2 Questions)

  • Q1. Why u want to join honeywell
  • Ans. 

    I want to join Honeywell because of its reputation for innovation, global presence, and opportunities for growth.

    • Honeywell is known for its cutting-edge technology and innovative solutions.

    • I am attracted to the opportunity to work on projects with a global impact.

    • I believe Honeywell offers great opportunities for career growth and development.

    • I am impressed by Honeywell's commitment to sustainability and corporate soci

  • Answered by AI
  • Q2. Weakness and strength

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Honeywell Technology Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your most favorite things in Bangalore and one thing which you hate about bangalore
  • Q2. Scenario type question
Round 2 - Assignment 

Logical reason around the question will be similar to the other companies

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diifference btw polymorphism
  • Q2. Opps concept in python
  • Ans. 

    Object-oriented programming concepts in Python focus on classes, objects, inheritance, and polymorphism.

    • Classes are blueprints for creating objects with attributes and methods.

    • Objects are instances of classes that can store data and perform actions.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism enables objects to be treated as instances of their parent class or their own cl

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Honeywell Technology Solutions interview questions for popular designations

 Software Engineer

 (12)

 Software Developer

 (9)

 Embedded Engineer

 (7)

 Advanced Software Engineer

 (4)

 Software Engineer Level 1

 (3)

 Embedded Engineer 2

 (3)

 Advanced Embedded Engineer

 (3)

 Engineer

 (2)

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain your project

Interview Preparation Tips

Topics to prepare for Honeywell Technology Solutions Software Developer interview:
  • Oops
  • DSA
Interview preparation tips for other job seekers - Be confident

Top Honeywell Technology Solutions Software Developer Interview Questions and Answers

Q1. Explain machine learning and how is cloud important?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Honeywell Technology Solutions Interview Questions

Software Engineer2 Interview Questions & Answers

user image Shikhar Saxena

posted on 24 Jul 2024

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

(1 Question)

  • Q1. What was your project.
Round 2 - Technical 

(1 Question)

  • Q1. Design pattern and Multithreading.
Round 3 - HR 

(1 Question)

  • Q1. Package discussion

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Jobs at Honeywell Technology Solutions

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain different kinds of Design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Creational patterns: Singleton, Factory, Builder

    • Structural patterns: Adapter, Decorator, Facade

    • Behavioral patterns: Observer, Strategy, Template Method

  • Answered by AI
  • Q2. Explain main pillars of OOPS
  • Ans. 

    The main pillars of OOPS are Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

    • Encapsulation restricts access to certain components within a class, protecting data from outside interference.

    • Polymorphism allows objects to be treated as instances of their parent class, enabling flexibility in code.

    • Abstraction hides complex implementa...

  • Answered by AI

Skills evaluated in this interview

Top Honeywell Technology Solutions Software Developer Interview Questions and Answers

Q1. Explain machine learning and how is cloud important?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Director Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us security implementation process in your company
  • Ans. 

    Our security implementation process involves thorough risk assessment, policy development, employee training, and regular audits.

    • Conducting regular risk assessments to identify potential security threats

    • Developing and implementing security policies and procedures

    • Providing ongoing training to employees on security best practices

    • Conducting regular security audits to ensure compliance and identify areas for improvement

  • Answered by AI
  • Q2. How do you debug the security issues.
  • Ans. 

    Debugging security issues involves identifying vulnerabilities, analyzing root causes, and implementing solutions.

    • Identify the security issue by conducting thorough security assessments and audits.

    • Analyze the root cause of the issue to understand how it occurred.

    • Implement security patches, updates, and best practices to address the vulnerabilities.

    • Test the fixes to ensure they effectively resolve the security issues.

    • Mo...

  • Answered by AI

Skills evaluated in this interview

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

3 questions 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI
  • Q2. They weren't interested in hiring a software engineer they wanted a hardware engineer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Only one round was there 

(1 Question)

  • Q1. Introduce yourself Questions related to project which I did in collage time or any course time. Some basic questions on sql and related data.

Interview Preparation Tips

Interview preparation tips for other job seekers - I appreciate the company's supportive work environment and focus on growth. However, team communication and structured mentorship for new employees could improve. Encouraging open discussions would also help address concerns effectively. Overall, it’s a positive workplace, and these changes could make it even better.

Data Engineer 1 Interview Questions asked at other Companies

Q1. What are joins and types, number of cols after all types of joins...
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions interview?
Honeywell Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Honeywell Technology Solutions interview process are Technical, HR and One-on-one Round.
How to prepare for Honeywell Technology Solutions 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 Technology Solutions. The most common topics and skills that interviewers at Honeywell Technology Solutions expect are Automation Testing, Software Configuration Management, C++, SAP CO and Python.
What are the top questions asked in Honeywell Technology Solutions interview?

Some of the top questions asked at the Honeywell Technology Solutions interview -

  1. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a private construc...read more
  2. Explain machine learning and how is cloud importan...read more
  3. What is FTE? How to install if drivers is not installed automatical...read more
How long is the Honeywell Technology Solutions interview process?

The duration of Honeywell Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Honeywell Technology Solutions

No Jobs

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Siemens EDA

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

SALARIES

Honeywell Technology Solutions

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Reliance Trends

No Interviews

Tell us how to improve this page.

Honeywell Technology Solutions Interview Process

based on 96 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
View all

Honeywell Technology Solutions Reviews and Ratings

based on 1.3k reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.4

Salary

3.9

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 1.3k Reviews and Ratings
Sr Demand Planner

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

Program Specialist II

Pune

3-6 Yrs

Not Disclosed

Test Engr II

Greater Noida,

Bangalore / Bengaluru

1-8 Yrs

Not Disclosed

Explore more jobs
Technical Lead
642 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
443 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
426 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Honeywell Technology Solutions with

Siemens

4.1
Compare

Bosch

4.2
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent