Please go through your resume while sharing it on your screen.
Senior Frontend Engineer Interview Questions
2,896 senior frontend engineer interview questions shared by candidates
What to do if the web page is slow?
Given a broken page template, fix all UI bugs and rebuild data, so it is suitable for displaying (tree-like structure).
From a given array and a set of rules, create a linked list - kind of structure and present it in console.
In two hours build a take-home challenge that fetches a list of items from the server, displays them on a page, and allows the user to click into an item-detail page. Bonuses: write tests, write an items-refresh loop, write a list filter, provide details on visual choices
Developer going to the board and writing some html: "if you had to generate 200 items, how would you do this? Please write the code on the board" .
Why are you looking to leave your current job?
Print the strings in dictionary match with Regex matching word in dictionary a*b, ab*, abc -> ["abc", "abb" abdd" ] * can have values - single char, -, . but not empty
Given a nested array like [1, 2, [3, 4, [5, 6], write a program to flatten it into one single array like [1, 2, 3, 4, 5, 6]
HR interview includes basic questions like : Why Raisin ? What is your goal ? Things like that
Viewing 1 - 10 interview questions