Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Advanced Software Engineer Interview Questions and Answers

Updated 3 Apr 2025

5 Interview questions

An Advanced Software Engineer was asked 4mo ago
Q. What is the High-Level Design (HLD) for a gym?
Ans. 

High-Level Design for a gym includes user management, membership plans, scheduling, and fitness tracking systems.

  • User Management: Handles user registration, profiles, and authentication.

  • Membership Plans: Different tiers (e.g., basic, premium) with varying access and benefits.

  • Scheduling System: Allows users to book classes and personal training sessions.

  • Fitness Tracking: Integration with wearables to monitor user p...

An Advanced Software Engineer was asked
Q. What tools do you use for code quality, and why?
Ans. 

I use tools like SonarQube and CodeClimate to ensure code quality by identifying bugs, vulnerabilities, and code smells.

  • SonarQube - provides static code analysis to detect bugs, code smells, and security vulnerabilities

  • CodeClimate - offers automated code review to improve code quality and maintainability

Advanced Software Engineer Interview Questions Asked at Other Companies

Q1. Describe your final round interview with the engineering manager. ... read more
asked in IntelliFlo
Q2. What is the implementation process for POST and GET requests in . ... read more
asked in IntelliFlo
Q3. How can you optimize a function in React that is called every 5 s ... read more
asked in IntelliFlo
Q4. How do you approach debugging a production issue that cannot be r ... read more
Q5. What tools do you use for code quality, and why?
An Advanced Software Engineer was asked
Q. How are you shipping your code to production?
Ans. 

We use a continuous integration/continuous deployment (CI/CD) pipeline to automate the process of shipping code to production.

  • We use version control systems like Git to manage our codebase.

  • Code changes are reviewed by peers through pull requests before merging.

  • Automated tests are run to ensure code quality and prevent regressions.

  • Once code is merged, it triggers a CI/CD pipeline that builds, tests, and deploys the...

An Advanced Software Engineer was asked
Q. What are the core concepts of OOPS?
Ans. 

Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: bundling data and methods that operate on the data into a single unit

  • 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 details and...

An Advanced Software Engineer was asked
Q. What is dependency injection?
Ans. 

Dependency injection is a design pattern that allows a program to achieve Inversion of Control by injecting dependencies into a class.

  • Promotes loose coupling between classes, making code easier to manage and test.

  • Facilitates easier unit testing by allowing mock dependencies to be injected.

  • Commonly used in frameworks like Spring (Java) and Angular (JavaScript).

  • Example: Instead of a class creating its own dependenci...

What are the roles & responsibilities of a Advanced Software Engineer at Honeywell Technology Solutions?

Software Development

  • Design, develop, and implement advanced software solutions
  • Conduct thorough testing and debugging of software applications

Read full roles & responsibilities

Honeywell Technology Solutions Advanced Software Engineer Interview Experiences

5 interviews found

Advanced Software Engineer Interview Questions & Answers

user image Pravin Kumar Patidar

posted on 1 Jun 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. What is oops concepts
  • Q2. What is dependency injection

Skills evaluated in this interview

Honeywell Technology Solutions HR Interview Questions

14 questions and answers

Q. Can you describe your experience with customer interactions?
Q. Can you explain a scenario in which you worked with a team to overcome qual ... read more
Q. How do you deal with people who are speaking negatively about you and your ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It's a hackathon test giving the same problem to a group of people and each one should come up with a solution in the given time. Question: Stock market application with UP and Down trade tracker.

Round 2 - Coding Test 

Some questions related to your hackathon-related project and basic Java and spring framework questions as I gave the interview for the Java and spring expertise.

Round 3 - One-on-one 

(5 Questions)

  • Q1. I had the final round with the engineering manager and he asked questions related to the current project and gave the situation-based questions and looking for your input on that and also improvising the p...
  • Q2. How are you shipping your code to production?
  • Ans. 

    We use a continuous integration/continuous deployment (CI/CD) pipeline to automate the process of shipping code to production.

    • We use version control systems like Git to manage our codebase.

    • Code changes are reviewed by peers through pull requests before merging.

    • Automated tests are run to ensure code quality and prevent regressions.

    • Once code is merged, it triggers a CI/CD pipeline that builds, tests, and deploys the code...

  • Answered by AI
  • Q3. What tools you are using for code quality and why?
  • Ans. 

    I use tools like SonarQube and CodeClimate to ensure code quality by identifying bugs, vulnerabilities, and code smells.

    • SonarQube - provides static code analysis to detect bugs, code smells, and security vulnerabilities

    • CodeClimate - offers automated code review to improve code quality and maintainability

  • Answered by AI
  • Q4. What would be your next course of action if, in any production issue, you are not able to find the issue in the giving logs? The interviewer dig deeper with more questions
  • Q5. Are you willing to learn a new tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's an average difficulty level for the technical interview and go through some low and medium-level code problems the domain knowledge of your project and the SDLC of the project would help you to answer easily. All the best!!

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is the High-Level Design (HLD) for a gym?
  • Ans. 

    High-Level Design for a gym includes user management, membership plans, scheduling, and fitness tracking systems.

    • User Management: Handles user registration, profiles, and authentication.

    • Membership Plans: Different tiers (e.g., basic, premium) with varying access and benefits.

    • Scheduling System: Allows users to book classes and personal training sessions.

    • Fitness Tracking: Integration with wearables to monitor user progre...

  • Answered by AI
  • Q2. Not applicable interview question

I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Coding Round on creating an data reader spring boot app
  • Q2. Managerial round: Mention any changes that you want to make in your current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Always understand the problem statement before you start coding it, Test cases are also an important part of coding rounds.

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Create a small WPF atm application..just basics

Round 2 - Technical 

(1 Question)

  • Q1. WPF details and features, project architecture
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, ask for joining bonus

Interview Preparation Tips

Interview preparation tips for other job seekers - learn details for wpf and also make sure to know project architecture

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 Technology Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic c Programming and Embedded Systems

Round 2 - One-on-one 

(1 Question)

  • Q1. C and Do-178b questions
Round 3 - One-on-one 

(1 Question)

  • Q1. C and Embedded system and Project related
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round, Mostly technical
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and my previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - C, Do-178 b process and Micro Controller knowledge

Interview Questionnaire 

1 Question

  • Q1. Basic avionic domain questions

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Aptitude contained both coding questions and logical questions in separate papers
Aptitude was quite easy but coding questions were quite difficult. They just checked the coding questions for the screening process. so do well in coding aptitude guys!

Round 3 - HR 

(1 Question)

  • Q1. Attended in Chennai. Basic definition and they will review our aptitude coding answers and ask how we come to that outcome.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just believe that you can do it!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. 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 

(1 Question)

  • Q1. Logical question on sorting
Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about agile
  • Ans. 

    Agile is a software development methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration and responding to change over following a strict plan.

    • Scrum and Kanban are popular frameworks used in agile development.

    • Daily stand-up meetings, sprint planning, and retrospectives are com...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why are you looking for a change

Skills evaluated in this interview

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions Advanced Software Engineer interview?
Honeywell Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Honeywell Technology Solutions interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Honeywell Technology Solutions Advanced Software 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 Technology Solutions. The most common topics and skills that interviewers at Honeywell Technology Solutions expect are Agile Coaching, C++, Javascript, Debugging and Python.
What are the top questions asked in Honeywell Technology Solutions Advanced Software Engineer interview?

Some of the top questions asked at the Honeywell Technology Solutions Advanced Software Engineer interview -

  1. I had the final round with the engineering manager and he asked questions relat...read more
  2. what tools you are using for code quality and w...read more
  3. how are you shipping your code to producti...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Honeywell Technology Solutions Advanced Software Engineer Salary
based on 568 salaries
₹21 L/yr - ₹37.3 L/yr
26% more than the average Advanced Software Engineer Salary in India
View more details

Honeywell Technology Solutions Advanced Software Engineer Reviews and Ratings

based on 50 reviews

3.4/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.3

Salary

3.6

Job security

3.1

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 50 Reviews and Ratings
Advanced Software Engineer
568 salaries
unlock blur

₹21 L/yr - ₹37.3 L/yr

Technical Lead
534 salaries
unlock blur

₹17.1 L/yr - ₹30 L/yr

Software Engineer
425 salaries
unlock blur

₹10.5 L/yr - ₹23.2 L/yr

Senior Software Engineer
325 salaries
unlock blur

₹14.4 L/yr - ₹36.1 L/yr

Senior Engineer
291 salaries
unlock blur

₹10 L/yr - ₹17.1 L/yr

Explore more salaries
Compare Honeywell Technology Solutions with

Indian Army

4.7
Compare

Indian Air Force

4.6
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare
write
Share an Interview