Explain why last company has decided to start a project X, what was your role and contribution.
Manager Engineering Interview Questions
9,635 manager engineering interview questions shared by candidates
Tell me about your career trajectory - responsibilities and successes, decisions you've made
Technical Round (did not advance) I didn’t clear the first technical round, but these were the key questions: Top-K Frequent Elements Implement a function to return the top K most frequent integers in an array. Explain the approach and why it’s optimal. Extension: handle a streaming input. I discussed an event-driven, chunked approach—processing counts per chunk and updating/replacing a rolling top-K across chunks. setTimeout Ordering with an API Call Given a setTimeout followed by an API call, identify the issue with execution order and make the API call run after the timeout. I talked through the call stack, event loop, macro/microtask queues, and how Promise/async-await can control ordering. Remove Overlapping Time Windows For input like [[3,2],[1,6],[4,8],[5,9]], remove overlaps to produce something like [[3,6],[4,8],[5,9]]. They wanted a step-by-step plan: input sanitization, processing strategy, and analysis of time/space complexity. Reason : The response/feedback i got was your answers were right but from data persepective they were not thorough
How do you manage teams and projects?
How would manage an under performer?
How would I improve the design if I could start again
History and experience around driving the most out of teams
What is one thing that you actively work to improve upon?
Worst situation you had to deal with?
How would you measure and monitor underperformance?
Viewing 9571 - 9580 interview questions