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 Intern Interview Questions
21,145 front end developer intern 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