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 GAC?

  1. Global Assembly Cache

  2. Global Access Cache

  3. Guide Access Cache

  4. Global Alert Cache


Correct Option: A

Who are the beneficiaries in using Credit Cards? How?

  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
  1. Model, Viewer, Controller

  2. Model, View, Controller

  3. Model, View, Control

  4. None of the above


Correct Option: B
  1. Asynchronous Controller support

  2. Model validation support enhancements

  3. Progressive rendering using Html.RenderAction

  4. All of the above


Correct Option: D
  1. Supports Test Driven Development

  2. Separation of the Concern

  3. Support REST URLs

  4. Renders view state


Correct Option: D
  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

Select applicable view Content options for creating strongly-typed view creation ?

  1. Create

  2. Edit

  3. Details

  4. Delete

  5. List

  6. All of the above


Correct Option: F

Which one is used to render Views in Asp.Net MVC 2.0?

  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

Unit Testing of Controller action methods are possible to test ?

  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