Tell me about a time when you led a project with several unknowns
Junior Frontend Developer Interview Questions
10,723 junior frontend developer interview questions shared by candidates
HTML, CSS, JavaScript, and React fundamentals.
what is your experience on frontend tecnologies
When would you use a SQL database over NoSQL database?
Some questions about my experience at my previous company.
Given an object with an ID and array of dependancies that reference other IDs within the main object, create a function that accepts the main object and the desired ID such that the output would be all the dependancies, then the given ID. EX: all = [ {id:1, dep:[4,5]}, {id:4, dep:[6]}, {id:5, dep:[]}, {id:6, dep:[]} ] func(all, 1) => 6,4,5,1
What is meant by pass by reference vs pass by value? let x = 5; let y = x; //by value
What does MVC stand for and what does each component do?
What are some changes you could or would make to the take-home assignment, given more time?
Como você lida com feedbacks construtivos?
Viewing 1411 - 1420 interview questions