General past experience questions, then technical questions about the code challenge, some theoretical questions about frontend development concepts philosophy and a live code excercise.
Senior Frontend Engineer Interview Questions
1,550 senior frontend engineer interview questions shared by candidates
Tell me about yourself and your experience
Q: How do processes look like in your current team? What do you think about Zalando?
Do you work with design patterns?
Code review for a buggy code.
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?
Viewing 1211 - 1220 interview questions