How would you architect a new website?
Senior Frontend Engineer Interview Questions
1,547 senior frontend engineer interview questions shared by candidates
My previous experience, why I want to change my current job.
A series of algorithm/data structure questions ramping in difficulty; build a simple web app
Build a basic communication app
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
1. What’s the difference between using position: absolute and position: relative on a element in CSS? 2. How would you go about extending a form control or a component in Angular? 3. If you have a web app open in multiple browser tabs, how can you keep the state synchronized between them—so that an update in one tab reflects in all the others? 4. Can you describe the most challenging technical issue you’ve faced and how you went about solving it? 5. What are some best practices you follow when writing unit tests? 6. Code challenge: Given an array like [-1, -1, 2, 3, -1], how would you extract the unique negative values and return their sum?
Debug a 500 error and a few UI errors
What are the two ways to implement function currying? Can you code out examples?
Can you describe immutability to me and its importance? Give an example.
Memoize function to track number of function calls and return the first result every time the function is called.
Viewing 881 - 890 interview questions