Create a website for managing vehicles and equipments
Senior Front End Developer Interview Questions
1,433 senior front end developer interview questions shared by candidates
What is webpack?
Write CSS/JavaScript to change display of html elements?
In the casual interview, the recruiter asked about general work experience, expectation. In the technical interview, I was asked 2 questions, one regarding data structure, and another regarding DOM.
How would you use forms in React
Quickest way to find duplicate characters in a string
Serialise IDs from a nested tree of items const data = [ { id: 1, items: [{ id: 4, items: [{id: 5}, {id: 6, items: [{id: 8}]}]}]}, { id: 2, items: [{ id: 7}]}, { id: 3 }, { id: 9, items: [{id: 10, items: [{id: 12}]}, {id: 11}] } ]; // Should return [1, 2, 3, 9, 4, 7, 10, 11, 5, 6, 12, 8]
Really basic questions about typescript and HTML at beginner level.: What do you think about using "any" as a type... Do you put all your css in one file? What is the difference between var and let... + many other junior level questions.
They want you to build an entire staff admin system using react within 4 hours.
Questions related to team leading
Viewing 51 - 60 interview questions