Angular Js MCQ

Angular Js MCQ

  • Sharad Jaiswal
  • 02nd Sep, 2023

We are introducing here the best Angular Js MCQ Questions, which are very popular & cover the latest and important topics of Angular Js 1.x framework. this Angular Js MCQ Test contains the top 35 Angular Js Multiple Choice Questions and Answers, so practice these questions to check your final preparation for AngularJs Exams, Interviews & Placement Drives.

Angular Js MCQ Questions

1) Which of following directive is used to Embed an HTML page within an HTML page.

  • A. Ng-Model
  • B.ng-disabled
  • C.Ng-Bind
  • D.ng-include

2) Which of the following control data flow between the view and the model.

  • A. Module
  • B.Controller
  • C.Components
  • D.Directive

3) Which directive in angular disables a given control.

  • A. Ng-disable
  • B.$rootscope
  • C.ng-disabled
  • D.ng-trunsclude

4) Which directive in angular initializes app data and puts it values to a variable.

  • A. Ng-app
  • B.Ng-Model
  • C.Ng-Bind
  • D.ng-init

5) Which of following is used to create or process data from Http request.

  • A. Module
  • B.Service
  • C.Directive
  • D.Helper

6) In Angular 2, applications rely upon the . . . . . . . method to load top-level components

  • A. loadstrap
  • B.bootstrap
  • C.bootload
  • D.none of above

7) AngularJS directives are used in .............

  • A. View
  • B.Service
  • C.Module
  • D.Controller

8) How do you share data between controller and view?

  • A. using Model
  • B.using factory
  • C.using $scope
  • D.using services

9) Which of following is not valid AngularJs Filter?

  • A. email
  • B.orderby
  • C.currency
  • D.lowercase

10) Which one of following is correct syntax for creating a module in angularjs?

  • A. angular.module("app", []);
  • B.var myModule= new Module();
  • C.var myModule= angular.module();
  • D.None of the above

11) Which of following is not valid AngularJs Filter?

  • A. email
  • B.orderby
  • C.currency
  • D.lowercase

12) What are angular controller are responsible for?

  • A. Displaying the data.
  • B.Controlling the data.
  • C.Formatting the data
  • D.None of the above

13) Angularjs expressions are written using .............

  • A. (expression)
  • B.[expression]
  • C.{{expression}}
  • D.{{{expression}}}

14) Which of the following directive allows us to use form?

  • A. ng-form
  • B.ng-bind
  • C.ng-attach
  • D.ng-include

15) Which of the following directive is used to initialize an angular app?

  • A. ng-app
  • B.ng-model
  • C.ng-controller
  • D.None of the above

16) AngularJS module can be created using ............

  • A. module.create();
  • B.angular.create();
  • C.angular.module();
  • D.var myModule = new module();

17) AngularJS applications are a mix of ............

  • A. HTML and PHP
  • B.HTML and JavaScript
  • C.HTML and CrossScript
  • D.HTML and AngularScript

18) Does AngularJs supports two way binding?

  • A. Yes
  • B.No

19) Who is sometimes called as Father of AngularJS?

  • A. Brad Green
  • B.Igor Minor
  • C.Brian Ford
  • D.Misko Hevery

20) Which angular function is used to manually start up an angular application?

  • A. angular.copy
  • B.angular.element
  • C.angular.bootstrap
  • D.None of the above

21) AngularJS is extensible.

  • A. True
  • B.False

22) Angular 1.x is written in ..............

  • A. Java
  • B.Javascript
  • C.TypeScript
  • D.None of the above

23) Which community Angular JS belongs to

  • A. Google
  • B.Microsoft
  • C.Facebook
  • D.Twitter

24) How to combine filter with expression?

  • A. Using Dot {{expression. pipe}}
  • B.Using Comma {{expression, pipe}}
  • C.Using Slash {{expression / pipe}}
  • D.Using PIpe {{expression | pipe}}

25) Angularjs is based on ...................

  • A. Html
  • B.CSS
  • C.Javascript
  • D.Both Html & Javascript

26) Angularjs directives are used in ..................

  • A. View
  • B.Service
  • C.Module
  • D.Controller

27) Which of the following is valid angular js expression?

  • A. { 2 + 2 }
  • B.(( 2 + 2 ))
  • C.{{ 2 + 2 }}
  • D.{ (2 + 2) }

28) Which of the following is true about lowercase filter ................

  • A. Lowercase filter converts a text to lower case text.
  • B.Lowercase filter is a function which takes text as input.
  • C.Both A & B
  • D.None of the above

29) Which of the following is the correct way to apply a filter?

  • A. {{ expression | filter1 | filter2 | ... }}
  • B.{{ {filter1} | {filter2} | ...-expression}}
  • C.{{ expression | {filter1} | {filter2} | ... }}
  • D.None of the above

30) What is angular controller?

  • A. It is a software design pattern
  • B.It is a JavaScript function
  • C.It is used to execute some code
  • D.None of the above

31) Which of the following are validation directives?

  • A. ng-pattern
  • B.ng-required
  • C.ng-minlength
  • D.All of the Above

32) Which angular directive is used to disable an element?

  • A. ng-false
  • B.ng-hide
  • C.ng-disabled
  • D.None of the above

33) Which of the following is valid for AngualarJs module?

  • A. var app = angular.module();
  • B.var app = angular.module("myApp");
  • C.var app = angular.module("myApp", []);
  • D.var app = angular.module(["myApp","param");

34) Which of the following is not valid Angular Js filters?

  • A. Email
  • B.Orderby
  • C.Currency
  • D.Lowercase

35) Controller is constructor function in Angular Controller.

  • A. True
  • B.False

Leave A Comment :

Valid name is required.

Valid name is required.

Valid email id is required.