AngularJS Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to AngularJS Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : C

Explaination

ng-init directive initializes an AngularJS Application data. It is also used to put values to the variables to be used in the application.

Answer : C

Explaination

Model is the lowest level of the pattern responsible for maintaining data.

Answer : B

Explaination

filter filter is used to filter the array to a subset of it based on provided criteria. It is simply added to AngularJS expression to filter out the result.

Answer : B

Explaination

$error states the exact error.

Q 6 - Which components can be injected as a dependency in AngularJS?

A - Application Module

B - constant

C - value

D - factory

Answer : A

Explaination

Application Module can not be injected as dependency.

Q 7 - AngularJS supports inbuilt internationalization for three types of filters currency, date and numbers.

A - true

B - false

Answer : A

Explaination

AngularJS supports inbuilt internationalization for three types of filters currency, date and numbers.

Q 8 - AngularJS uses one way data binding.

A - false

B - true

Answer : A

Explaination

No! AngularJS uses two way data binding.

Q 9 - AngularJS Expressions are written inside double braces like {{ expression}}.

A - false

B - true

Answer : B

Explaination

AngularJS Expressions are written inside double braces like {{ expression}}.

Q 10 - Internationalization is a way to show locale specific information on a website.

A - false

B - true

Answer : B

Explaination

Internationalization is a way to show locale specific information on a website.

angularjs_questions_answers.htm
Advertisements