What would I do in certain scenarios. STAR format questions
Junior Frontend Developer Interview Questions
282 junior frontend developer interview questions shared by candidates
She asked why i chose frontend and what motivates me to join the internship program
how to debug code? what are solid principles? Did you use any agile methodology?
I had to write a digit parser with error checking in React JS.
Tell me about yourself question
I was asked about my core values
Questions occupied JavaScript basics and knowledge of the ES8.
¿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
Viewing 101 - 110 interview questions