Focus on core React/Typescript skills. The questions are relatively straightforward, but be prepared to be challenged
Senior Product Engineer Interview Questions
515 senior product engineer interview questions shared by candidates
The take home exercise was to design part of their existing system (integrations with external APIs) in an infinitely scalabale way, cover all edge cases, error paths etc.
Explain the vdom and why is it used.
Low Pass Filter Inverter NMOS cross section Inverting op amp
Describe the past projects that you have done? How did you handle sudden spikes in usage? How did you handle sudden DB load
JS Fundamentals and core web-related questions. How things work behind the scenes.
Why are you interested in pursuing new opportunities?
Basic knowledge of javascript, Coding style & your previous project experience
Debugging questions from application side.
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 351 - 360 interview questions