Where do you see yourself in 10 years?
Front End Engineer Interview Questions
Front End Engineer Interview Questions
A front end engineer is focused on the user experience of software or an app. During an interview, you will need to demonstrate that you understand UX/UI design principles, a commitment to clean code optimized for the product offering, and a willingness to work with backend engineers to solve problems. Expect to be asked about your technical experience, as well as your people management and design skills.
Top Front End Engineer Interview Questions & How to Answer
Question #1: What is your preferred workflow/management style?
Question #2: How do you manage testing, reviews and version control?
Question #3: What excites you most about the UX/UI space?
21,104 front end engineer interview questions shared by candidates
How do you relieve stress?
Difference between call and apply in JavaScript?
What about events? addEventListeners? e.target?
How would you deal with a difficult customer?
Scrabble Validator, essentially. const dictionary = ['apple', 'avocado', 'anteater', 'april', 'basket', 'ball', 'cat', 'cradle'] etc for about 100 or so words const points = [{a:1}, {b:2}, {c:3}, {d:4}]; etc for all the letters in the alphabet. there are blanks - a blank is worth 0 but can be used in place of any letter given a string of letters and a dictionary, find all valid anagrams and then find their point value using a Points object. Sort those valid options by highest scoring point.
There are 11 problems for the OA. Two coding and others are multiple choices. The first one requires you to find the duplicates in array. The second one wants you to make a project to select image from the local memory. REMEBER! YOU CAN ONLY use javascript in this OA if you apply for front-end. There was no other options. If you don't know javascript, then you are screwed.
String and object manipulation
Serialize and deserialize a binary tree.
What would you do if a customer ask you where a certain item is?
Viewing 161 - 170 interview questions