Honeywell Interview Questions

8
Honeywell HR Interview Questions-6: 1. Tell me about your self 2. What do you consider as your strength and give an example? 3. Have you ever faced a situation so that you are required to convince your boss and show you did it? 4. Have you ever had a situation, that you could not complete your task in time and how you managed that? 5. Have you ever interacted with the customer directly? 6. What are your achievements? 7. What is your role in your project? 8. Did you ever face a situation that you have to argue on the other side and how you convinced? 9. What made you to choose Honeywell? About Honeywell Technology Solutions Lab - HTSL Honeywell Technology Solutions Lab (HTSL) is an integral research, development and engineering arm of Honeywell. It provides value to Honeywell's businesses and customers through technology, product and business solutions meeting global standards of quality, innovation and lifetime performance. Employing diverse engineering skills, along with program management, quality assurance, systems engineering, technology and market analytics, HTSL provides business oriented total solutions to Honeywell businesses in the areas of Aerospace, Automation and Control Solutions, Specialty Materials and Transportation Systems. Headquartered out of Bangalore, HTSL has centers in Shanghai, Beijing, Brno, Hyderabad and Madurai. Why HTSL - Why should i join HTSL?:- HTSL constantly challenges the frontiers of technology by thinking out-of-the-box. Understanding a customer’s needs, interacting with them very closely and offering complete total solutions aligned to Honeywell’s products and businesses is a way of life at HTSL.

Transcript of Honeywell Interview Questions

Page 1: Honeywell Interview Questions

Honeywell HR Interview Questions-6:1. Tell me about your self2. What do you consider as your strength and give an example?3. Have you ever faced a situation so that you are required to convince your boss and show you did it?4. Have you ever had a situation, that you could not complete your task in time and how you managed that?5. Have you ever interacted with the customer directly?6. What are your achievements?7. What is your role in your project?8. Did you ever face a situation that you have to argue on the other side and how you convinced?9. What made you to choose Honeywell?

About Honeywell Technology Solutions Lab - HTSL

Honeywell Technology Solutions Lab (HTSL) is an integral research, development and engineering arm of Honeywell. It provides value to Honeywell's businesses and customers through technology, product and business solutions meeting global standards of quality, innovation and lifetime performance. Employing diverse engineering skills, along with program management, quality assurance, systems engineering, technology and market analytics, HTSL provides business oriented total solutions to Honeywell businesses in the areas of Aerospace, Automation and Control Solutions, Specialty Materials and Transportation Systems. Headquartered out of Bangalore, HTSL has centers in Shanghai, Beijing, Brno, Hyderabad and Madurai.

Why HTSL - Why should i join HTSL?:-

HTSL constantly challenges the frontiers of technology by thinking out-of-the-box. Understanding a customer’s needs, interacting with them very closely and offering complete total solutions aligned to Honeywell’s products and businesses is a way of life at HTSL.

HTSL also understands how essential it is to create a healthy work life balance. Learning, training, enhancing competencies, are part and parcel of daily work life at HTSL which is rigorous and mandatory. To have fun while at work, HTSL’s ‘beyond work’ initiative, ‘Wings’ caters to a wide spectrum of interests ranging from Adventure, Sports, Fitness & Personality, Fine Arts and Mind Sport to Performing Arts and Entertainment. T 

Contact Details

Address of Honeywell Technology Solutions Lab (HTSL):-

Honeywell Technology Solutions Lab (HTSL)

Page 2: Honeywell Interview Questions

151/1, Doraisanipalya, Bannerghatta RoadBangalore – 560 076, India.Tel: +91-80-26588360 /91-80-51197222 Fax: +91-80-26584750

Honeywell Technology SolutionsPlot No. 11, Survey No. 115, Road No. 2IT Park, Nanakramguda, GachibowliSerilingampally MandalHyderabad - 500 019.Ph.No. 040-39830200.

oneywell On Campus

Honeywell visits campuses worldwide in our ongoing search for great talent to join our global team. Whether you're an undergraduate student or are pursuing an advanced degree, we offer opportunities to develop a meaningful career, while impacting the world of tomorrow.

University Events Calendar Undergrad & Grad Opportunities Innovators

Scholarship Program Early Career Programs

Graduates & Students

Honeywell understands that identifying and nurturing top talent at the undergraduate and graduate levels is critical to meeting our business needs and growth plans. Wherever you are in your academic career, we emphasize continuous learning and provide numerous opportunities to improve your skills and grow your experiences with us.

Undergraduate Internships

As a summer intern with Honeywell, you'll work side by side with experienced professionals in such fields as Operations, Engineering & Technology, Finance, or Marketing & Business Management. The mentoring you'll receive from Honeywell leaders - as well as the informal social and networking opportunities - will add tremendous value to your internship experience.

Page 3: Honeywell Interview Questions

MBA/Masters Internships

As a graduate intern, Honeywell offers you the opportunity to explore potential career paths while adding value to our business. You'll network with and work alongside business leaders, managers and others within Honeywell's strategic business groups, while completing challenging assignments in one or more functional areas, including Engineering, Finance, HR & Communications, Information Technology, Law & Government Relations, Marketing & Business Management, Operations, and Sales.

Internships last about 12 weeks and include salary; in some cases relocation benefits are provided. Once you complete a successful internship, we may extend an offer for full-time employment based on business need and availability.

In order to be considered for an internship, the first step is to complete a short registration form so that we can learn more about you.

Undergrad Co-op Opportunities

Honeywell offers co-op positions to students interested in augmenting their studies with a hands-on, part-time position in their field. Co-op assignments are managed by our individual businesses. Contact your campus career placement office to determine whether your school participates in formal co-op programs, and visit our search page for Honeywell co-op opportunities in your area.

Direct Hires

Honeywell hires graduates directly based on our business needs. Opportunities typically fall within the following functional areas across all of our businesses, including Engineering, Finance; HR & Communications, Information Technology, Law & Government Relations, Marketing & Business Management, Operations, and Sales.

For details about Honeywell events on your campus, contact your career services, or visit our University events calendar.

Check out JobStart 101: Smart Tips and Real-World Training - JobSTART 101 is a free, online course to help college students and recent college graduates develop the professional skills they will need to be successful in their transition from campus to workplace.

Honeywell Technical Interview Questions-1:

Page 4: Honeywell Interview Questions

1. Introduce yourself briefly.2. How much good you are in C (on the scale of 1-10)3. They gave me the same complex number program and told me what modification I can do in it. (Again write the program)4. Write the same complex number addition program with passing values to function, passing structure to function and passing address of the structure to the function.5. What is recursion? What will happen is we don't give termination condition? How efficient recursion is compared to iteration. 6. What are the storage classes? Explain each with examples.7. Where register variables are stored? Where registers remain in computer? How many registers are there?8. Write a program to implement static storage class. (Many questions on this)9. What is Union? Write syntax of union. How memory is allocated for the members of Union. How it is different from structure? When we use union and when structure.10. What is dynamic memory allocation?11. Write syntax for allocating memory for Integer using malloc().12. What is type casting?13. What is the need of type casting in malloc().12. What is difference between malloc() and calloc().13. How memory is released?14. Where malloc() save variables? (In which memory- Primary, RAM)15. What is Preprocessor?16. What it is called in C?17. How it works? What is the need of macros?18. How parameters are passed in C?

Honeywell Technical Interview Questions-2:

1. What is calling by value, call by reference, and call by address? What is difference between them? Explain with examples.

2. Rate yourself in Data structure. (on the scale of 1 -10)3. How we measure the efficiency of program?4. What are the asymptotic notations? Explain with example.5. What data structures do you know? (Stack, Queue, Linked list, Circular linked list,

doubly linked list, graphs, tree, heap)6. What is hashing? How it works? 7. What is difference between graph and tree? (define and explain)8. What is B+ tree?9. What is Binary tree? (They gave me one set of number and asked to construct binary

Tree for that and explain binary search algorithm on that tree. What is efficiency of binary search?)

10. Rate yourself in Operating System.11. What is scheduling? What are the scheduling techniques? Explain.12. Which scheduling technique is used in Windows XP? (I explained the scheduling

technique used in UNIX and VAX/ VMX systems.)13. Which scheduling technique do you think is best and why? Explain its working?

Page 5: Honeywell Interview Questions

14. What is deadlock?15. What are the conditions for deadlock?16. What is deadlock avoidance and deadlock prevention?17. What is difference between process and thread?

Honeywell Technical Interview Questions-3:1. What is a Real-Time System?2. What is the difference between Hard and Soft real-time systems?3. What is a mission critical system?4. What is the important aspect of a real-time system?5. Explain the difference between microkernel and macro kernel.6. Give an example of microkernel.7. Why paging is used?8. Which is the best page replacement algo and Why?9. What is software life cycle?10. How much time is spent usually in each phases and why ?11. Which one do U want to work if selected in Honeywell12. What is testing?13. Which are the different types of testing?

Honeywell HR Interview Questions-4:1. When can U join?2. Who is your guide?3. You are from which place?4. Where is it in Kerala?5. How do you perform in the first two interviews?6. Why have you given Honeywell as dream job?7. What do you like in Bangalore?8. Asked about my family members.9. How do you interact with friends?10. How do adjust to a new environment?11. What is your approach towards a new subject?12. How do U prepare for exams?

Honeywell Technical Interview Questions-5:1. Introduce yourself2. Explain your projects.3. Rate yourself in c++4. What r de storage classes in c++5. Write a program to implement static variable...6. Write a program to implement extern variable.7. Tell something about OOP8. What is inheritance? (Public, private, protected)(TheyAsked me a lot in this section...)9. What is polymorphism and write a program to implement it..10. Tell something about OS

Page 6: Honeywell Interview Questions

11. What is a scheduler?12. What r de types of scheduler? And explain.13. What is diff b/w preemptive and RR scheduling?14. What is memo mgt?15. What t is segmentation?16. What is paging..17. Diff b/w paging and segmentation.18. What is fragmentation (internal and external?)19. What is compaction?20. They asked me to list what t r de data structures u know21. What is stack?22. Applications of stack23. What is queue?24. Application of queue25. What is infix, prefix, postfix expressing26. Evaluate of expression...27. What is circular queue?28. Difference b/w array and linked list29. What is doubly linked list?