logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • A small text file on the client machine either in the client?s file system or memory of client browser session is called


  • Options
  • A. View State
  • B. Cookies
  • C. QueryString
  • D. None

  • Correct Answer
  • Cookies 

    Explanation

    A cookie is a small text file on the client machine either in the client?s file system or memory of client browser session.

  • Tags: Software Architect

    Technology problems


    Search Results


    • 1. How do you change the session time-out value?
    • Discuss
    • 2. Cache events are processed when ever the Postback events occurs

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 3. This events sends the web page to the server for processing. Web page sends data back to the same page on the server. Which among the following events does the above stated task?

    • Options
    • A. Validation events
    • B. Cached events
    • C. Postback events
    • D. None
    • Discuss
    • 4. Session_End: occurs when the users stop requesting pages and their session times out.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 5. Application_End: This event occurs when there are no more users of the application.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 6. Which among the following command is used to implement view state

    • Options
    • A. _VIEWSTATE
    • B. VIEW_STATE
    • C. VIEWSTATE_
    • D. None
    • Discuss
    • 7. Which among the following is used to send data from one page to another with the URL but you can send limited size of data with the URL

    • Options
    • A. Cookies
    • B. View state
    • C. Querystring
    • D. None
    • Discuss
    • 8. Which among the following validators validates controls if controls contain data?

    • Options
    • A. CompareValidator
    • B. RangeValidator
    • C. RequiredFieldValidator
    • D. None
    • Discuss
    • 9. Which among the following validators allows checking if data of one control match with other control?

    • Options
    • A. RangeValidator
    • B. CompareValidator
    • C. RequiredFieldValidator
    • D. None
    • Discuss
    • 10. Which among the following validators checks if entered data matches a specific format

    • Options
    • A. Compare validator
    • B. RegularExpressionValidator
    • C. CustomValidator
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment