Q: Tricky puzzle questions about closure. Brush up closure really well too. Again, BFE.dev is enough.
Senior Frontend Engineer Interview Questions
1,541 senior frontend engineer interview questions shared by candidates
Q: Output of const { b = console.log("hey") } = { b: 2 };
Second take home problem - "Write some HTML/CSS/Javascript/etc to take an empty div and a list of phrases to highlight with a hover effect (differing colors based on priority) and wire everything up. Phrases can standalone, phrases can be subsets of other phrases, and phrases can cross over parts of other phrases."
1. Experience discussion 2. Machine coding round 3. Assignment
Which comes first, async, Promise and callbacks?
A react application that accesses githubs api and creates pages.
Write a list with clickable elements, using dom methods and a later version using React. Here is my DOM method that the online test tool wouldn't let me submit.
HR questions, followed by Assignment - use react to render large data set in table.
For NDA reasons I will NOT include exact questions but will give an idea of what it is. 1. Call with Technical Recruiter - went through my experience, why I am looking for a new job position, etc. 2. Frontend Technical Screening included modern frontend technologies (TypeScript, React, Redux, etc) and general knowledge of what frontend development is. 3. React Live Coding included an implementation of 2 React components based on product requirements. 4. System design - given functional requirements, quickly present non-functional requirements, draw high-level design diagram for frontend and backend and at the very end dive into one topic, e.g. database, performance of the app 5. Values Interview - Tell me things you do at your current company right now, give me examples of communication between teams At this stage I got a rejection so will not expand what other stages have
given an image represented as a 2D array of 1s, there is a block of 0s representing the bounding box. Return the coordinates of the upper left and bottom right of the bounding box.
Viewing 161 - 170 interview questions