Google Brother Up

2009/04/28

Some Interview Question Answers (Part 001)

1. What is the lifespan for the information stored in a ViewState?

Exists for the life of the current page


2. What section of a Web.Config is used to store a list of authorized users?

Authentication


3. Which object contains the user name in an ASP.NET form page?

Page.User.Identity


4. Which one is triggered first in an ASPX page cycle?

Init


5. What is the top .NET class that everything is derived from?

System.Object


6. Literal control always encloses its text value with SPAN tags.

false


7. Which one of the following statements is false?

Arrays can be changed in size at runtime without ReDim.


8. ASP.NET still recognizes the global.asa file.

false


9. What is the default Session Timeout?

20 minutes


10. C# supports multiple inheritance by using classes.

false

313 unique visitors

No comments:

Drop Down List

1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx