When to chose React and when to chose Angular.
Front End Software Interview Questions
21,132 front end software interview questions shared by candidates
Fale mais sobre você e suas experiências
How was my relationship with my friends and ex-workmates
Do you have former experience in fast flld
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 1331 - 1340 interview questions