basic .to difficult .net questions
Operations Team Lead Interview Questions
1,769 operations team lead interview questions shared by candidates
There were a lot of questions including technical, leadership and attitude based questions.
What's your typical day like.
Can I deal with and manage different personalities on a team
What is motivating you to consider new opportunities?
I have not selected for technical interview, they have shortlisted me based on my resume and didn't move forward without any proper explanation.
What are my strengths
First interview, 2nd question - discuss creating a method that receives multiple text files in this format: a, b, c, d where each letter represents a name. you need to count all names in all files. discuss the fact that you can't read the files into memory - use generators to have connections to the files, what if you have a lot of different customers, one with 10k files and one with 3 files and the first one called the method before the 2nd one - how do you prevent starvation for the second one?
2nd interview 2. design facebook newsfeed - only thing he cared about was about the "fanning out" part of calculating the feed as that's what facebook is doing - differentiating between "regular" people and "famous" people with a lot of followers, so when you calculate the news feed for someone upon login you'll take the regular people's posts from the db and the famous people's posts from somewhere else like a cache
Thread pool , Garbage collection , Some recursion program
Viewing 1001 - 1010 interview questions