Upload Button Icon Add office photos

Filter interviews by

Honeywell Automation Senior Software Developer Interview Questions and Answers

Updated 16 May 2024

Honeywell Automation Senior Software Developer Interview Experiences

1 interview 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.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features
Round 2 - Technical 

(1 Question)

  • Q1. Design a rest API
  • Ans. 

    Design a REST API for a senior software developer position

    • Define the resources and endpoints

    • Use HTTP methods for CRUD operations

    • Implement authentication and authorization mechanisms

    • Include error handling and status codes

    • Document the API using tools like Swagger

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

(1 Question)

  • Q1. Describe about your past project

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Basic C questions like volatile, pointer arithmetic etc
Round 2 - Technical 

(2 Questions)

  • Q1. Previous project related questions
  • Q2. Qt qml realted que
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hiring manager round
  • Q2. Expected salary current salary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Just based on resume
Round 2 - Interview 

(4 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for tracking daily expenses

    • Performed data analysis on customer feedback data using Python and SQL

  • Answered by AI
  • Q2. He gave me a DSA question.
  • Q3. Asked about oops concepts
  • Q4. Asked about dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - It was on campus drive, first round was resume shortlisting. Then I was selected and second round was technical interview round. They asked medium DSA questions, some basic cs fundamentals and brief about projects.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

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

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

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

(2 Questions)

  • Q1. React , hooks concept
  • Q2. Bootstrap- UI and related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 min 30 ques and gaming ques

Round 2 - Technical 

(2 Questions)

  • Q1. What is ML and AI in your project?
  • Ans. 

    ML and AI are used in our project to analyze user behavior and provide personalized recommendations.

    • ML algorithms are used to analyze user data and predict user preferences.

    • AI is used to provide personalized recommendations based on the analysis of user behavior.

    • Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.

  • Answered by AI
  • Q2. What is lagging concept and more?
  • Ans. 

    Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.

    • Refers to outdated technology or methods in software development

    • Can lead to inefficiencies, bugs, or security vulnerabilities

    • Examples include using deprecated libraries or not following best practices for coding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Schneider Electric Software Developer interview:
  • HTML
Interview preparation tips for other job seekers - you can acheive if u want to . Just keep trying

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Swift interview questions

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation Senior Software Developer interview?
Honeywell Automation interview process usually has 3 rounds. The most common rounds in the Honeywell Automation interview process are One-on-one Round and HR.
What are the top questions asked in Honeywell Automation Senior Software Developer interview?

Some of the top questions asked at the Honeywell Automation Senior Software Developer interview -

  1. What technologies you worked on for the C...read more
  2. What are four pillars in oo...read more

Tell us how to improve this page.

Honeywell Automation Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 426 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
ABB Interview Questions
4.1
 • 227 Interviews
Falcon Autotech Interview Questions
4.1
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 40 Interviews
View all
Honeywell Automation Senior Software Developer Salary
based on 9 salaries
₹5.1 L/yr - ₹16.5 L/yr
25% less than the average Senior Software Developer Salary in India
View more details
System Engineer
397 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Project Engineer
323 salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Service Engineer
224 salaries
unlock blur

₹1.8 L/yr - ₹8.4 L/yr

Senior Engineer
202 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Software Engineer
192 salaries
unlock blur

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