AngularJS MVC Multiple Choice Questions with Answers


Hello Friends in this article we are going to see AngularJS MVC Multiple choice questions or objective type questions. MVC stands for Model View Controller, it is a software design pattern for designing and developing a web application.

1.In AngularJs MVC Model Part Consist of_______.

  1. database
  2. application data
  3. Both 1 and 2.
  4. interface part

Ans – 3 (Model part consists of a database and application data)

2.In AngularJs MVC View part is________.

  1. database part
  2. interaction part
  3. interface part
  4. All of these

Ans. 3 (View part is the user interface part of an application)


3.When a user enters a URL in the browser, according to that specific URL control goes to the server and calls_______ in AngularJS.

  1. MODEL PART
  2. VIEW PART
  3. CONTROLLER PART
  4. controller

Ans- 4. Controller (When a user enters a URL in the browser, according to that specific URL control goes to the server and calls the controller.)

4.Everything starts with a __________ in angular.

  1. MODEL PART
  2. VIEW PART
  3. CONTROLLER PART
  4. controller

Ans- 4.Controller


Leave a Reply

Your email address will not be published. Required fields are marked *