Code snippet, something like: what would you see in the DOM? @Component({ selector: 'cmp', template: '{{value}}' }) export class Cmp implements OnInit, onChanges { value = 10; ngOnInit() { this.value += 5 } ngOnchanges(){ this.value += 1 } }
Junior Front End Engineer Interview Questions
383 junior front end engineer interview questions shared by candidates
There was not many questions really.
There weren't any difficult questions. There was a CSS/SASS question to perhaps gauge my general knowledge on the subject. Other than that, mainly just questions about my history and why I want to get into Web Development.
What's the difference between java and javascript
Tell me about a time you came across a problem, and how did you move past it?
What is the difference between stack and queue? What is a circular linked list?
Do I fit the position?
What are some of the most important qualities of a front-end developer?
Asked to complete a front-end coding assignment by giving me a wire-frame and making it responsive.
How would you write a function that takes in two numbers and multiplies them without using the multiplication sign?
Viewing 21 - 30 interview questions