Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Advanced Software Engineer Interview Questions, Process, and Tips

Updated 3 Apr 2025

Top Honeywell Technology Solutions Advanced Software Engineer Interview Questions and Answers

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
  • 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 show

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between classes

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI

Skills evaluated in this interview

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

Advanced Software Engineer Interview Questions Asked at Other Companies

Q1. how are you shipping your code to production?
Q2. what tools you are using for code quality and why?
Q3. What is the High-Level Design (HLD) for a gym?
Q4. Differentiate between static and dynamic routing
asked in Siemens
Q5. Authentication vs authorization, solid principles etc.
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.

Honeywell Technology Solutions interview questions for designations

 Advanced Embedded Engineer

 (3)

 Senior Advanced Embedded Engineer

 (1)

 Software Engineer

 (12)

 Senior Software Engineer

 (2)

 Software Engineer II

 (1)

 Associate Software Engineer

 (1)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

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

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting

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 experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

There is MCQ questions of basics of c programming

Round 2 - One-on-one 

(4 Questions)

  • Q1. Second round is a technical round . Coding round
  • Q2. They ask about c programming basic questions and coding
  • Q3. Armstrong number
  • Q4. Fibbonnic series
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Discussion about project

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, Javascript, C++, Debugging and Medical Coding.
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. how are you shipping your code to producti...read more
  2. what tools you are using for code quality and w...read more
  3. What is the High-Level Design (HLD) for a g...read more

Tell us how to improve this page.

Honeywell Technology Solutions Advanced Software Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 152 Interviews
GE Interview Questions
4.2
 • 104 Interviews
AIRBUS Interview Questions
3.6
 • 72 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
BARC Interview Questions
4.4
 • 32 Interviews
View all
Honeywell Technology Solutions Advanced Software Engineer Salary
based on 514 salaries
₹14.5 L/yr - ₹38 L/yr
24% more than the average Advanced Software Engineer Salary in India
View more details

Honeywell Technology Solutions Advanced Software Engineer Reviews and Ratings

based on 46 reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.1

Salary

3.5

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 46 Reviews and Ratings
Advanced Software Engineer

Greater Noida,

Bangalore / Bengaluru

8-13 Yrs

₹ 19.7-24 LPA

Advanced Software Engineer

Greater Noida,

Bangalore / Bengaluru

8-13 Yrs

₹ 19.7-24 LPA

Sr Advanced Software Engineer

Hyderabad / Secunderabad

10-15 Yrs

Not Disclosed

Explore more jobs
Technical Lead
645 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Advanced Software Engineer
513 salaries
unlock blur

₹12 L/yr - ₹38 L/yr

Software Engineer
424 salaries
unlock blur

₹5.3 L/yr - ₹21.1 L/yr

Senior Engineer
355 salaries
unlock blur

₹5.8 L/yr - ₹17.4 L/yr

Senior Software Engineer
263 salaries
unlock blur

₹16.9 L/yr - ₹44.6 L/yr

Explore more salaries
Compare Honeywell Technology Solutions with

Indian Army

4.7
Compare

Indian Air Force

4.5
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

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