Tech Lead Interview Questions

2,928 tech lead interview questions shared by candidates

-> What will be the output of the following code ? #include<iostream> class my_exception { public: my_exception() { cout << "my _ exception"<<endl; } }; void fun() { throw my_exception(); } int main() { try{ ::fun(); } catch (char * obj) { cout <<"check"<<endl; } }
avatar

Tech Lead

Interviewed at Publicis Sapient

3.4
Nov 29, 2014

-> What will be the output of the following code ? #include<iostream> class my_exception { public: my_exception() { cout << "my _ exception"<<endl; } }; void fun() { throw my_exception(); } int main() { try{ ::fun(); } catch (char * obj) { cout <<"check"<<endl; } }

Rain water harvesting System design an app like oyo. One intersting thing was, User with app can invite 10 ppl. S/he will get reward for inviting if other party does booking via Oyo. But invitation has to be intelligent. Like, user has only 10 invites. How can I suggest (from app) that, invite these 10 ppl which are more likely to do booking with oyo. App has only access to user's contact. No access to location, no fb friend list, no fb photos etc etc.
avatar

Tech Lead/Entry Level Manager

Interviewed at OYO

3.3
Jun 21, 2018

Rain water harvesting System design an app like oyo. One intersting thing was, User with app can invite 10 ppl. S/he will get reward for inviting if other party does booking via Oyo. But invitation has to be intelligent. Like, user has only 10 invites. How can I suggest (from app) that, invite these 10 ppl which are more likely to do booking with oyo. App has only access to user's contact. No access to location, no fb friend list, no fb photos etc etc.

Viewing 411 - 420 interview questions

Glassdoor has 2,928 interview questions and reports from Tech lead interviews. Prepare for your interview. Get hired. Love your job.