¿Por qué aplicas a esta posición en nuestra emrpesa?
Javascript Interview Questions
1,680 javascript interview questions shared by candidates
tbh don't remember after so much time :)
Technologies you have worked and also asked you about your experience with testing.
Remove duplicate words from a string in JS
Mostly JS fundamentals and basic JS functionalities.
what are your salary expectations?
During the interview, I had a live coding session with Vue, HTML and CSS coding taking place. I was asked to live code using everything that you can imagine from JS standards to weird CSS selectors and code optimizations.
What was a challenging task you had on a recent project?
- Debounce Implementation - Debounce v/s Throttle - Remove Duplicates - const arr2 = [2, 1, 5, 2, 3, 2]; const S = 7; pair whose sum is >= S Given an array of integers, and a number ‘sum’, print all unique pairs in the array whose sum is > than ‘sum’. - const arr2 = [2, 1, 5, 2, 3, 2]; Replace each element with multiplication of rest of the elements, keeping in mind Time complexity (avoid nested for loops) - HOC, ForwardRef, ContextAPI
What is a closure?
Viewing 591 - 600 interview questions