Q2. Take the web application you wrote in Q1 and re-write it using the framework(s) of your choice.
End Developer Junior Front Interview Questions
15,880 end developer junior front interview questions shared by candidates
what is your work experience?
When to chose React and when to chose Angular.
How was my relationship with my friends and ex-workmates
Have you watched that show "Silicon Valley"?
Questions were on experience and scenarios, but again, like a conversation and not a back and forth deal. It was like I was part of the team and we were hashing out ideas and a best path forward for various scenarios.
One leetcode question
How can you optimize this Angular template? ``` <div ng-bind="name"></div> <div ng-bind="age"></div> <div ng-bind="accountValue"></div> ```
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 } }
Square an array of sorted numbers
Viewing 901 - 910 interview questions