Senior Frontend Developer Interview Questions

1,612 senior frontend developer interview questions shared by candidates

/*### Total number of drivers online on Uber - Input: List of tuples (timestamp, #drivers) for 2 cities - Output: List of tuples with combined number of drivers in both cities for existing timestamps. ```jsx /* Bangalore [[1:00, 10], [1:15, 20], [1:05, 12], [2:00, 9]] */ /* Kolkata [[1:03, 11], [1:30, 3], [2:30, 4], [1:15 11]] */ /* total [[1:00, 10], [1:03, 11], [1:05, 12], [1:15, 31], [1:30, 3], [2:00, 9], [2:30, 4]] */ // var blr1 = [['1:00', 10], ['1:15', 20], ['1:05', 12], ['2:00', 9]] // var kol1 = [['1:03', 11], ['1:30', 3], ['2:30', 4], ['1:15', 11]] // var output1 = mergeDrivers(blr, kol)
avatar

Senior Frontend Developer

Interviewed at Online Laser Cutting

4.1
Sep 18, 2020

/*### Total number of drivers online on Uber - Input: List of tuples (timestamp, #drivers) for 2 cities - Output: List of tuples with combined number of drivers in both cities for existing timestamps. ```jsx /* Bangalore [[1:00, 10], [1:15, 20], [1:05, 12], [2:00, 9]] */ /* Kolkata [[1:03, 11], [1:30, 3], [2:30, 4], [1:15 11]] */ /* total [[1:00, 10], [1:03, 11], [1:05, 12], [1:15, 31], [1:30, 3], [2:00, 9], [2:30, 4]] */ // var blr1 = [['1:00', 10], ['1:15', 20], ['1:05', 12], ['2:00', 9]] // var kol1 = [['1:03', 11], ['1:30', 3], ['2:30', 4], ['1:15', 11]] // var output1 = mergeDrivers(blr, kol)

You will be told that the interview questions are related to discuss the solution that you provided for the given task, however be prepared to be asked a lot of questions out of scope of the given task in fact out of the scope of the job title you are applying for.
avatar

Senior Frontend Developer

Interviewed at Vermietet.de

4
Jul 6, 2022

You will be told that the interview questions are related to discuss the solution that you provided for the given task, however be prepared to be asked a lot of questions out of scope of the given task in fact out of the scope of the job title you are applying for.

Viewing 1101 - 1110 interview questions

Glassdoor has 1,612 interview questions and reports from Senior frontend developer interviews. Prepare for your interview. Get hired. Love your job.