Build an application that queries the Imgur API and presents a grid of pictures, allowing filtering, sorting, navigating between pages and expanding one selected picture to show details.
Frontend Software Engineer Interview Questions
12,690 frontend software engineer interview questions shared by candidates
Implement a function that takes in a list of asynchronous functions and executes the async functions in series. That is, one at a time.
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" .
javascript test
HR: questions about motivation, background, expectations..
Task output will be the home page for a web site as the PSD with the following features: - Slider in the first section. - Parallax background in Our Services section and hover effect for icons. - Executives officers section click on the small pic to update content in the big pic. - Apply JS counter in the Statistics section. - Apply animated logos with linear effect stopped when click. Rules & hints - Use vue.js or Angular as a SPA framework. - Responsive web page. - Handling Multi-Language ( AR – EN ) - Handling multiple browsers - Handling lazy loading. - Handling performance issues. - Pay attention to code quality, formatting, conventions, solution structure, etc. - Using CSS preprocessor (Sass with SCSS syntax strongly preferred) You will implement any 70% only from task requirements in 3 days if you need any extra time or any questions kindly contact us.
How to come out of forEach loop in javaScript.
Basic things like async vs defer, what is a virtual DOM, implementing a redux-like pub/sub (without googling) and then running some tests in the chrome devetools console.
Given: var thing = new Thing(); How would you implement the following functionality: thing.set('x', val); thing.set('y', val2); console.log(thing.get('x')); // val console.log(thing.get('y')); // val2
What is a feature we could add to improve Slack?
Viewing 31 - 40 interview questions