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 for Experienced

Updated 19 Mar 2022

Honeywell Automation Data Analyst Interview Experiences for Experienced

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
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview 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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview 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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Give a brief introduction about yourself.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me your 3 strengths and weaknesses.
  • Q2. Tell me your 3 achievements in your last job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Previous experience
  • Q2. Domain related questions
  • Q3. 2way 3way match
  • Q4. P2P cycle process
  • Q5. Journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth interview process, domain related questions

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Quickly qo through your resume?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - While preparing to interview prepare yourself for any question that suddenly came through an interviewer and be prepared for scenario based questions
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 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • Focus on the value you can bring to the company rather than a specific number

    • Research the average salary range for similar positions in the industry and location

    • Consider your experience, skills, and qualifications when determining your salary expectations

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a Financial Analyst at XYZ Company.

    • Analyzed financial data and prepared reports for management.

    • Conducted financial forecasting and budgeting.

    • Performed variance analysis to identify trends and make recommendations.

    • Assisted in the development of financial models and projections.

    • Collaborated with cross-functional teams to support decision-making.

    • Presented findings and recommendations to senior management.

    • Utili...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have the necessary skills, experience, and passion to excel in this role.

    • I have a strong analytical mindset and attention to detail.

    • I have a solid understanding of data analysis techniques and tools.

    • I have successfully completed several projects where I provided valuable insights through data analysis.

    • I am a quick learner and adapt well to new technologies and methodologies.

    • I have excellent communication and presenta...

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior analyst leading a team and driving strategic decision-making.

    • Leading a team of analysts

    • Driving strategic decision-making

    • Continuously learning and staying updated with industry trends

    • Building strong relationships with clients and stakeholders

    • Contributing to the growth and success of the organization

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am an experienced analyst with a strong background in data analysis and problem-solving.

    • Experienced analyst with expertise in data analysis and problem-solving

    • Proficient in using analytical tools and software

    • Strong communication and presentation skills

    • Ability to work independently and in a team

    • Proven track record of delivering accurate and actionable insights

    • Example: In my previous role as a financial analyst, I cond...

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

(1 Question)

  • Q1. Manager round... Process related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with previous job profile and what work you are doing and work fundamentals or background knowledge is important.

Honeywell Automation Interview FAQs

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

Tell us how to improve this page.

Honeywell Automation Data Analyst Salary
based on 40 salaries
₹6.6 L/yr - ₹13.4 L/yr
40% more than the average Data Analyst Salary in India
View more details

Honeywell Automation Data Analyst Reviews and Ratings

based on 8 reviews

3.6/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

3.0

Salary

3.9

Job security

3.9

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 8 Reviews and Ratings
System Engineer
409 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Project Engineer
323 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Engineer
245 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Service Engineer
216 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Software Engineer
215 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Explore more salaries
Compare Honeywell Automation with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Johnson Controls

3.5
Compare

Rockwell Automation

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