Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions DOT NET Developer Interview Questions and Answers

Updated 4 Nov 2022

Honeywell Technology Solutions DOT NET Developer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Oct 2022. There were 2 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 

(2 Questions)

  • Q1. What is Cartesian join
  • Ans. 

    Cartesian join is a type of join where every row of one table is combined with every row of another table.

    • Also known as cross join

    • Does not require any matching condition

    • Results in a large number of rows

    • Syntax: SELECT * FROM table1 CROSS JOIN table2

    • Example: combining a list of products with a list of customers

  • Answered by AI
  • Q2. Write query to create a table
  • Ans. 

    Query to create a table

    • Use CREATE TABLE statement

    • Specify table name and column names with data types

    • Add constraints if required

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident if that answer wrong and also to learn things what u done wrong in previous interviews

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on project architecture
  • Q2. Access specifiers

Interview Preparation Tips

Topics to prepare for Collins Aerospace Software Developer interview:
  • Oops concept
Interview preparation tips for other job seekers - Interview process is good and easy
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

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions related to c++ concepts like templates, copy constructor and inheritance. Questions related to pointers.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is inheritance and types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single, multiple, multilevel, hierarchical, and hybrid.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves a class inheriting from multiple base c...

  • Answered by AI
  • Q2. List sorting and searching algorithms
  • Q3. Questions related to previous projects
  • Q4. What are constructors and destrutors.
  • Ans. 

    Constructors and destructors are special member functions in object-oriented programming languages.

    • Constructors are used to initialize the object's data members when it is created.

    • Destructors are used to free up any resources allocated by the object when it is destroyed.

    • Constructors have the same name as the class and no return type.

    • Destructors have the same name as the class preceded by a tilde (~) and no return type.

    • ...

  • Answered by AI
  • Q5. What is copy constructor and how is it different from regular constructors?
  • Ans. 

    Copy constructor creates a new object by copying an existing object of the same class.

    • Copy constructor is used to create a new object with the same values as an existing object.

    • It takes an object of the same class as a parameter.

    • It is different from regular constructors as it creates a new object by copying an existing object.

    • Copy constructor is invoked when an object is passed by value or returned by value.

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

(4 Questions)

  • Q1. Questions based on projects
  • Q2. What is virtual function, abstract class, differences between virtual function and pure virtual function
  • Ans. 

    Virtual functions allow polymorphism, abstract classes cannot be instantiated, pure virtual functions have no implementation.

    • Virtual functions are functions in a base class that can be overridden in derived classes

    • Abstract classes are classes that have at least one pure virtual function and cannot be instantiated

    • Pure virtual functions have no implementation and must be overridden in derived classes

    • Virtual functions can...

  • Answered by AI
  • Q3. Difference between copy constructor and = operator.
  • Ans. 

    Copy constructor creates a new object by copying an existing object, while = operator assigns the value of one object to another.

    • Copy constructor is used to create a new object with the same values as an existing object.

    • = operator is used to assign the value of one object to another.

    • Copy constructor is invoked when a new object is created from an existing object.

    • = operator is invoked when an existing object is assigned...

  • Answered by AI
  • Q4. What are lambda functions.
  • Ans. 

    Lambda functions are anonymous functions that can be passed as arguments or stored in variables.

    • Lambda functions are also known as anonymous functions or closures.

    • They are commonly used in functional programming languages like Python and JavaScript.

    • Lambda functions can be used to create higher-order functions, which take other functions as arguments.

    • They are often used for filtering, mapping, and reducing data in colle...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Advanced Systems Executive Software Developer interview:
  • C++
  • OOPS
Interview preparation tips for other job seekers - Prepare for the mentioned language and review your projects properly

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. What is endianness and wrote c program for endianness
  • Ans. 

    Endianness refers to the order in which bytes are stored in memory. There are two types: big-endian and little-endian.

    • Big-endian systems store the most significant byte first, while little-endian systems store the least significant byte first.

    • Endianness can affect how data is interpreted and manipulated in a computer system.

    • Example: In a big-endian system, the number 0x12345678 would be stored as 12 34 56 78 in memory.

    • ...

  • Answered by AI
  • Q2. Basic sring programs

Skills evaluated in this interview

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions DOT NET Developer interview?
Honeywell Technology Solutions interview process usually has 2 rounds. The most common rounds in the Honeywell Technology Solutions interview process are Resume Shortlist and Technical.
How to prepare for Honeywell Technology Solutions DOT NET Developer 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 C#, Design Patterns and Object Oriented Programming.
What are the top questions asked in Honeywell Technology Solutions DOT NET Developer interview?

Some of the top questions asked at the Honeywell Technology Solutions DOT NET Developer interview -

  1. What is Cartesian j...read more
  2. Write query to create a ta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Siemens Interview Questions
4.1
 • 427 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Indian Army Interview Questions
4.7
 • 149 Interviews
View all
Honeywell Technology Solutions DOT NET Developer Salary
based on 5 salaries
₹6 L/yr - ₹9.8 L/yr
55% more than the average DOT NET Developer Salary in India
View more details
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
345 salaries
unlock blur

₹7.2 L/yr - ₹25.4 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