Upload Button Icon Add office photos

Filter interviews by

Honeywell Technology Solutions Software Engineer Level 1 Interview Questions and Answers

Updated 14 Apr 2024

Honeywell Technology Solutions Software Engineer Level 1 Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on CV
Round 2 - HR 

(1 Question)

  • Q1. Questions related to Management/Career

I applied via Company Website and was interviewed in Feb 2022. 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 

(2 Questions)

  • Q1. Mainly OOP concepts were asked, along with MSSQL. Real-time problem statements were provided and the solution approach was analyzed.
  • Q2. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a private constructor 4. Types of constructor 5. Encapsulation 6. Polymorphism 7. Virtual override keywords 8. CTE Table 9. Joins, Index, a pro...
  • Ans. 

    Technical interview questions for a Software Engineer I position

    • Abstraction is the process of hiding implementation details while interface defines a contract for the behavior of a class

    • Sealed class is a class that cannot be inherited

    • Private constructor is used to prevent the creation of instances of a class from outside the class

    • Types of constructor include default, parameterized, copy, and static

    • Encapsulation is the ...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. It was mainly about the project, the below questions were asked - MVC Architecture How the code is managed in your project Code Repos EG. TFS, GIT The flow of project, team size, your role, and responsi...
Round 4 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.
  • Q4. Where do you see yourself in 5 years?
  • Q5. Why should we hire you?
  • Q6. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your skills and prepare accordingly. If you don't know the right answer - just say 'I need to study into it more', avoid brushing through the bushes, stick to the point while giving answers.

Skills evaluated in this interview

Software Engineer Level 1 Interview Questions Asked at Other Companies

asked in PayPal
Q1. Input a file. Select first 3 lines of the file. Select the longes ... read more
asked in PayPal
Q2. But amazon can do the search in O(n). Why it has to go for O(nk)? ... read more
asked in PayPal
Q3. When you search for a particular product in amazon, it displays s ... read more
asked in PayPal
Q4. There exists a 3x3 matrix, start from the first element reach the ... read more
Q5. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a pr ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was hacker rank coding challenges of 3 pgms

Round 2 - Technical 

(1 Question)

  • Q1. Dsa concept java core qstns logical reasoning
Round 3 - HR 

(1 Question)

  • Q1. Normal project n about ourselves

Software Engineer Level 1 Jobs at Honeywell Technology Solutions

View all

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 

2 Questions

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

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
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa + JavaScript related questions and outputs

Round 2 - Coding Test 

Js related coding + easy dsa

Round 3 - Behavioral 

(2 Questions)

  • Q1. Mostly about the projects you did earlier
  • Q2. What do you focus on learning in future
  • Ans. 

    I focus on learning new programming languages, technologies, and best practices to stay current in the industry.

    • Learning new programming languages such as Python or Go

    • Exploring emerging technologies like blockchain or machine learning

    • Staying updated on best practices in software development such as Agile or DevOps

    • Improving problem-solving skills through coding challenges and projects

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

There was simple aptitude questions along with some C snippet

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between RISC and CISC?
  • Ans. 

    RISC (Reduced Instruction Set Computing) has a smaller set of simple instructions, while CISC (Complex Instruction Set Computing) has a larger set of complex instructions.

    • RISC processors have simpler instructions that can be executed in a single clock cycle, making them faster.

    • CISC processors have more complex instructions that may require multiple clock cycles to execute.

    • RISC architectures typically have a smaller chi...

  • Answered by AI
  • Q2. How ADC(Analog to Digital Converter) works?
  • Ans. 

    ADC converts analog signals into digital data by sampling the input signal at regular intervals.

    • ADC samples the input signal at regular intervals

    • It quantizes the sampled values into discrete digital values

    • The resolution of ADC determines the number of possible digital values

    • Common types of ADC include successive approximation ADC and delta-sigma ADC

  • Answered by AI

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions Software Engineer Level 1 interview?
Honeywell Technology Solutions interview process usually has 3 rounds. The most common rounds in the Honeywell Technology Solutions interview process are Technical, HR and Coding Test.
How to prepare for Honeywell Technology Solutions Software Engineer Level 1 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, Automation Testing, Backend, Continuous Improvement and Debugging.
What are the top questions asked in Honeywell Technology Solutions Software Engineer Level 1 interview?

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

  1. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a private construc...read more
  2. Mainly OOP concepts were asked, along with MSSQL. Real-time problem statements ...read more
  3. Dsa concept java core qstns logical reason...read more

Tell us how to improve this page.

Honeywell Technology Solutions Software Engineer Level 1 Interview Process

based on 2 interviews

Interview experience

4
  
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 Software Engineer Level 1 Salary
based on 82 salaries
₹5 L/yr - ₹11.6 L/yr
24% less than the average Software Engineer Level 1 Salary in India
View more details

Honeywell Technology Solutions Software Engineer Level 1 Reviews and Ratings

based on 15 reviews

4.1/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

3.4

Salary

4.1

Job security

4.1

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 15 Reviews and Ratings
Technical Lead
645 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Advanced Software Engineer
514 salaries
unlock blur

₹14.5 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
261 salaries
unlock blur

₹16.9 L/yr - ₹44.8 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