Validation Engineer Interview Questions

1,604 validation engineer interview questions shared by candidates

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(); }
avatar

Validation Engineer

Interviewed at Marvell Technology

4.3
Feb 21, 2017

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(); }

1. Given an array with only 3 characters - sort the array in O(n). 2. Given an interger with at least 8 bits (or more) - write a function to return the integer obtained by reflecting the bits of the given number. For instance, given the number: 00110001, the result should be: 10001100.
avatar

Validation Engineer

Interviewed at Marvell Technology

4.3
Jan 12, 2016

1. Given an array with only 3 characters - sort the array in O(n). 2. Given an interger with at least 8 bits (or more) - write a function to return the integer obtained by reflecting the bits of the given number. For instance, given the number: 00110001, the result should be: 10001100.

Viewing 101 - 110 interview questions

Glassdoor has 1,604 interview questions and reports from Validation engineer interviews. Prepare for your interview. Get hired. Love your job.