Questions from the online test
Product Development Interview Questions
3,625 product development interview questions shared by candidates
Creative focus
Name a time you were stressed at work and how you dealt with it.
What experience you had with going through the design process.
mCQ questions in C++. 1) what is min things a class should have ? - constructor, destructor, - constructor, destructor, copy constructor - only constructor, - only destructor 2) what can not be inherited from following options: - constructor - friend function - both a and b - neither of them 3) class base { public: virtual void print() { cout << "base"; }}; class derive { public: void print() { cout<<"derive"; } }; class d : public base, public derive { public: void print() { cout<< "d"; } }; int main() { d obj; base b; derive d; int i ; base *ptr[3]; ptr[0] = &b; ptr[1] = &obj; ptr[2] = &obj; ptr[i]->print(); } 4) difference between function overloading and overriding. 5) default allowing access specifier in C++ ? private, public, protected ? 6) destructor calling sequence in non-virtual function in multiple inheritance ?
to describe a challenging experience in the career and how i handled it. They were looking for problem solving skills
technical questions
What technology platforms have you used in your past ecommerce jobs
How do you see your skills fitting it and contributing with National Instruments?
Why do you want to work with medical devices?
Viewing 2461 - 2470 interview questions