Sort an array by using Javascript.
Junior Frontend Developer Interview Questions
10,729 junior frontend developer interview questions shared by candidates
Tasks for understanding promises; tasks for understanding classes and understanding the event loop
Prova tecnica
Write recursive function that as an argument gets n and calculates what is corresponding number in n place in Fibonacci sequence For example f(8) = 21 (Fibonacci sequence for example: 0,1,1,2,3,5,8,13,21,34,55….) a. Discuss performance of the function with large n number. What are pitfalls? How function can be optimized. b. Bonus: write function complexity of space and time.
Write function that get an array and bubble sort it
[Hands-on coding] Adding a new feature to the take home assessment project.
Previous experience and frontend architectural questions.
Besides the typical background questions, mostly whiteboarding. They asked an algorithmic question, tracking variables/objects, optimizing data flow between systems/databases, DOM elements creation/updating, and data structures.
In javascript they asked hoisting, callback function, closures
Viewing 1881 - 1890 interview questions