What was a project you worked on that you are incredibly proud of? What are areas you want to see your coding career develop for the future? They then asked lots of follow up questions about projects I had been on and solutions to the problems I experienced on those projects.
Frontend Software Engineer Interview Questions
12,690 frontend software engineer interview questions shared by candidates
Are you familiar with rest api's ?
codility test with 3 tasks for 2 hours. Tasks are to implement small angular application, small jquery application and nodejs application. after that the 'trial day'
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.
Question: Input array = [a,b,c,d,e] num=2 and output [c,d,e,a,b] That is it, figure out what you need to do.
Q: Create a rectangular box and circle and position the circle such that half of the circle is above the rectangle and half is inside. The rectangular box has to be in the center of the screen. They shared an image for reference.
What to do if the web page is slow?
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
I was asked what hoisting is (one of the questions)
Viewing 21 - 30 interview questions