Do you have a degree?
Front End Software Interview Questions
21,104 front end software interview questions shared by candidates
1)self Intro 2)Technical skill known 3)Projects. 4)JS DOM 5)HTML Sematic elements Types of elements->Block level and its eg, Inline and its eg. 6)CSS Flex, Box model, Positioning & types aling tags 7) Task to recreate the given file.. 25mins.. basic google search https://files.slack.com/files-pri/T3RDEGA00-F03S21K6ELQ/image.png?pub_secret=9ec8dc0e0b
Detailed Javascript and Angular questions. Including REST API and promises, asyc/await, fetch..
Given a DIV box of x width and y height in a browser how do you position four smaller images in each corner of the box?
Describe a situation that you have to make a decision to make a costumer happy
Implement some text editing functions
The case study you had to create a grid layout and pop-up based on the existing HTML and CSS given. There was an image file to show the desired final result. A bit of Javascript code was needed. You have at most 7 days to finish it.
What is the average look-up time for a good hash-function
what is 'this', what is closure, var vs const vs let, DOM tree
Create a basic implementation of a streams API. The user should be able to push values to a stream, and subscribe to values that are pushed to that stream. For example, const z = new Stream(); z.subscribe((value) => console.log(value)); z.subscribe((value) => console.log(value * 2)); z.subscribe((value) => console.log(value * 3)); z.push(2); Should return 2 4 6
Viewing 271 - 280 interview questions