Tag: web technology

Questions Related to web technology

Which tool is used to display the EC chart on EC ViewOutput Page?

  1. Dot Net Charting Control

  2. MS Charts

  3. Silver Light Rich Graphs

  4. Excel in built chart


Correct Option: B

How do we log errors in TRAQ application?

  1. Logging in Text Files on Web Server

  2. Logging in database ErrorLog Table

  3. Both A & B

  4. Logging in App Server in Service Code


Correct Option: A
  1. SQL 2000

  2. SQL 2005

  3. SQL 2008

  4. SQL 2010


Correct Option: B
  1. UI-> Proxy?Provider -> Service-> Database?Mapper

  2. UI-> Service?Service -> Mapper -> Database?Provider

  3. UI-> Proxy -> Service -> Provider -> Database?Mapper

  4. UI-> Service?Provider-> Proxy-> Database?Mapper


Correct Option: C
  1. Calling Database again to get Entity

  2. Caching it and fetching it back.

  3. Storing the data in in-memory tables

  4. All of the Above.


Correct Option: B
  1. UpdatePanel

  2. iFrame Control

  3. Ajax Calendar Control

  4. Progress Bar


Correct Option: A
  1. Session is a cookie

  2. Session is basically is the duration between user login and logout time

  3. Session is a server side variable

  4. Session usually is non persistent cookie


Correct Option: B

How does Asp.Net store sessionId's by default?

  1. Stores in Cookies

  2. Stores in Database

  3. Stores in a Global Variable

  4. Stores in Cache


Correct Option: A

Is event in web form are processed before the page-load?

  1. Yes

  2. No

  3. Both

  4. None of these


Correct Option: B