1. Spring boot 2. authentication and authorization 3. Collections 4. current projects
Software Lead Interview Questions
2,961 software lead interview questions shared by candidates
Python programs - given a list of strings, identify and remove duplicate strings.
Array based, Binary search mostly leetcode medium System design - standard question Behavioural plus project
Core java, design pattern, Java 8 feature
Node.js security approches, resolve performance issue, event loop, priorities of tasks in stack. Middleware and coading
What is your most significant achievement?
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
How do you deal with difficult situations and people?
Tell about yourself. Tell about projects you did at work and off-work.
Viewing 2101 - 2110 interview questions