Questions occupied JavaScript basics and knowledge of the ES8.
Junior Frontend Developer Interview Questions
286 junior frontend developer interview questions shared by candidates
¿Cuál es tu sueldo esperado?
¿Sabes algo respecto a lo que hace Bitlogic?
Question 1: Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1). Question 2: Given the JavaScript function setTimeout that is faulty how would you mitigate it. The function's problem is that it overrides the previous saved function by the previous setTimeout call. Example: code: setTimeout( ()=> console.log("a"), 500) setTimeout( ()=> console.log("b"), 200) setTimeout( ()=> console.log("c"), 1000) output: c c c
How Javascript inheritance methods work.
Man hat mich zu rekursiven Funktionen gefragt. Mach vorher noch ein bisschen LeetCode, bevor du reingehst.
The technical assessment had clear instructions and was an average difficulty. However, no feedback will be given if it's rejected so that's not very nice.
Strength, weakness, tech skills, soft skills
what is a react hook
What is event loop , debouncing , throtling , redux , closure , async/await ,how to optimise performance , difference between display hiden and none, difficulties face in past work or project
Viewing 111 - 120 interview questions