AngularJS Interview Questions
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
2 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
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.
8/11/2015 9:39 PM
3 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
What is MVC?
8/11/2015 9:39 PM
4 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
8/11/2015 9:39 PM
5 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
What is a service?
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.
8/11/2015 9:39 PM
6 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
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
7 of 7
http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm
About us
Write for us
Contact
8/11/2015 9:39 PM