• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

AngularJS Quiz | Set-1

Question 1

Angular.js is the combination of which of the following languages ?

  • HTML and PHP

  • HTML and CrossScript

  • HTML and Bootstrap

  • HTML and TypeScript

Question 2

Which of the below architecture patterns does angular is based on ?
  • MVC
  • VMC
  • MCV
  • CVM

Question 3

Which of the following is a way for applying expression in AngularJS application ?
  • (expression)
  • {{expression}}
  • {({expression})}
  • [expression]

Question 4

 Which of the following is the way to manually start the application in Angular?

  • angular. bootstrap

  • angular.element

  • angular. copy

  • None of the above

Question 5

What of the following is the correct way for applying multiple filters in AngularJS ?

  • {{ expression | filter1 | filter2}}

  • {{ expression | {filter1} | {filter2} }}

  • {{ expression - {filter1} - {filter2}}}

  • {{ {filter1} | {filter2} | ...expression}}

Question 6

Which of the following is used to bind the value of HTML controls in the text area to the application data ?
  • ng-cloak
  • ng-bind
  • ng-model
  • ng-blur

Question 7

Which of the following is the correct syntax for the create module in angularJs ?
  • ar myModule= module();
  • var myModule= new Module();
  • angular.module("app", []);
  • var Module= new Module(my);

Question 8

Which of the below templates is used for writing the AngularJs directive ?

  • Tag

  • Attribute

  • Class name

  • All of the above

Question 9

The component which is used for adding the dependency in AngularJS application are:

  • Value

  • Factory

  • Constant

  • Application Module

Question 10

Which of the following is a way to push one HTML content into another HTML content?
  • Server Side push
  • Use of Comment
  • Use of pushing
  • Use of include

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion