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 Questions & Answers

user image Anonymous

posted on 22 Dec 2021

I applied via Referral and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is sever-Client?
  • Q2. What is DSA and How to Configure it?
  • Q3. How to troubleshoot if any console station failed?
  • Q4. How and where to generate events?
  • Q5. If Server gets failed, What impact on Process?
  • Q6. Have you been faced any issue at site about failure and got resolved by yourself?
  • Q7. What is FTE? How to install if drivers is not installed automatically?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some basic knowledge on EPKS, Third party Interface, Third party Protocol's.

Skills evaluated in this interview

Embedded Engineer 2 Interview Questions & Answers

user image Pranaie Teddu

posted on 28 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic c and c++ questions
  • Q2. Write a program to find duplicates in the string.
  • Ans. 

    Program to find duplicates in a string array.

    • Iterate through each string in the array.

    • For each string, create a hashmap to store character frequencies.

    • Check if any character frequency is greater than 1 to find duplicates.

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

(3 Questions)

  • Q1. C++ questions, smart pointers
  • Q2. Multithreading, how do ensure function is thread safe
  • Q3. Design patterns, singleton pattern
Round 3 - One-on-one 

(2 Questions)

  • Q1. How do deal with people who are speaking negative about you and your team
  • Ans. 

    Addressing negativity from others requires staying professional, addressing concerns directly, and focusing on teamwork.

    • Stay professional and avoid engaging in negative behavior or gossip.

    • Address concerns directly by seeking feedback and understanding the root of the negativity.

    • Focus on teamwork and collaboration to overcome challenges and improve team dynamics.

    • Communicate openly and transparently to build trust and ad...

  • Answered by AI
  • Q2. How do handle pressure situations
  • Ans. 

    I handle pressure situations by staying calm, prioritizing tasks, and seeking help when needed.

    • Stay calm and focused on the task at hand

    • Prioritize tasks based on urgency and importance

    • Communicate with team members or supervisors for support

    • Take breaks to recharge and refocus if needed

  • Answered by AI

Embedded Engineer 2 Interview Questions asked at other Companies

Q1. Write a program to find duplicates in the string.
View answer (1)
Honeywell Technology Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(5 Questions)

  • Q1. What is the lifecycle of React hooks?
  • Ans. 

    React hooks lifecycle includes initialization, rendering, updates, and cleanup.

    • Hooks are called in the order they are defined in the component function.

    • useState and useEffect are commonly used hooks in React.

    • Hooks like useEffect can be used for data fetching, subscriptions, or manually changing the DOM.

    • The cleanup function in useEffect can be used to clean up any resources or subscriptions.

    • Hooks allow for more flexible

  • Answered by AI
  • Q2. What is the process to fetch data from an API?
  • Ans. 

    To fetch data from an API, you need to send a request to the API endpoint and process the response.

    • Send a request to the API endpoint using HTTP methods like GET, POST, PUT, DELETE.

    • Include any required parameters or headers in the request.

    • Receive the response from the API, which usually comes in JSON or XML format.

    • Parse the response data to extract the information you need.

    • Handle any errors or exceptions that may occur

  • Answered by AI
  • Q3. Hooks and custom hooks
  • Q4. Difference between useeffect and usereducer
  • Ans. 

    useEffect is used for side effects in functional components, while useReducer is used for managing state in complex components.

    • useEffect is used for handling side effects in functional components

    • useReducer is used for managing state in complex components

    • useEffect is similar to componentDidMount and componentDidUpdate in class components

    • useReducer is similar to useState but for more complex state management

    • useEffect can...

  • Answered by AI
  • Q5. Html5 and css3 questions

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

A take-home assignment focused on full-stack development.

Round 2 - Technical 

(2 Questions)

  • Q1. Explaining Javascript based questions.
  • Q2. Explaining React based questions.

Interview Preparation Tips

Topics to prepare for Honeywell Technology Solutions Senior Software Developer interview:
  • React
  • Javascript

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

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)

People Lead Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2025

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

(2 Questions)

  • Q1. No response required
  • Q2. No response
Round 2 - Technical 

(2 Questions)

  • Q1. No response required
  • Q2. No response

Interview Preparation Tips

Interview preparation tips for other job seekers - Check department & Business section before you join

Get interview-ready with Top Honeywell Technology Solutions Interview Questions

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

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

Round 1 - Coding Test 

General coding 2 questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Asking about project
  • Q2. Asked about web security as I am a cyber student

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Honeywell Technology Solutions

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

(2 Questions)

  • Q1. What is distillation?
  • Q2. What is heat exchanger?
Round 2 - HR 

(2 Questions)

  • Q1. What is your strength?
  • Q2. Why Honeywell?

Research Scientist Interview Questions asked at other Companies

Q1. 1) self introduction 2) How to develop method for Api to finished products of Assay and Related substances in injectable? 3) column chemistry? 4) method validation 5) ich guidelines
View answer (1)

Accountant Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

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

(2 Questions)

  • Q1. Accounts payables process cycle?
  • Ans. 

    The accounts payables process cycle involves receiving invoices, verifying them, recording them, and making payments to vendors.

    • Receiving invoices from vendors

    • Verifying the accuracy of the invoices

    • Recording the invoices in the accounting system

    • Making payments to vendors within the agreed upon terms

    • Reconciling accounts payable to ensure accuracy

  • Answered by AI
  • Q2. Tell me about your job profile?
  • Ans. 

    I am responsible for managing financial records, preparing financial statements, analyzing budgets, and ensuring compliance with regulations.

    • Managing financial records

    • Preparing financial statements

    • Analyzing budgets

    • Ensuring compliance with regulations

  • Answered by AI

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good one it was easy and knowledgeable

Round 2 - Technical 

(3 Questions)

  • Q1. Explain about yourself
  • Ans. 

    I am a dedicated and experienced Electrical Engineer with a passion for problem-solving and innovation.

    • Graduated with a degree in Electrical Engineering from XYZ University

    • Worked for 5 years at ABC Company, specializing in power systems design

    • Proficient in CAD software and project management tools

    • Strong analytical and problem-solving skills

    • Completed several successful projects, including designing a new circuit board f

  • Answered by AI
  • Q2. What is a generator working principle
  • Ans. 

    A generator works on the principle of electromagnetic induction to convert mechanical energy into electrical energy.

    • Generators use a magnetic field and a conductor to create a flow of electrons, generating electricity.

    • The mechanical energy can come from various sources such as turbines, engines, or hand cranks.

    • Examples include hydroelectric generators, wind turbines, and diesel generators.

  • Answered by AI
  • Q3. What is working of actuator
  • Ans. 

    An actuator is a component of a machine that is responsible for moving or controlling a mechanism or system.

    • Actuators convert electrical signals into mechanical movement.

    • They can be used in various applications such as robotics, automotive systems, and industrial machinery.

    • Examples of actuators include solenoids, motors, and hydraulic cylinders.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Ans. 

    I am a dedicated and experienced electrical engineer with a passion for problem-solving and innovation.

    • Graduated with a degree in Electrical Engineering from XYZ University

    • Have X years of experience working in the field, specializing in power systems

    • Proficient in using software such as AutoCAD and MATLAB for design and analysis

    • Led a team in implementing a new energy-efficient lighting system in a commercial building, r

  • Answered by AI
  • Q2. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong technical knowledge.

    • Strong problem-solving skills - able to analyze complex electrical systems and troubleshoot issues effectively

    • Attention to detail - ensuring accuracy in design and implementation of electrical projects

    • Strong technical knowledge - staying up-to-date with industry trends and advancements in electrical engineering

    • Effective com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your core topics well

Electrical Engineer Interview Questions asked at other Companies

Q1. What is the difference between Switch gear & Circuit Breakers ?
View answer (13)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Job requirements
  • Q2. Skills related to job requirements
  • Ans. 

    Project and program management, stakeholders management, people management, Project planning and execution, Agile Project management, Budgeting and Costing

  • Answered Anonymously
Round 2 - Technical 

(2 Questions)

  • Q1. Cybersecurity domain
  • Q2. Skills related to cybersecurity
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Salary negotiation

IT Engineer 2 Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

(1 Question)

  • Q1. About CPQ system and SFDC
Round 2 - Technical 

(1 Question)

  • Q1. About PROS Control
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

IT Engineer 2 Interview Questions asked at other Companies

Q1. What is colour coding of ethernet cable
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

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Honeywell Technology Solutions

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