Tech Lead Interview Questions

2,932 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; } }

Given a chain of medical shops and a head office. Design a system for headoffice to find- 1- Sales Speed of each shop 2- Type to stock gets sold at various locations .. etc In 1 hour they expect you to design APIs, Write Stored Procs, Connect DB and fetch and insert data and handle all corner case scenarios and also write Unit test cases
avatar

Senior Software Engineer/Tech Lead

Interviewed at Honeywell

4.1
Feb 7, 2019

Given a chain of medical shops and a head office. Design a system for headoffice to find- 1- Sales Speed of each shop 2- Type to stock gets sold at various locations .. etc In 1 hour they expect you to design APIs, Write Stored Procs, Connect DB and fetch and insert data and handle all corner case scenarios and also write Unit test cases

Viewing 411 - 420 interview questions

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