AngularJS Interview Questions

7
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 AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm 1 of 7 8/11/2015 9:39 PM

description

AngularJS Interview Questions

Transcript of AngularJS Interview Questions

Page 1: AngularJS Interview Questions

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

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

1 of 7 8/11/2015 9:39 PM

Page 2: AngularJS Interview Questions

AngularJS Useful Resources

AngularJS - Questions and Answers

AngularJS - Quick Guide

AngularJS - Useful Resources

Previous Page Next Page

Advertisements

Dear readers, these AngularJS Interview Questions have been designed specially to get you acquainted withthe 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 questionsstart with some basic concept of the subject and later they continue based on further discussion and what you

answer:

AngularJS is a framework to build large scale and high performance web application while keeping them aseasy-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 handlesJavaScript code suitable for each browser.

AngularJS is open source, completely free, and used by thousands of developers around the world. It islicensed under the Apache License version 2.0.

What is AngularJS?

What is data binding in AngularJS?

What is scope in AngularJS?

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

2 of 7 8/11/2015 9:39 PM

Page 3: AngularJS Interview Questions

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?

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

3 of 7 8/11/2015 9:39 PM

Page 4: AngularJS Interview Questions

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?

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

4 of 7 8/11/2015 9:39 PM

Page 5: AngularJS Interview Questions

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?

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 ofthe custom directive then process the element using link() method of the custom directive based on the scope of

the directive.

Is AngularJS extensible?

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.

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

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

5 of 7 8/11/2015 9:39 PM

Page 6: AngularJS Interview Questions

Previous Page Next Page

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 complexquestions, 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 youanswered, 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

:-)

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

How to implement internationalization in AngularJS?

Advertisements

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

6 of 7 8/11/2015 9:39 PM

Page 7: AngularJS Interview Questions

About us Write for us Contact

AngularJS Interview Questions http://www.tutorialspoint.com/angularjs/angularjs_interview_questions.htm

7 of 7 8/11/2015 9:39 PM