Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Senior Software Engineer Interview Questions and Answers

Updated 21 Dec 2024

Honeywell Technology Solutions Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular questions
  • Q2. In depth of the angular version architecture

Interview Questionnaire 

1 Question

  • Q1. Related to the ble, Wifi, rxjava, thirdparty libraries, Di, unit testing related questions.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Find the second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use SELECT statement to retrieve salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to get the second highest salary.

  • Answered by AI
  • Q2. Check duplicate rows using sql, group by, window function.
  • Ans. 

    Use SQL query with GROUP BY and window function to check for duplicate rows.

    • Use GROUP BY to group rows with same values together

    • Use COUNT() function to count the number of occurrences of each group

    • Use window function like ROW_NUMBER() to assign a unique number to each row within a group

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. 1. Intro 2. Tech stacks 3. Questions on all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DO 178 B/C Process
  • Ans. 

    DO 178 B/C is a software development standard for airborne systems.

    • DO 178 B/C is a set of guidelines for developing software for airborne systems.

    • It ensures that software is reliable, safe, and meets regulatory requirements.

    • The process includes requirements analysis, design, coding, testing, and verification.

    • Compliance with DO 178 B/C is often required for certification of avionics software.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Coding samples and expected output
Round 2 - Technical 

(1 Question)

  • Q1. Virtual functions Polymorphism Runtime polymorphism compile time polymorphism Constructor Destructor Destructor overloading possible why Deep copy vs shallow copy Program for operator overloading Program f...
Round 3 - Behavioral 

(1 Question)

  • Q1. Working of project
Round 4 - HR 

(1 Question)

  • Q1. Discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - No kt, no training they will provide, worst organisation ever, worst management, don't explain the task what you have to do , if you have other option please join other company don't join this company very bad
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Multithreading using Rtos
  • Ans. 

    Multithreading using RTOS involves creating multiple threads to run concurrently, managed by a real-time operating system.

    • RTOS provides scheduling and synchronization mechanisms for managing multiple threads.

    • Threads in RTOS can have different priorities to ensure timely execution of critical tasks.

    • Example: Using FreeRTOS to create multiple threads for handling different tasks in an embedded system.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

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 - Coding Test 

Simple basic codes were asked like finding prime number and all

Round 3 - Technical 

(2 Questions)

  • Q1. What do we mean by inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and promotes the concept of hierarchy in programming.

    • The existing class is called the parent class or superclass, and the new class is called the child class or subclass.

    • The child class inherits all the properties and methods of the parent class and can...

  • Answered by AI
  • Q2. How are stacks implemented while building softwares
  • Ans. 

    Stacks are implemented using arrays or linked lists to store and retrieve data in a Last-In-First-Out (LIFO) order.

    • Arrays are used to implement static stacks where the size is fixed

    • Linked lists are used to implement dynamic stacks where the size can change

    • Push() and pop() operations are used to add and remove elements from the stack

    • Stacks are used in programming languages for function calls and recursion

    • Stacks are also...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Are you able to relocate to Bangalore
  • Ans. 

    Yes, I am able to relocate to Bangalore.

    • I am open to relocating for the internship opportunity.

    • I am flexible and willing to move to Bangalore for the duration of the internship.

    • I have no constraints that would prevent me from relocating to Bangalore.

    • I am excited about the prospect of working in Bangalore and experiencing a new city.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and go for it.. they are going to judge some basics only

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Basic leetcode problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
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:
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 - 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 Senior Software Engineer interview?
Honeywell Technology Solutions interview process usually has 1 rounds. The most common rounds in the Honeywell Technology Solutions interview process are One-on-one Round.
How to prepare for Honeywell Technology Solutions Senior 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 Talent Management, Agile Coaching, Automation Testing, Change Management and Customer Support.
What are the top questions asked in Honeywell Technology Solutions Senior Software Engineer interview?

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

  1. Related to the ble, Wifi, rxjava, thirdparty libraries, Di, unit testing relate...read more
  2. In depth of the angular version architect...read more
  3. Angular questi...read more

Tell us how to improve this page.

Honeywell Technology Solutions Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Honeywell Technology Solutions Senior Software Engineer Salary
based on 350 salaries
₹7.2 L/yr - ₹30 L/yr
10% more than the average Senior Software Engineer Salary in India
View more details

Honeywell Technology Solutions Senior Software Engineer Reviews and Ratings

based on 33 reviews

3.6/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.9

Salary

4.2

Job security

3.7

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 33 Reviews and Ratings
Technical Lead
628 salaries
unlock blur

₹10 L/yr - ₹30.7 L/yr

Senior Engineer
458 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Advanced Software Engineer
440 salaries
unlock blur

₹12 L/yr - ₹34.8 L/yr

Software Engineer
420 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Software Engineer
350 salaries
unlock blur

₹7.2 L/yr - ₹30 L/yr

Explore more salaries
Compare Honeywell Technology Solutions with

Siemens

4.1
Compare

Bosch

4.2
Compare

ABB

4.1
Compare

Schneider Electric

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