Google Brother Up

Showing posts with label Interview Questions. Show all posts
Showing posts with label Interview Questions. Show all posts

2009/04/28

Some Interview Question Answers (Part 002)

1. Which is one of the access modifiers in .NET?

Public, Protecte, Private, Internal


2. What does GAC stand for in .NET?

Global Assembly Cache


3. Which object contains its items in key/value pairs?

Sorted List and Hash Tables


4. Structures do not support inheritance, while Classes support it.

true


5. If AutoGenerateColumns property is set to True and custom column definitions are still provided, GridView will render both of them.

true


6. What is the property name of a GridView (or a DataGrid) that regulates the sorting?

AllowSorting = true


7. A single .NET dll can contain 1024 classes at most.

false


8. ADO.NET is entirely based on XML.

true


9. Which is one of the authentication types in .NET?

Passport Authentication


10. What is the extension of a Web User Control?

ascx

313 unique visitors

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

Drop Down List

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