Upload Button Icon Add office photos

Honeywell Automation

Compare button icon Compare button icon Compare

Filter interviews by

Honeywell Automation Data Analyst Interview Questions and Answers

Updated 19 Mar 2022

Honeywell Automation Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2022

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

It was a great pleasure to be the part of the Honeywell recruitment process

Round 2 - Technical 

(1 Question)

  • Q1. They have screened me regarding previous projects
Round 3 - Technical 

(1 Question)

  • Q1. Some technical aspects & project discussion & roles to be assigned
Round 4 - HR 

(1 Question)

  • Q1. Regarding organization & Salary packages

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice combo of getting hired by their processes

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Order of execution in SQL
  • Ans. 

    Order of execution in SQL determines the sequence in which different clauses are processed in a query.

    • SQL query is processed in the following order: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • FROM clause is processed first to retrieve data from tables.

    • WHERE clause filters the data based on specified conditions.

    • GROUP BY clause groups the data based on specified columns.

    • HAVING clause filters the grouped data.

    • SELECT ...

  • Answered by AI
  • Q2. Sumifs function
  • Q3. Boxplots?Histograms?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on SQL AND EXCEL

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Career background
  • Q2. Personal details
Round 2 - One-on-one 

(1 Question)

  • Q1. How to improve report performance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 

(3 Questions)

  • Q1. Write a python program for list/dictionary (comprehensions)
  • Ans. 

    Python program for list/dictionary comprehensions

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
  • Q2. Write a python program to convert a number to words. For ex: i/p 123, o/p - One hundred twenty three
  • Ans. 

    Python program to convert a number to words.

    • Use a dictionary to map numbers to words.

    • Divide the number into groups of three digits and convert each group to words.

    • Handle special cases like zero, negative numbers, and numbers greater than or equal to one billion.

  • Answered by AI
  • Q3. Questions on AWS glue/EMr cluster. How to filter a dataframe in PySpark ?
Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on Terraform
  • Q2. Write a python program for list/dictionary comprehensions.
  • Ans. 

    Python program for list/dictionary comprehensions.

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming knowledge in Python and Pyspark. Should know SQL as well and AWS services like GLUE, EMR cluster, Lambda.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tricky sql questions
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 Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. He ask about of your previous company and all
Round 2 - Technical 

(1 Question)

  • Q1. It totals depends upon for which profile you are giving interview. Mine was Data Analyst so the interviewer ask me about excel,sql,power bi and some part of statistics
Round 3 - Behavioral 

(1 Question)

  • Q1. He just asked my about my profile briefly and then questioned me about my profile ony then he told me about the work culture and the requiremnt of the profile.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How you load the data using delta table in adf
  • Ans. 

    You can load data using delta table in ADF by using the Copy Data activity and specifying the delta format.

    • Use the Copy Data activity in ADF to load data into a delta table

    • Specify the delta format in the sink settings of the Copy Data activity

    • Ensure that the source data is compatible with the delta format

  • Answered by AI

Skills evaluated in this interview

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?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • Extract: Retrieving data from different sources such as databases, APIs, or files.

    • Transform: Cleaning, filtering, and structuring the extracted data to fit the target database schema.

    • Load: Loading the transformed data into the target database for a...

  • Answered by AI
  • Q2. How do you handle multithreading in Python?
  • Ans. 

    Multithreading in Python can be handled using the threading module.

    • Use the threading module to create and manage threads in Python.

    • Avoid using the multiprocessing module for multithreading as it is more suitable for parallel processing.

    • Ensure proper synchronization and locking mechanisms to prevent race conditions.

    • Consider using thread pools for managing multiple threads efficiently.

    • Example: import threading # Define ...

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

    I have a 1-month notice period, expecting market rate salary, seeking growth opportunities.

    • Notice period is 1 month

    • Expecting market rate salary

    • Seeking growth opportunities in new role

  • Answered by AI

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation Data Analyst interview?
Honeywell Automation interview process usually has 4 rounds. The most common rounds in the Honeywell Automation interview process are Technical, Coding Test and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Johnson Controls Interview Questions
3.6
 • 262 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 43 Interviews
View all
Honeywell Automation Data Analyst Salary
based on 36 salaries
₹6.3 L/yr - ₹13.6 L/yr
42% more than the average Data Analyst Salary in India
View more details

Honeywell Automation Data Analyst Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.8

Salary

4.1

Job security

4.2

Company culture

4.1

Promotions

4.2

Work satisfaction

Explore 6 Reviews and Ratings
System Engineer
405 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer
315 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
247 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
217 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Honeywell Automation with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

Emerson Electric Co.

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