Top 150+ Solved Angular-JS MCQ Questions Answer

From 76 to 90 of 163

Q. When adding . . . . . and . . . . . . to a view, we are essentially instructing Angular to create data bindings that keep the model and view in sync.

a. extrapolations, interpolations

b. scopes, directives

c. directives, interpolation

d. none of above

  • c. directives, interpolation

Q. AngularJS is based on the _____ pattern

a. VMC

b. MVC

c. MCV

d. CVM

  • b. MVC

Q. What is Angular Js?

a. Library

b. Framework

c. Plugin

d. Browser Extension

  • b. Framework

Q. AngularJS applications are a mix of _____

a. HTML and PHP

b. HTML and CrossScript

c. HTML and AngularScript

d. HTML and JavaScriptcorrect

  • c. HTML and AngularScript

Q. How to include HTML content into another HTML?

a. Server Side push

b. Use of CommetD

c. Use of Polling

d. Use of include

  • d. Use of include

Q. What is MVC (Mode View Controller)?

a. It is a services for Java built function

b. It is marker for DOM elements

c. It is a software design pattern for developing web applications

d. None of the above

  • c. It is a software design pattern for developing web applications

Q. Which of the following is true about AngularJS service?

a. Services are JavaScript functions

b. Services are responsible to do specific tasks only

c. Inbuilt services are always prefixed with $ symbol

d. All of the above

  • d. All of the above

Q. Which of the following is valid for AngualarJS module

a. var app = angular.module(["myApp","param");

b. var app = angular.module("myApp", []);

c. var app = angular.module();

d. var app = angular.module("myApp");

  • d. var app = angular.module("myApp");

Q. What angular function is used to manually start up an angular application ?

a. angular.bootstrap

b. angular.element

c. angular.copy

d. None of the above

  • a. angular.bootstrap

Q. Which of the following is true about

a. $routeProvider $routeProvider maps Urls with the corresponding html page or ng-template

b. $routeProvider attaches a controller with the view

c. All of these

d. $routeProvider is the key service which set the configuration of urls

  • c. All of these

Q. Which is the right format for calling a ng-bind function?

a. ng-bind

b. ng:bind

c. ng_bind

d. All the Above

  • d. All the Above
Subscribe Now

Get All Updates & News