Upload Button Icon Add office photos

Filter interviews by

Honeywell Automation Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Honeywell Automation Interview Questions and Answers

View all 62 questions

Honeywell Automation Interview Experiences

Popular Designations

104 interviews found

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.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

Softwaretest Engineer Interview Questions & Answers

user image Kondalu Yekkatela

posted on 18 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about correlation some technical questions about loadrunner tool
  • Q2. Loadrunner basics
  • Q3. Diff b/w thread process
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • Process is an independent entity that runs in its own memory space, while threads share the same memory space within a process.

    • Processes have their own resources like memory, file handles, etc., while threads share these resources.

    • Processes are heavyweight, while threads are lightweight.

    • Example: A...

  • Answered by AI
  • Q4. Appd basic questions
  • Q5. Diffeent approach for load balancing model
  • Ans. 

    Load balancing models distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Different algorithms for load balancing include round robin, least connections, and IP hash.

    • Consider factors like server capacity, network latency, and traffic patterns when choosing a load balancing model.

    • Implementing a hybrid approach combining multiple load balancing algorithms can optimize per

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
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 Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What's your Past Experience Which skill you Have
  • Q2. Draw a P&ID of column
  • Ans. 

    A P&ID of a column is a detailed diagram showing the piping and instrumentation of the column.

    • Include all the piping connections to and from the column

    • Label all instruments and control valves on the diagram

    • Show the flow direction of the process within the column

    • Include any safety devices or relief valves connected to the column

  • Answered by AI

Application Engineer 1 Interview Questions asked at other Companies

Q1. Do you know about Forms & templates ? Explain
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

DSA questions mostly on problem solving these questions need proper practice

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA questions

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 (170)

Honeywell Automation interview questions for popular designations

 System Engineer

 (8)

 Software Engineer

 (7)

 Project Engineer

 (5)

 Senior Engineer

 (5)

 Advanced Software Engineer

 (2)

 Applications Engineer

 (2)

 Data Engineer

 (2)

 Data Science Intern

 (2)

operation systems Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

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

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They asked me team questions and what if

Round 2 - Assignment 

Sql and python usage

Interview Preparation Tips

Interview preparation tips for other job seekers - dont be stressed, recruters are very nice

Get interview-ready with Top Honeywell Automation Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About past experience and electrical design related questions
Round 2 - Technical 

(1 Question)

  • Q1. Interviewed with US team, asked general managerial and few technical questions
Round 3 - HR 

(1 Question)

  • Q1. Introduction and background

Electrical Engineer Interview Questions asked at other Companies

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. How would you deal with time series data
  • Ans. 

    Time series data can be analyzed using techniques like smoothing, decomposition, forecasting, and anomaly detection.

    • Use smoothing techniques like moving averages to remove noise and identify trends.

    • Apply decomposition methods like seasonal decomposition of time series (STL) to separate trend, seasonality, and residual components.

    • Utilize forecasting models such as ARIMA, SARIMA, or Prophet to predict future values.

    • Imple...

  • Answered by AI
  • Q2. 2. How would you handle missing data in time series data
  • Ans. 

    Handle missing data in time series data by imputation, interpolation, or deletion.

    • Impute missing values using mean, median, mode, or predictive modeling techniques.

    • Interpolate missing values using linear interpolation, spline interpolation, or time-based interpolation.

    • Delete rows with missing values if they are few and do not significantly impact the analysis.

  • Answered by AI

Skills evaluated in this interview

Data Science Intern Interview Questions asked at other Companies

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)

DCS System Engineer I Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2022

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics About your experience & Instrumentation
Round 2 - One-on-one 

(1 Question)

  • Q1. Details question about your work experience
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion/Basics HR question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving interviews. Prepare yourself based on your experience

I applied via Referral and was interviewed in Jul 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 - HR 

(1 Question)

  • Q1. What is PLC ? WHAT IS LADDAR LOGIC ? WHAT IS WORKING PRINCIPAL OF RADAR GUAGE FOR LIQUID ? WHAT IS WORKING PRINCIPAL OF DCV ? HOW CAN SWITCH PRIMARY TO STAND BY SERVER ?
  • Ans. 

    PLC stands for Programmable Logic Controller. It is a digital computer used for automation of electromechanical processes.

    • PLC is used to control industrial processes and machinery.

    • It uses a programmable memory to store instructions and execute them.

    • PLCs are commonly used in manufacturing, power plants, and transportation systems.

    • They can be programmed using ladder logic, function block diagrams, or structured text.

    • PLCs...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company deals in automation field. Specially oil & Gas industry. In this field we need SQL, C++, Python, LADDAR logic and all instrument working principal like - DIGITAL CONTROL VALVE, AIR ELIMINATOR, STRAINER, TURBINE FLOW METER, DENSITY METER, BATCH CONTROLLER UNIT, RADAR GAUGE, TANK SIDE INDICATOR, (ROSOV)REMOTE OPERATED SHUT OFF VALVE, (DBBV)DOUBLE BELND BLEED VALVE, etc. We suggest courses oil & gas automation plant process.

Skills evaluated in this interview

Resident Engineer Interview Questions asked at other Companies

Q1. What is PLC ? WHAT IS LADDAR LOGIC ? WHAT IS WORKING PRINCIPAL OF RADAR GUAGE FOR LIQUID ? WHAT IS WORKING PRINCIPAL OF DCV ? HOW CAN SWITCH PRIMARY TO STAND BY SERVER ?
View answer (2)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Programming languages known
  • Ans. 

    Proficient in Java, Python, and C++

    • Java

    • Python

    • C++

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Common skills everybody should know

1. Communication protocols like UART,I2C, SPI, CAN etc.,
2. Operating system-windows & linux
3. Any 1 programming language
4. Testing or development tools
5. MATLAB

Development Engineer Interview Questions asked at other Companies

Q1. How to inspect a specific tool by using simple instruments?
View answer (1)

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation interview?
Honeywell Automation interview process usually has 1-2 rounds. The most common rounds in the Honeywell Automation interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Honeywell Automation 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, Agile, Analytical, Python and Instrumentation.
What are the top questions asked in Honeywell Automation interview?

Some of the top questions asked at the Honeywell Automation interview -

  1. Project Management Question : 1) what is EVM ? how do we monitor projects based...read more
  2. Planning & Scheduling Questions : 1) what is the Engineering flow for construc...read more
  3. How to handle a situation when the Project manager has agreed to variation orde...read more
How long is the Honeywell Automation interview process?

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

Tell us how to improve this page.

Honeywell Automation Interview Process

based on 44 interviews in last 1 year

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 424 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
ABB Interview Questions
4.1
 • 227 Interviews
Yokogawa Interview Questions
3.7
 • 34 Interviews
Danaher Interview Questions
4.0
 • 9 Interviews
View all

Honeywell Automation Reviews and Ratings

based on 1.5k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.8

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 1.5k Reviews and Ratings
System Engineer
401 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Project Engineer
325 salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Service Engineer
237 salaries
unlock blur

₹1.4 L/yr - ₹7.8 L/yr

Senior Engineer
203 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Software Engineer
186 salaries
unlock blur

₹3.7 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Honeywell Automation with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Emerson Electric Co.

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