Company Name: Nagoba Electronics
Date: Apr-2018
Interview Questions:
1) Introduce about yourself.
2) Explain about your current projects.
3) Which language have you used in avionics?
4) Why are you using ADA language in avionics?
5) What is LCA and explain about the LCA?
6) On what parameter who have worked on?
7) What is altitude and pressure?
8) What are the units of pressure?
9) How you will maintain the redundancy?
10) What is AOA and airspeed?
11) Which controller used in avionics and explained it?
12) Explain about the phases of flight?
13) What are the outputs of DFCS?
14) What is difference between ADC channels and DFCS channels?
15) What is testing? What is the purpose of testing?
16) How many levels of testing and explain about each level?
17) Explain about verification and validation?
18) Which tool have you used in testing?
19) What is V&V model?
20) What is SSI and HSI?
21) Explain manual testing procedure.
22) What is the difference between static and dynamic testing?
23) What is black box testing and white box testing?
24) What are the types of black box testing and explained it?
25) What is the meaning of MC/DC and explained it?
26) What is SCA?
27) Explain about the dead code and defensive code.
28) What is RBTCA and explained it?
29) What is DO-178B and what is the purpose of DO-178B?
30) How many levels are there in DO-178B?
31) What are the failure conditions for each level?
32) Explain about the software life cycle process?
33) How many objectives in level A and level B?
34) What is the difference between level A and level B?
35) What are the outputs of software planning process?
36) What are the inputs and outputs of software verification process?
37) How much will you rate yourself for C out of 10?
38) What is the difference between C and ADA?
39) What is the size of int, char, float, and double?
40) What is structure and write the syntax of structure?
41) What is difference between structure and union?
42) What is structure padding?
43) What is storage classes?
44) Explain about all storage classes?
45) What is the initial value of extern?
46) What is the difference between extern and static?
47) What is pointer?
48) What is the difference between array and pointer?
49) What is function?
50) What is array pointer and function pointer?
51) What is dangling pointer and explain with one example?
52) What is the size of integer pointer and float pointer?
53) What is dynamic memory location?
54) Write a syntax of dynamic memory location?
55) What is difference between static and dynamic memory location?
56) What are malloc(),calloc() and realloc()?
57) What is typecast? Explain with one example.
58) What is the meaning of volatile?