Senior Front End Developer Interview Questions

1,305 senior front end developer interview questions shared by candidates

1) Will have to do exactly what was on the take home assessment. You only have an hour so hurry it up. Need to fix the url API while you're at it. 2) There will be a give function that returns a random number from 1 to 6 like a dice roll. Code a function that keeps rolling the dice only up to 6 times and adds up to no more than 101. each roll mult by 10 and add it to the summation. If a roll mult by 10 goes over 101 then try to add that number as it is.
avatar

Sr. Front End Developer

Interviewed at William Hill

3
Oct 7, 2020

1) Will have to do exactly what was on the take home assessment. You only have an hour so hurry it up. Need to fix the url API while you're at it. 2) There will be a give function that returns a random number from 1 to 6 like a dice roll. Code a function that keeps rolling the dice only up to 6 times and adds up to no more than 101. each roll mult by 10 and add it to the summation. If a roll mult by 10 goes over 101 then try to add that number as it is.

You will be given an array that may contain integers and/or array of integers. Your goal is to write a function that will sum up all intergers contains in the arrays. For example, if the input is [[3, 2], [1], [4, 12], [2, [3,7]]] then your program should output 34 because 3 + 2 + 1 + 4 + 12 + 2 + 3 + 7 = 34.
avatar

Senior Front End Developer

Interviewed at Heidelberg Materials

3.4
Jun 25, 2021

You will be given an array that may contain integers and/or array of integers. Your goal is to write a function that will sum up all intergers contains in the arrays. For example, if the input is [[3, 2], [1], [4, 12], [2, [3,7]]] then your program should output 34 because 3 + 2 + 1 + 4 + 12 + 2 + 3 + 7 = 34.

Viewing 771 - 780 interview questions

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