What is the function of the trigger in a scope?
Validation Manager Interview Questions
2,446 validation manager interview questions shared by candidates
What does this block of code do?
Skill test of schematic
ask you to write SAS code by hand with a whitepaper
How do you check PCIe Ref Clk?
What happens if all harmonics are removed from a square wave?
How do you handle Co-workers and subordinates that disagree and directly refuse to apply/comply with a directive or a solution you have provided?
I was asked questions about my knowledge of different validation concepts and processes used in manufacturing. Some questions were situational and others were technical.
1- code , number of test cases needed to test? 2- Testing techniques, difference between them ? 3- General questions about embedded syste
what does the following code print ? Class X { void print(){ cout << "This is X" << endl; } } Class Y : public X{ void print(){ cout << "This is Y" << endl; } } void main() { X* xPtr = new X; X* yPtr = new Y; X-> print(); Y->print(); }
Viewing 141 - 150 interview questions