Company Name: Honeywell
Date: Jun-2018
Interview Questions:
1. What is testing?
2. What are differences between black box testing and white box testing?
3. What is procedure you follow during testing?
4. What is DO-178B and what is its purpose?
5. How will you write test cases and test procedures? In which language will you write test procedure?
6. Write a test cases for the given requirement:
Requirement: If the speed of aircraft exceeds 50 knots, it should execute function x and if the speed of aircraft
exceeds 100 knots, it should execute function y.
7. What are the inputs will you take for testing?
8. What software life cycle model is used for your project?
9. Write a CPP code to explain inheritance concept.
10. What is structural coverage analysis? What is the use of it?
11. We are not testing the code, then what is the use of doing structure coverage analysis?
12. In which level of testing (UT, SSIT, HSIT, System), you use black bock testing and white box testing?
13. How will confirm that you have covered all the given requirements?
14. What is RBTCA?
15. What is difference between C structure and C++ structure?
16. What are the OOPS concepts?
17. What is singleton class?
18. What is the use of static keyword?
19. What is the use of volatile keyword? give an example.
20. What is the difference between C and C++ language?
21. What is function overloading and overriding? where do we use function overriding?
22. Write a program for transpose of a matrix(3x3).
23. Write a program to convert binary to hexadecimal.
24. Write a program to swapping of 2 numbers without third variable.
25. What is the difference between MC/DC and DC and SC?
26. Write an MC/DC for a&&(b||c&&d||e)&&f.
27. What are the levels of software? What are the failure categories?
28. What is verification and validation? What is independent verification?
29. What is shallow copy and deep copy?
30. What is virtual destructor?
31. What is the difference between private and protected access specifier?
32. What is stub and driver? What is the difference between stub and driver file?
33. What are the issues that you are faced during testing?
34. Have you done review activity? What are the inputs that you have taken for the review activity?
35. Mention some checklist points?
36. What kind of standards does the coding standard document contains?
37. What kind of standards does the testing standard document contains?
38. What is unit testing? How you performed unit testing?
39. What are the coverages for each software level?
40. What is control coupling?, and what is data coupling?
41. If SCA is not 100%, then how will you resolve?
42. What is system testing?
43. What is the difference between manual testing and automation testing?
44. What are the tools that you have used?
45. When will you check for traceability?
46. How will you perform the boundary value analysis?
47. What are the derived requirements?
48. Puzzle: 10 bags are there and in each bag 10 balls are there. Eeach ball weight is 1kg. 9 bags contains 10 kg each but
1 bag contain 10.1 kg. In how many less number of attempts you will find the odd bag using balance?