Build a promise function in Vanilla JS.
Frontend Software Engineer Interview Questions
869 frontend software engineer interview questions shared by candidates
For the take home test, they give you a design spec and some mock APIs and ask you to implement a dashboard with certain constraints. They asked a few more general technical questions about JavaScript concepts like promises, async/await, etc. The rest of the interviews consisted mostly of "tell me about a time when..." and "how would you handle this situation" types of questions.
Build a factory floor diagram to move cars through an assembly line
- Have you worked remotely before? (Usually asked during first stage) - Can you share a story of your favorite software project? (usually asked during the 4th or last stage)
They asked thoughtful questions around frontend performance optimization, component architecture, and how to design scalable systems. One question focused on improving rendering performance in a React app with a large data set, which led to a great discussion on memoization, virtualization, and design trade offs.
Describe the architecture of a system you have designed.
JS fundamentals, ES6, DOM manipulation.
Questions around recursive promises, API design and basic problem-solving skills. Nothing crazy, but requires strong fundamentals.
Collaboratively design a solution using a virtual whiteboard to a given technical problem
1. Given a set of wireless routers that are interconnected, write an algorithm that finds the longest distance between these routers 2. Was supposed to be a system design interview, but this was the interviewer who arrived late and had no idea what he was supposed to interview for. 3. Design algorithm to instruct a robot how to go through a maze 4. Implement an auto-complete // trie implementation 5. Behavioral questions
Viewing 481 - 490 interview questions