10 exam-style questions with answers and explanations. Tap an answer to check yourself. When you're ready, take the scored version in the free practice test.
These 10 free CLAD questions are organized by exam domain, so you can see how each part of the Certified LabVIEW Associate Developer blueprint is tested. Reveal the answer and explanation under each question.
Domain 1: Hardware 10% of exam
Question 1
A signal's highest-frequency component is 2 kHz. According to the Nyquist sampling theorem, the minimum sampling rate needed to represent the signal without aliasing must be:
Show answer & explanation
Correct answer: D - Greater than 4 kHz
Question 2
In the standard NI-DAQmx programming model, which sequence shows the correct order of operations for a finite acquisition?
Domain 2: LabVIEW Programming Environment 25% of exam
Question 3
In LabVIEW's dataflow programming model, what determines the order in which two independent nodes (with no wires connecting them) execute?
Show answer & explanation
Correct answer: A - Data availability at the node's inputs
Question 4
Which of the following correctly lists the three elements contained in the standard LabVIEW error cluster?
Show answer & explanation
Correct answer: D - status (Boolean), code (I32), source (String)
Question 5
A Stop button is configured with the 'Latch When Released' mechanical action. During a run the user clicks it, the While Loop reads TRUE, and the loop stops. The VI is then run again and the user does not click the button. What value does the button's terminal return the first time it is read in the new run?
Show answer & explanation
Correct answer: D - FALSE
Domain 3: LabVIEW Programming Fundamentals 50% of exam
Question 6
A For Loop has its count terminal (N) wired to a constant of 10. A 6-element array is also wired into the loop through an auto-indexed input tunnel. How many times will the For Loop execute?
Show answer & explanation
Correct answer: B - 6
Question 7
A For Loop has its count terminal (N) wired to 4. A shift register on the loop is left uninitialized (nothing is wired to its left terminal). Each iteration adds 1 to the value from the shift register and passes the result back. An indicator wired to the shift register's output shows the final value. If the VI is run three times in succession without being closed, what does the indicator show after the third run?
Show answer & explanation
Correct answer: C - 12
Question 8
A floating-point (DBL) control containing the value 2.5 is wired to the selector terminal of a Case Structure that has cases labeled '2', '3', and 'Default'. Which case executes?
Show answer & explanation
Correct answer: A - Case '2'
Question 9
A For Loop must produce an output array that contains only the input elements greater than zero, excluding all others. Which output tunnel type accomplishes this?
Show answer & explanation
Correct answer: C - Conditional output tunnel
Domain 4: Programming Best Practices 15% of exam
Question 10
A developer selects a portion of block diagram code and chooses Edit » Create SubVI. Which of the following does LabVIEW NOT do automatically?
Show answer & explanation
Correct answer: B - Create a meaningful icon for the SubVI
Keep going
Instant scoring, weak-area drills, and full exam simulations.