0

web technology Online Quiz - 33

Description: web technology Online Quiz - 33
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

What is the file extension that applies to site templates

  1. FTP

  2. STP

  3. HTM

  4. JS


Correct Option: B

What is the file extension that applies to SharePoint sites that have been backed up

  1. STP

  2. XML

  3. FWP

  4. ASP


Correct Option: C

What is the GAC?

  1. Global Assembly Cache

  2. Global Access Cache

  3. Guide Access Cache

  4. Global Alert Cache


Correct Option: A
  1. Customer: - No need to carry money, safety, portable, etc.,Merchant: - Expands in wider area, increase in sales, promotions from acquirer, etc.,Bank/Issuer: - Installment Credit Card Association: - Interchange Fee

  2. Customer: - Interest on the purchase amount, charges, etc., Merchant: - Expands in wider area, increase in sales, promotions from acquirer, etc.,Bank/Issuer: - Authorized to decide on the repayment cycle

  3. Customer: - No need to carry money, safety, portable, etc.,Merchant: - Expands in wider area, increase in sales, promotions from acquirer, etc Bank/Issuer: - Interest on the purchase amount, charges, etc.,Network: - Interchange Fee

  4. Customer: - Earning on spending, safety, portable, etc.,Merchant: - Expands in wider area, increase in sales, promotions from acquirer, etc.,Bank/Issuer: - Interest on the purchase amount, charges, etc.,Network: - Interchange Fee


Correct Option: C

With an appropriate software and more than one GIF image, you can create a GIF animation:

  1. True

  2. False


Correct Option: A

What is MVC?

  1. Model, Viewer, Controller

  2. Model, View, Controller

  3. Model, View, Control

  4. None of the above


Correct Option: B

ASP.Net MVC 2.0 new features include?

  1. Asynchronous Controller support

  2. Model validation support enhancements

  3. Progressive rendering using Html.RenderAction

  4. All of the above


Correct Option: D

Which one is not the usage of MVC Framework?

  1. Supports Test Driven Development

  2. Separation of the Concern

  3. Support REST URLs

  4. Renders view state


Correct Option: D

By default, MVC supports for Search Engine Optimization (SEO) and REST?

  1. True

  2. False


Correct Option: B

ASP.Net MVC 2.0 provides

  1. More control over view state

  2. More control over behaviour of the application

  3. More control over Client Ids

  4. All of the above


Correct Option: B

MVC 2.0 can incorporate below ASP.NET features

  1. Master Page &User Controls

  2. Caching

  3. Authentication and Authorization

  4. All of the above


Correct Option: D

Where will RouteTable be defined?

  1. Web.config

  2. Global.asax

  3. App.config

  4. All of the above


Correct Option: B

Which one is true?

  1. routes.MapRoute("Default", "{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  2. routes.MapRoute("Default", "Area/{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  3. Both a and b

  4. None of the above


Correct Option: C
  1. Page Events

  2. Html Helper

  3. Both a and b

  4. None of the above


Correct Option: B

How many Html Helper methods are available in MVC 2.0?

  1. 8

  2. 10

  3. 5

  4. 12


Correct Option: B
  1. the view

  2. the view data returned

  3. the action result returned

  4. All of the above


Correct Option: D

Select ASP.Net MVC 2.0 framework action filters?

  1. OutputCache

  2. HandleError

  3. Authorize

  4. All of the above


Correct Option: D

How does controller identify a method as an action method?

  1. Method with ActionResult keyword

  2. All methods

  3. All methods except non-public methods

  4. All of the above


Correct Option: C

Which key word is used to pass data from Controller to View?

  1. ViewData

  2. ViewState

  3. Session

  4. All of the above


Correct Option: A
- Hide questions