Puzzles, simple basic coding questions and angular related questions.
Front End Developer Intern Interview Questions
12,597 front end developer intern interview questions shared by candidates
did you know about audio and video tag in HTML5?
Whom do you see yourself in 5 yrs?
Why do you want to work for us rather than a different company?
Create a custom command in angular project
There's a PR (Pull request) sitting there waiting for approval and merging since some time. The code NEEDS to be merged and no one is around to do it. What would you do ?
Fai la programmazione web del sito
Do you have experience with ReactJs
* They give me a site that needs to scrape and search for links. * save those links on the best data structure format * if the link is from the same domain - do the same process on it too. * keep the scanning level depth (for each branch)
//Give me the output console for the following piece of code : var foo = 'foo'; function bar() { setTimeout(() => { console.log(foo); }, 0); console.log(foo); // undefined console.log(bar()); // undefined console.log(foo); // bartwo var foo = 'bar'; function bar() { foo = 'bartwo'; } console.log(foo); // bar } bar(); console.log(foo);
Viewing 1931 - 1940 interview questions