Describe your experience and you current role
Director Engineering Interview Questions
9,638 director engineering interview questions shared by candidates
How would you advise a junior Product Manager about writing product requirements?
How would you structure a data model whose goal is to be used by stakeholder to perform analysis on [specific topic]?
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
History and experience around driving the most out of teams
reverse a double linked list
What culture do you believe in?
1. Questions from Resume/Projects/work experience 2. DNS, TCP, Internet, Network related questions 3. Implement tail -f functionality 4. Implement browser related operations - Open, Close, Fetch active tab, clear cache/cookies 5. Designing a system with high availability, fault tolerance and scalability 6. People management related questions
Mainly focussed on my past experience and how quickly I can pickup new challenges. Problem solving was one of the other aspect.
Implementing a working prototype of one of their products. I felt they wanted to get free consultation out of the interview by giving their tasks to the interviewees lol.
Viewing 9531 - 9540 interview questions