How do you calculate running total for past 7 days
Software Lead Interview Questions
17,464 software lead interview questions shared by candidates
They asked about the Django framework, AWS services, system design, and various optimization techniques.
What is your motivation, where do you see yourself in 5 years
What are the methods you can use to increase performance of your team?
Where do you see yourself in 5 years?
Testing related
All irrevelant questions n too much attitude like do you know java or prog langs
What do you know about the company?
Write program to get words in between [] of a string. ex: "I am employee my name is [Name1] and my designation is [designation1] and my role is [role\[abc\]]"
-> 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; } }
Viewing 3391 - 3400 interview questions