I struggled with the whiteboard coding part of the interview. You need to be good at working with algorithms, something I haven't really worked with on that level in my +20 years of coding experience.
Front End Developer Interviews
Front End Developer Interview Questions
Front end developers are responsible for the interaction between web pages and users by designing and creating webpages using HTML, CSS, and JavaScript. Knowledge and experience with these three programming languages and their supporting tools is a must for employers. During an interview, be prepared to answer technical questions and to talk about past web development experience.
21,147 front end developer interview questions shared by candidates
What's the difference between call and apply (JavaScript)
1. Recursive and non recursive way to flatten a nested array. 2. Write program to deep copy an array containing strings, numbers, arrays, and object. 3. Write program to find common elements between 3 arrays. Modify the function such that space complexity is reduced.
They asked if I had any questions
What does apply function do?
They had me whiteboard out a Merge Sort in Java.
8. stop event bubbling at specified div. <div id="1"> = <div id ="2"> x <div id="3"> = <div id="4"> evt => {console.log("here")}
What do you know about oops?
How could you improve the performance on X using only Y?
Create a function for "k" - Fibonacci
Viewing 2801 - 2810 interview questions