Upload Button Icon Add office photos

Filter interviews by

Honeywell Automation Softwaretest Engineer Interview Questions and Answers

Updated 18 Apr 2024

Honeywell Automation Softwaretest Engineer Interview Experiences

1 interview found

Softwaretest Engineer Interview Questions & Answers

user image Kondalu Yekkatela

posted on 18 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about correlation some technical questions about loadrunner tool
  • Q2. Loadrunner basics
  • Q3. Diff b/w thread process
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • Process is an independent entity that runs in its own memory space, while threads share the same memory space within a process.

    • Processes have their own resources like memory, file handles, etc., while threads share these resources.

    • Processes are heavyweight, while threads are lightweight.

    • Example: A...

  • Answered by AI
  • Q4. Appd basic questions
  • Q5. Diffeent approach for load balancing model
  • Ans. 

    Load balancing models distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Different algorithms for load balancing include round robin, least connections, and IP hash.

    • Consider factors like server capacity, network latency, and traffic patterns when choosing a load balancing model.

    • Implementing a hybrid approach combining multiple load balancing algorithms can optimize per

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Why do you want to change the job
  • Q2. Manual testing and automation testing questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Numeric analysis too difficult level

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 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 - One-on-one 

(1 Question)

  • Q1. Technical Questions - access specifiers, why is java platform independent, oops concepts, difference between Array List and LinkedList, Time Complexity, Immutable class, Questions related to Strings, Valid...
Round 3 - One-on-one 

(1 Question)

  • Q1. Live coding question based on array and Strings
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. What is transformer?
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are commonly used to increase or decrease voltage in electrical circuits.

    • They consist of two coils of wire, known as the primary and secondary coils.

    • The primary coil is connected to a power source, while the secondary coil is connected to the load.

    • Examples of transformers include power ...

  • Answered by AI
  • Q2. What is the use of relay in DI
  • Ans. 

    Relays in Dependency Injection are used to control the creation and lifecycle of objects.

    • Relays help in decoupling the creation of objects from their usage.

    • They can be used to provide different implementations of an interface based on certain conditions.

    • Relays can also be used for lazy loading of objects to improve performance.

    • They help in managing the dependencies of objects in a flexible and modular way.

  • Answered by AI
  • Q3. Compare profinet and ethernet
  • Ans. 

    Profinet is a real-time industrial Ethernet protocol used for automation, while Ethernet is a general networking protocol used for data communication.

    • Profinet is specifically designed for industrial automation applications, providing real-time communication and deterministic behavior.

    • Ethernet is a widely used networking protocol for general data communication in various industries and applications.

    • Profinet offers highe...

  • Answered by AI
  • Q4. What is RS232 protocol
  • Ans. 

    RS232 protocol is a standard for serial communication between devices, commonly used in computer systems.

    • RS232 uses a DB9 or DB25 connector for communication

    • It uses asynchronous communication

    • Data is transmitted one bit at a time

    • Commonly used for connecting devices like modems, printers, and GPS receivers

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

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

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Nov 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 - Aptitude Test 

Basic aptitude questions

Round 3 - Group Discussion 

Topic was "which is best work from home or work from office?"

Round 4 - Technical 

(2 Questions)

  • Q1. Questions about html, css and javascript
  • Q2. Questions based on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops concepts in c# Solid and design principles Task vs thread Difference between interface and abstract class
  • Ans. 

    OOPs concepts in C#, SOLID and design principles, Task vs Thread, Interface vs Abstract class

    • OOPs concepts in C# include encapsulation, inheritance, polymorphism, and abstraction

    • SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Task is a unit of work in C# that represents an asynchronous operation, while Thread is a separate path of execution wi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 st round with programing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain singleton design pattern, And general questions

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2022. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Questions regarding oops concept
Round 3 - Technical 

(1 Question)

  • Q1. Implement atoi , and just basic programming questions
Round 4 - HR 

(1 Question)

  • Q1. Why u want to join siemens and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Try for better companies , tech is quite old not good for fresher even though salary is good

Honeywell Automation Interview FAQs

How many rounds are there in Honeywell Automation Softwaretest Engineer interview?
Honeywell Automation interview process usually has 1 rounds. The most common rounds in the Honeywell Automation interview process are Technical.
What are the top questions asked in Honeywell Automation Softwaretest Engineer interview?

Some of the top questions asked at the Honeywell Automation Softwaretest Engineer interview -

  1. diffeent approach for load balancing mo...read more
  2. diff b/w thread proc...read more
  3. Explain about correlation some technical questions about loadrunner t...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 423 Interviews
Bosch Interview Questions
4.2
 • 328 Interviews
Johnson Controls Interview Questions
3.6
 • 251 Interviews
ABB Interview Questions
4.1
 • 225 Interviews
Falcon Autotech Interview Questions
4.1
 • 44 Interviews
Wipro PARI Interview Questions
3.5
 • 38 Interviews
View all
Honeywell Automation Softwaretest Engineer Salary
based on 53 salaries
₹3.5 L/yr - ₹5.9 L/yr
20% less than the average Softwaretest Engineer Salary in India
View more details

Honeywell Automation Softwaretest Engineer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.7

Salary

4.5

Job security

4.2

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 6 Reviews and Ratings
System Engineer
401 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Project Engineer
322 salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Service Engineer
238 salaries
unlock blur

₹1.4 L/yr - ₹7.7 L/yr

Senior Engineer
203 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Software Engineer
186 salaries
unlock blur

₹3.7 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Honeywell Automation with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Emerson Electric Co.

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