Posts

Showing posts with the label frontend interview questions

Frontend Interview Questions External Article Links

CSS Interview Questions [Top 30]  -Medium Top 30 CSS Interview Questions - Reddit Front End Interview Questions [Top 250+] - Linkedin Angular Interview Questions [Top 90] - Medium JavaScript Interview Questions [Top 100] - Medium JavaScript Interview Questions [Top 100] - Linkedin Frontend Interview Question -Medium HTML Interview Question [Top 25] -Linkedin HTML Interview Question [Top 25] - Reddit    HTML Interview Question [Top 25] -  Medium   Frontend Interview Questions For Freshers - Reddit Frontend Interview Questions For Freshers - Medium Frontend Interview Questions For 3 Years Of Experience- Medium Frontend Interview Questions For 5 Years Of Experience - Linkedin Frontend Interview Questions For 5 Years Of Experience - Medium HTML Interview Questions For Freshers - Reddit HTML Interview Questions For Freshers - Medium HTML Interview Questions For Freshers - Linkedin HTML Interview Questions For 3 Years Of Experience - Medi...

Angular Interview Questions For 5 Years Of Experience

  What are custom directives in Angular and how to create them ? What are the security features in angular ? What is storybook in Angular ? What are the design patterns in Angular ? What are interceptors in Angular ? How to create a custom decorator in Angular ? How to make multiple http calls in parallel in Angular ? What is a module in TypeScript, and how can you use it ? How to hit an API before the loading of the appComponent ? If there is a package(or say library) that is not available through NPM , then how would you use it in your angular application ? How to optimize Angular application using OnPush change detection strategy ? What are the types of forms available in Angular ? Explain with syntax. How to improve Angular app performance ? What is AuthGuard in Angular ? Explain switch map , mergemap , forkjoin, combineLatest, concatMap, exhaustMap . what would happen if any of the requests fails in switch map , merge map or forkjoin ? What is dependency injection ? How do you...

Angular Interview Questions

  What is Angular and what are its key features ? What is a Single page application ? What is a component in Angular ? What are the lifecycle hooks in an Angular component ? How to implement routing in Angular web components ? What is lazy loading in Angular ? What are the ways to share data between 2 components ? What are custom directives in Angular and how to create them ? What is the difference between ng serve and npm start ? What is the difference between ng add and npm install ? Can we use jQuery in Angular 2/4/5 ? How to call an API in Angular ? What is the difference between 'dependencies' and 'dev-dependencies' properties in package.json ? What is replay subject in angular ? What is the difference between adding styles and scripts in angular.json and adding styles and scripts in index.html ? What is the difference between cold observables and hot observables  ? What are the properties inside @ngModule decorator ? How to generate a component using cli command w...