Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Software Engineer2 Interview Questions and Answers

Updated 24 Jul 2024

Honeywell Technology Solutions Software Engineer2 Interview Experiences

2 interviews found

Software Engineer2 Interview Questions & Answers

user image Shikhar Saxena

posted on 24 Jul 2024

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

(1 Question)

  • Q1. What was your project.
Round 2 - Technical 

(1 Question)

  • Q1. Design pattern and Multithreading.
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Shortest patha Algorithm

Round 2 - Technical 

(2 Questions)

  • Q1. Data structure & Sql questions
  • Q2. Questions related to projects
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary discuss & other benefits company provides.

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

You need to write code as algorithm for the given problem

Round 2 - Coding Test 

You will need a end to end architecture and details , along with problem solving skillset

Round 3 - One-on-one 

(1 Question)

  • Q1. Techno managerial Round
Round 4 - One-on-one 

(1 Question)

  • Q1. Senior manager round or as called AA round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Data Structures and Algorithms - Easy

Round 2 - Coding Test 

Code a chineese pebble game

Round 3 - System Design 

(2 Questions)

  • Q1. 2 Entities for cross site sale promotion.
  • Ans. 

    Two entities for cross site sale promotion are affiliate marketing platform and customer loyalty program.

    • Affiliate marketing platform: Allows businesses to partner with affiliates who promote their products on their own websites in exchange for a commission.

    • Customer loyalty program: Rewards customers for repeat purchases or other actions, encouraging them to continue shopping with the brand.

  • Answered by AI
  • Q2. Grill on Q1 with questions on security and loop holes. List SPOF and how to fix it.
Round 4 - Technical 

(2 Questions)

  • Q1. Do you want to do a Puzzle round?
  • Q2. Then asks Celebrity problem which I obviously didn't know at that time.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA even if you are a front end engineer. They keep monitoring for +ve signals.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The interviewer was a team Lead Engineer. He first asked me a few questions about database fundamentals (Cluster Index, Composite Index, ACID, etc). Then he presented me with a coding question on codility (LC Hard String question). He was very helpful during the interview and nudged me towards the right direction when I got stuck.

Interview experience
5
Excellent
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 - Coding Test 

Usually medium LC questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Design Snakes and Ladder
  • Ans. 

    Design a snakes and ladder game with a board, dice, and player pieces.

    • Create a game board with squares numbered from 1 to 100.

    • Place snakes and ladders on specific squares to move players up or down.

    • Players roll a dice to move their pieces on the board.

    • The first player to reach square 100 wins the game.

  • Answered by AI

Skills evaluated in this interview

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

Codility Test - 2 Medium LC type questions

Round 2 - One-on-one 

(1 Question)

  • Q1. DS Algo based round with 2 medium LC types questions on string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Was asked a simple question based on recursion
Round 2 - Technical 

(1 Question)

  • Q1. System Design Concepts. Discussion about day to day work on my current job
Round 3 - Technical 

(1 Question)

  • Q1. Detailed system design interview. Was asked a lots of questions about design of current project
Round 4 - Mangerial Round 

(1 Question)

  • Q1. It was more about day to day work responsibilities. Whether I was willing to relocate. And some questions around strengths and weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Q1 was about ds algo
Round 2 - Technical 

(1 Question)

  • Q1. Q2 was about lld
Round 3 - Technical 

(1 Question)

  • Q1. Q3 was about lld too
Round 4 - Technical 

(1 Question)

  • Q1. Q4 was about hiring manager round, from resume basically

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 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. Details of OoPs concept.
  • Q2. Write a program using OoPs concept
  • Ans. 

    Program using OOPs concept

    • Identify the objects and their properties

    • Create classes and define their methods

    • Use inheritance and polymorphism

    • Encapsulate data and use access modifiers

    • Example: A program to simulate a bank account

  • Answered by AI
  • Q3. How do code review in your project
  • Ans. 

    Code reviews are conducted regularly to ensure code quality and adherence to coding standards.

    • Code reviews are conducted by peers or senior developers.

    • Reviewers check for code quality, readability, maintainability, and adherence to coding standards.

    • Issues found during code review are documented and addressed by the developer.

    • Code reviews are conducted regularly, either before merging code or on a scheduled basis.

    • Tools ...

  • Answered by AI
Round 3 - Coding Test 

One programming challange just to see how good you use OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding practice using oops so that you can beat coding round.not focused on logic more but the way u use oops

Skills evaluated in this interview

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions Software Engineer2 interview?
Honeywell Technology Solutions interview process usually has 3 rounds. The most common rounds in the Honeywell Technology Solutions interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Honeywell Technology Solutions Software Engineer2 interview?

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

  1. Design pattern and Multithreadi...read more
  2. Data structure & Sql questi...read more
  3. Questions related to proje...read more

Tell us how to improve this page.

Honeywell Technology Solutions Software Engineer2 Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
Siemens Interview Questions
4.1
 • 432 Interviews
Cisco Interview Questions
4.1
 • 398 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Indian Army Interview Questions
4.7
 • 151 Interviews
View all
Honeywell Technology Solutions Software Engineer2 Salary
based on 165 salaries
₹8.2 L/yr - ₹21.2 L/yr
16% less than the average Software Engineer2 Salary in India
View more details

Honeywell Technology Solutions Software Engineer2 Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.1

Salary

3.8

Job security

3.6

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 12 Reviews and Ratings
Technical Lead
642 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
443 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
426 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 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.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview