Upload Button Icon Add office photos

Honeywell Automation

Compare button icon Compare button icon Compare

Filter interviews by

Honeywell Automation Data Engineer Interview Questions and Answers

Updated 6 Sep 2024

Honeywell Automation Data Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions. one of DP and other on LinkedLists medium level questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about Spark fundamentals
  • Q2. Hard SQL questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Duration - 45 mins
Spark Scala - csv and json data provided, implement a class to transform it a certain way
MCQs on Spark performance and cluster configurations

Round 2 - Technical 

(1 Question)

  • Q1. Duaration 45 mins DF vs Datasests vs RDDs implementation of word count Groupby vs GroupbyKey spark context lifecycle joins
  • Ans. 

    Comparison and implementation of data structures and operations in Spark for data engineering

    • DataFrames are structured data with named columns, Datasets are type-safe structured data, RDDs are resilient distributed datasets

    • Word count can be implemented using Spark transformations like flatMap, map, reduceByKey

    • GroupBy is a DataFrame operation, GroupByKey is an RDD operation

    • Spark context is the entry point for Spark func...

  • Answered by AI
Round 3 - Case Study 

Design a end to end scalable data pipeline and talk about considerations

Skills evaluated in this interview

Data Engineer Interview Questions Asked at Other Companies

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in LTIMindtree
Q2. If you are given cards numbered 1-1000 and 4 boxes, where card 1 ... read more
asked in Cisco
Q3. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q4. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more
asked in Sigmoid
Q5. Problem: Search In Rotated Sorted Array Given a sorted array that ... 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

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Prepare basics thoroughly

Interview Preparation Tips

Interview preparation tips for other job seekers - Better be prepared with basic knowledge

I applied via Naukri.com and was interviewed before Jul 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 

(1 Question)

  • Q1. What is your motivation to apply for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company from HR policies and mobility

I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Position Tolerance, Tolerance stack, Temperature Rise test, Vaccuum Circuit breaker, arc quenching,

Interview Preparation Tips

Interview preparation tips for other job seekers - Time taking process 2 month almost
Position goes on hold sometimes
They are more happy taking diversity candidates

I applied via LinkedIn and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Explain project architecture
  • Q2. Which languages can u code in?
  • Ans. 

    I can code in multiple languages including Python, Java, SQL, and Scala.

    • Python

    • Java

    • SQL

    • Scala

  • Answered by AI
  • Q3. Spark Optimizations

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly ur interview will be done directly by the people you will be working , so lay it out as it is.

Skills evaluated in this interview

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?

I appeared for an interview in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.

    • Enjoy collaborating in ag...

  • Answered by AI
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Ans. 

    This question assesses your problem-solving skills and technical knowledge as a software engineer.

    • Understand the problem clearly before attempting to solve it.

    • Break down the problem into smaller, manageable parts.

    • Consider edge cases and how they might affect your solution.

    • Use examples to illustrate your thought process, such as coding a simple algorithm.

    • Communicate your approach clearly and ask for feedback.

  • Answered by AI
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession
  • Ans. 

    Negotiating compensation can be challenging; understanding value and market standards is key to achieving desired outcomes.

    • Research industry standards: Understand the average salary for your role in your location.

    • Highlight your skills: Emphasize unique skills or experiences that add value to the company.

    • Be flexible: Consider other benefits like remote work, bonuses, or professional development opportunities.

    • Practice ne...

  • Answered by AI

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Q2. How global variable work , how its shared by all function
  • Q3. Program to transpose the matrix
  • Q4. Internal implementation of pre and post fix operator

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation Data Engineer interview?
Honeywell Automation interview process usually has 2-3 rounds. The most common rounds in the Honeywell Automation interview process are Coding Test, Technical and Case Study.
How to prepare for Honeywell Automation Data 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 Data Analysis, SQL, Automation, DFSS and Data Modeling.
What are the top questions asked in Honeywell Automation Data Engineer interview?

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

  1. Duaration 45 mins DF vs Datasests vs RDDs implementation of word count Groupby ...read more
  2. Questions about Spark fundament...read more
  3. Hard SQL questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Honeywell Automation Data Engineer Salary
based on 19 salaries
₹5 L/yr - ₹12.3 L/yr
27% less than the average Data Engineer Salary in India
View more details

Honeywell Automation Data Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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