Javascript Developer Interview Questions

1,200 javascript developer interview questions shared by candidates

- 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
Mar 25, 2024

- 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

Not actually an interview, but a step before: Had to write code on google sheets, no online IDE, **GOOGLE SHEETS**. Had two questions: 1) is the string of brackets is correct (you know, "(())[]" etc.); 2) shortening a code. I was naive, thinking they want to see "how I am thinking". NO. They actually copy paste the code and expect it to run. After being written in google sheets. Where they can tell if you paste code. Very unprofessional. No code riview will be offer, nor will be given if asked for, since no-one actually reads the code.
avatar

Javascript Developer

Interviewed at Bright Data

3.7
Jan 22, 2023

Not actually an interview, but a step before: Had to write code on google sheets, no online IDE, **GOOGLE SHEETS**. Had two questions: 1) is the string of brackets is correct (you know, "(())[]" etc.); 2) shortening a code. I was naive, thinking they want to see "how I am thinking". NO. They actually copy paste the code and expect it to run. After being written in google sheets. Where they can tell if you paste code. Very unprofessional. No code riview will be offer, nor will be given if asked for, since no-one actually reads the code.

Viewing 431 - 440 interview questions

Glassdoor has 1,200 interview questions and reports from Javascript developer interviews. Prepare for your interview. Get hired. Love your job.