Last month, I had an interview on Angular. The interviewer asked me many questions; some were hard while some were quite easy.
Unfortunately, I got rejected in that interview. However, after that, I searched for various AngularJS interview questions on Google and prepared a list of somewhat 80 Angular 1.x Interview Questions.
- What is AngularJS? List some benefits of using AngularJS?
- List some Pros an Cons of angular js?
- What is Angular Module? How to create a Module in Angular js?
- What is Angular Controller?
- What is $scope?
- What is $rootscope? How is it different from the scope?
- What is the difference between $scope and scope?
- What are Angular Expressions?
- List the major browsers Supported by Angular js?
- How to enable HTML5 mod in Angular 1.x?
- List some of the built-in validators in Angular JS?
- What is Angular’s prefixes $ and $$?
- What are directives? How to create and use custom Directive in Angular js.
- How can you invoke a directive in Angular Js?
- Explain ng-repeat directive in Angular Js.
- What are Constants in Angular? How to create and use Constants in Angular Js?
- What is a Service? why we use a service in Angular Js?
- Explain $q service, deferred and promises?
- What are Filters in Angular js? List some filters in Angular js.?
- In angular js which service obj is not the singleton?
- What are Compile, Pre, and Post linking in AngularJS? .............................
........... and so on.
You can find the answers to these questions from
Here.