Code review for a buggy code.
Senior Frontend Engineer Interview Questions
1,554 senior frontend engineer interview questions shared by candidates
General questions about previous job experience
- What is an event loop - Difference between var, let, const. - Help to refactor the code to make it work - Have you worked with CSS and with CSS Grid - Tell us about the project you have failed - Do you have mentoring experience - Do you have interviewing experience - How do you measure if the launched product is successful - How do you measure if the product/project manager does its job well or badly?
Difference between Async and differ
1. Scope and Hoisting Example: var x = 10; function outer() { var x = 20; function inner() { x++; console.log(x); // NaN (due to hoisting) var x = 30; console.log(x); // 30 } inner(); } outer();
How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
what will happen if we removed imports?
I was asked to implement a list of reminders within one hour, where I should be able to add new reminders, and edit or delete existing ones.
This was purely an intro call.
What is the business model of your former company?
Viewing 1211 - 1220 interview questions