The rxjs test was about figuring out to use debounceTime.
Senior Front End Engineer Interview Questions
2,000 senior front end engineer interview questions shared by candidates
How would you update a major library on your stack?
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 had me whiteboard out a Merge Sort in Java.
Find the intersecting values of 2 arrays.
Tell me about different ways that can save data in browser by program
Before each step, they'll send the interview outline and the questions that they're going to ask.
UI task. Picture was provided and asked me complete the task using AngularJs or any MVVM framework and Sass
Build a CSS grid with nothing in it. Easy. Some fetch requests. Compare two frameworks.
Was given a function q(func) which accepts another function as input. Each time this function is called, it will execute the pass in function after 3 seconds. So, if it is called 3 times, q(func); q(func); q(func); the func passed inside will only get called after 3 seconds and the second one will get called only after the first one completes and so on.
Viewing 211 - 220 interview questions