Build a landing page using HTML/CSS from a given .psd file in an hour.
End Developer Junior Front Interview Questions
15,856 end developer junior front interview questions shared by candidates
Advanced JS concepts, programs and their outputs (hoisting, prototype, closures etc.) Deep understanding of Angular concepts (from basics to advanced including forms.) Deep understanding of RXJS lib and its operator with their real time usage.
Explain what is a closure.
How to center align in CSS?
Where do you see yourself in 10 years?
How do you relieve stress?
Difference between call and apply in JavaScript?
What about events? addEventListeners? e.target?
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.
Viewing 121 - 130 interview questions