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.
Frontend Entwickler Interview Questions
13,270 frontend entwickler interview questions shared by candidates
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" .
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.
How to come out of forEach loop in javaScript.
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.
Implement a function that takes in a list of asynchronous functions and executes the async functions in series. That is, one at a time.
HR: questions about motivation, background, expectations..
Why are you looking to leave your current job?
What are your top three favorite books?
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
Viewing 31 - 40 interview questions