Leet code question, hard difficulty level, recursion.
Sr Engineering Manager Interview Questions
1,156 sr engineering manager interview questions shared by candidates
A lot of focus on scaling up the organization.
Game of Snakes Remember the old phone game of snake? The snake can move up, down, left or right in a 2Dimensional board of arbitrary size. Lets try to pmplement the bae logic of this game Rules: • Every time moveSnake() is called, the snake moves up, down, left or right • The snake’s initial size is 3 and grows by 1 every 5 moves • The game ends when the snake hits itself We can use the following as a starting point (pseudo-code): Interface SnakeGame { moveSnake(snakeDirection); isGameOver(); } Proposed Changes Change#1 Make scale-up 2 optional Remove scale-up 2 completely Change#2 Add new optional scale up: snake grows when it eats food rather than every 5moves. Food is dropped at a random position on the board.
Q. What are the main technical challenges I am facing in my current company are and how I would improve them?
building relationships with teammates/partner teams
Design Ticketmaster. Don’t worry about search. Just focus on scaling case of rush to buy thousands of tickets for popular event.
Design Dropbox (file storing and sharing)
Design web crawler for ecom sites
The system design interviewer wanted to know how I would shard a distributed database for data that included "all the data" for "all the businesses in the world" with the intent of creating an app that would provide this information about any businesses within one mile of a specific location. The question started out about how to design this system, but the interviewer in the end didn't want to know about replication or security or any "system level" information, just how I would shard the distributed data.
Managing conflict in teams and creating a sustainable work culture
Viewing 911 - 920 interview questions