Q.1
______________Request Processing technique follows ASP.Net?
  • Top-Down
  • Down-Up
  • Pipeline
  • Waterfall
Q.2
Howmany types of result in MVC?
  • 11
  • 12
  • 13
  • 10
Q.3
For razor views the file extensions are ______________ .
  • .cshtml: If C# is the programming language
  • .vbhtml: If VB is the programming language
  • both 1 & 2
  • None
Q.4
In MVC, Ajax can be implemented in _____________ ways
  • Ajax libraries
  • Jquery
  • both 1 & 2
  • None of the above
Q.5
What is the disadvantages of MVC model?
  • The model pattern is little complex
  • Multiple technologies knowledge is required
  • You need multiple programmers for parallel development
  • All of the mentioned above
Q.6
What is the advantages of MVC?
  • MVC segregates your project into a different segment, and it becomes easy for developers to work on
  • It is easy to edit or change some part of your project that makes project less development and maintenance cost
  • MVC makes your project more systematic
  • All of the mentioned
Q.7
In model-view-controller (MVC) architecture, model defines the _____________.
  • Data-access laye
  • Business-logic layer
  • Presentation layer
  • Interface layer
Q.8
ViewData is faster than ViewBag in MVC.
  • True
  • False
Q.9
Which of following is the best approach to assign a session in MVC?
  • System.Web.HttpContext.Current.Session["LoginID"] =7;
  • Current.Session["LoginID"] =7;
  • Session["LoginID"] =7;
  • None
Q.10
Is ViewBag slower than ViewData in MVC?
  • yes
  • No
Q.11
______________is the name of default Viewstart Page in ASP.Net MVC.
  • _ViewStart.cshtml
  • _Login.cshtml
  • _Layout.cshtml
  • None
Q.12
Viewstart comes under which folder name ?
  • Views
  • Account
  • Shared
  • Home
Q.13
What is the extension of MVC view when using C#?
  • cshtml
  • vbhtml
  • None
  • All of the above
Q.14
MVC 6 was introduced new JSON project-based structure?
  • Yes
  • No
  • Both A & B
  • None
Q.15
______________namespace is used for ASPX View Engine.
  • System.Web.Razor
  • System.Web.Mvc.WebFormViewEngine
  • Both A & B
  • None of the above
Q.16
Does Razor Engine supports for TDD ?
  • Yes
  • No
Q.17
We can use view state in MVC ?
  • yes
  • No
Q.18
MVC is composed of three components These are ?
  • Member Vertical Controller
  • Model Variable Centered
  • Model View Controller
  • Member Vertical Controller
Q.19
Which of the following is the extension of MVC view when using vb.net?
  • cshtml
  • vbhtml
  • Both A & B
  • None
Q.20
Model View Controller is the full form of MVC .
  • True
  • False
0 h : 0 m : 1 s