Vous êtes sur la page 1sur 7

AngularJS Interview Questions

1 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

AngularJS Tutorial

AngularJS - Home
AngularJS - Overview
AngularJS - Environment Setup
AngularJS - MVC Architecture
AngularJS - First Application
AngularJS - Directives
AngularJS - Expressions
AngularJS - Controllers
AngularJS - Filters
AngularJS - Tables
AngularJS - HTML DOM
AngularJS - Modules
AngularJS - Forms
AngularJS - Includes
AngularJS - AJAX
AngularJS - Views
AngularJS - Scopes
AngularJS - Services
AngularJS - Dependency Injection

8/11/2015 9:39 PM

AngularJS Interview Questions

2 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

AngularJS Useful Resources

AngularJS - Questions and Answers


AngularJS - Quick Guide
AngularJS - Useful Resources

Advertisements

Previous Page

Next Page

Dear readers, these AngularJS Interview Questions have been designed specially to get you acquainted with
the nature of questions you may encounter during your interview for the subject of AngularJS. As per my
experience good interviewers hardly plan to ask any particular question during your interview, normally questions
start with some basic concept of the subject and later they continue based on further discussion and what you
answer:

What is AngularJS?
AngularJS is a framework to build large scale and high performance web application while keeping them as
easy-to-maintain. Following are the features of AngularJS framework.
AngularJS is a powerful JavaScript based development framework to create RICH Internet Application
(RIA).
AngularJS provides developers options to write client side application (using JavaScript) in a clean MVC
(Model View Controller) way.
Application written in AngularJS is cross-browser compliant. AngularJS automatically handles
JavaScript code suitable for each browser.
AngularJS is open source, completely free, and used by thousands of developers around the world. It is
licensed under the Apache License version 2.0.

What is data binding in AngularJS?

What is scope in AngularJS?

8/11/2015 9:39 PM

AngularJS Interview Questions

3 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

What are the services in AngularJS?

What are the filters in AngularJS?

Explain directives in AngularJS.

Explain templates in AngularJS.

What is routing in AngularJS?

What is deep linking in AngularJS?

What are the advantages of AngularJS?

What are the disadvantages of AngularJS?

Which are the core directives of AngularJS?

Explain AngularJS boot process.

What is MVC?

Explain ng-app directive.

Explain ng-model directive.

Explain ng-bind directive.

Explain ng-controller directive.

How AngularJS integrates with HTML?

8/11/2015 9:39 PM

AngularJS Interview Questions

4 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

Explain ng-repeat directive.

What are AngularJS expressions?

Explain uppercase filter.

Explain lowercase filter.

Explain currency filter.

Explain filter filter.

Explain orderby filter.

Explain ng-disabled directive.

Explain ng-show directive.

Explain ng-hide directive.

Explain ng-click directive.

How angular.module works?

How to validate data in AngularJS?

Explain ng-include directive.

How to make an ajax call using Angular JS?

What is use of $routeProvider in AngularJS?

8/11/2015 9:39 PM

AngularJS Interview Questions

5 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

What is scope hierarchy in AngularJS?

What is a service?

What is service method?

What is factory method?

What are the differences between service and factory methods?

Which components can be injected as a dependency in AngularJS?

What is provider?

What is constant?

Is AngularJS extensible?
Yes! In AngularJS we can create custom directive to extend AngularJS existing functionalities.
Custom directives are used in AngularJS to extend the functionality of HTML. Custom directives are defined
using "directive" function. A custom directive simply replaces the element for which it is activated. AngularJS
application during bootstrap finds the matching elements and do one time activity using its compile() method of
the custom directive then process the element using link() method of the custom directive based on the scope of
the directive.

On which types of component can we create a custom directive?


AngularJS provides support to create custom directives for following type of elements.
Element directives - Directive activates when a matching element is encountered.
Attribute - Directive activates when a matching attribute is encountered.
CSS - Directive activates when a matching css style is encountered.
Comment - Directive activates when a matching comment is encountered.

8/11/2015 9:39 PM

AngularJS Interview Questions

6 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

website in English language in United States and in Danish in France.

How to implement internationalization in AngularJS?

Further you can go through your past assignments you have done with the subject and make sure you are able to
speak confidently on them. If you are fresher then interviewer does not expect you will answer very complex
questions, rather you have to make your basics concepts very strong.
Second it really doesn't matter much if you could not answer few questions but it matters that whatever you
answered, you must have answered with confidence. So just feel confident during your interview. We at
tutorialspoint wish you best luck to have a good interviewer and all the very best for your future endeavor. Cheers
:-)

Previous Page

Next Page
Advertisements

8/11/2015 9:39 PM

AngularJS Interview Questions

7 of 7

http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

About us

Write for us

Contact

8/11/2015 9:39 PM

Vous aimerez peut-être aussi