Ethical dilemma
Product Development Engineer Interview Questions
1,341 product development engineer interview questions shared by candidates
Technical Round 2 - In this round, they actually look the other knowledge like Security, Performance, Web servers with some scenarios.
Managerial Round - Asked about the SCRUM processes, the willingness of work, helping nature
Behavioral questions: What type of team would you like to work and some basic questions.
Do you work well in a fast-paced work environment?
Why are you best suited to the role
Describe the concept of electrical impedance to someone without a science background.
Only two people cared about GPA - ended up not being an issue either way.
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 ?
Viewing 911 - 920 interview questions