Wednesday, May 20, 2015

0 Labview Interview Question

Recently my friend asked me to prepare Labview for an interview. The below interview questions I prepared for Labview, and my Labview Interview went well.

1 Is LabVIEW a compiled programming language?
 
2 Can LabVIEW be integrated into existing software engineering practices?
 
3 Do LabVIEW VIs work with source code control providers?  

4 Can I merge LabVIEW VIs?
 
5 How can I determine what modifications were made to a VI?
 
6 How do I validate a LabVIEW application?
 
 7 Can I map requirements to LabVIEW code?
 
 8 How do I document graphical code?
 
9 How do I perform static code analysis on LabVIEW VIs?
 
10 What assurance do I have that LabVIEW is a high-quality software product?
 
11 What is the Front Panel?
 
12 What is the Block Diagram?
 
13 What is Wires?
 
14 What is a Shift Register?
 
15 What is a Formula Node?
 
16 Which Company is the vendor of the LabVIEW software?
 
 17 What kind of Programming concept is used in LabVIEW?
 
18 What is a State Machine?
 
19 What is a Case Structure?
 
20 What is the hardest thing you've done with LabVIEW?
 
21 What is an insane object? How do you deal wth it?
 
22 Relative adantages/disadvantages of enum vs. text ring
 
23 What is a functional global? Describe how it works to store data.
 
24 What is a memory leak? Describe a process for detecting one.


No comments:

Post a Comment