Upload Button Icon Add office photos

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 Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ETL, and can you provide examples from your project to illustrate its application?
  • Q2. How do you handle multithreading in Python?
Round 2 - Case Study 

A detailed discussion of the project from architecture to its implementation.

Round 3 - HR 

(1 Question)

  • Q1. What is your notice period, what salary do you expect, and why are you seeking a job change?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How did manage risks during migration of DB
  • Ans. 

    I managed risks during migration of DB by conducting thorough risk assessments, creating backup plans, and involving key stakeholders.

    • Conducted thorough risk assessments to identify potential issues

    • Created backup plans to mitigate risks and minimize downtime

    • Involved key stakeholders in the migration process to ensure alignment and support

  • Answered by AI

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

Interview Questionnaire 

3 Questions

  • Q1. Explain project architecture
  • Ans. 

    Project architecture refers to the overall design and structure of a project, including its components and how they interact.

    • Project architecture involves defining the system's components and their relationships

    • It includes decisions about hardware, software, and network infrastructure

    • Architectural patterns like client-server, microservices, and event-driven can be used

    • Good architecture should be scalable, maintainable,

  • Answered by AI
  • 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

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oop concets
  • Ans. 

    OOP concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
  • Q2. Virtual functions
Round 2 - Technical 

(2 Questions)

  • Q1. Explain vectors and array difference
  • Ans. 

    Vectors are dynamic arrays that can change in size, while arrays have a fixed size.

    • Vectors can grow or shrink in size dynamically, while arrays have a fixed size.

    • Vectors can be resized using functions like push_back() and pop_back(), while arrays cannot.

    • Vectors are part of the C++ Standard Template Library (STL), while arrays are a fundamental data structure.

    • Example: vector vec; int arr[5];

Answered by AI
  • Q2. Virtual destructors
  • Round 3 - One-on-one 

    (2 Questions)

    • Q1. About last project
    • Q2. Puzzle with some analytical skills

    Skills evaluated in this interview

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

    I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

    Round 1 - Technical 

    (4 Questions)

    • Q1. What technical skills you've learned so far in the college
    • Q2. Where do you see yourself in the next 5 years.
    • Q3. Reverse a linked list
    • Ans. 

      Reverse a linked list by changing the pointers direction

      • Iterate through the linked list and change the direction of pointers

      • Use three pointers - prev, current, next to reverse the list

      • Update the head pointer to point to the new first node

    • Answered by AI
    • Q4. General dbms, os, and cn questions

    Interview Preparation Tips

    Topics to prepare for Johnson Controls Software Engineer interview:
    • dsa
    • C++
    • computer networks
    • OS
    • sql
    Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

    Skills evaluated in this interview

    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

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

    Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
    It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

    Round 2 - Aptitude Test 

    Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Questions related to your profile

    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.

    Honeywell Automation Data Engineer Interview Process

    based on 2 interviews

    Interview experience

    3.5
      
    Good
    View more

    Interview Questions from Similar Companies

    Siemens Interview Questions
    4.1
     • 429 Interviews
    Bosch Interview Questions
    4.2
     • 334 Interviews
    Johnson Controls Interview Questions
    3.6
     • 257 Interviews
    ABB Interview Questions
    4.1
     • 229 Interviews
    Falcon Autotech Interview Questions
    4.0
     • 44 Interviews
    Wipro PARI Interview Questions
    3.4
     • 42 Interviews
    View all
    Honeywell Automation Data Engineer Salary
    based on 17 salaries
    ₹3.2 L/yr - ₹12.9 L/yr
    22% 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
    408 salaries
    unlock blur

    ₹4.8 L/yr - ₹13.2 L/yr

    Project Engineer
    329 salaries
    unlock blur

    ₹2 L/yr - ₹10.6 L/yr

    Service Engineer
    217 salaries
    unlock blur

    ₹1.8 L/yr - ₹8.4 L/yr

    Senior Engineer
    215 salaries
    unlock blur

    ₹5.9 L/yr - ₹20 L/yr

    Software Engineer
    191 salaries
    unlock blur

    ₹3.6 L/yr - ₹14.8 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