| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is object a value type or referenced type? | | 2 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | | 1 |
| What is application variable and when it is initialized ? | Keane-India-Ltd | 3 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| What is the name of the base class that all web forms will
be inherited? | | 7 |
| When is validation done on the client? How does client-side
validation improve the efficiency of an application?
| | 1 |
| For Web services where you can browse on the Internet? | | 1 |
| view state data is stored in which format? | Mind-Tree | 8 |
| version information is mentioned in which file | AG-Technologies | 3 |
| what is view state? | Satyam | 9 |
| What is custom control. What is the difference between
custom control and user control? | Microsoft | 2 |
| How will u decide when to use caching and when to use
viewstate? | | 3 |
| What data type does the Range Validator control support? | | 3 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example? | Satyam | 1 |
| How to manage pagination in a page? | | 2 |
| What was the difference between machine.config and
web.config files | Assurgent | 8 |
| how can i am search the data from database?
just like google | | 2 |
| What is SQL injection? | | 1 |
| What is the lifespan for items stored in ViewState?
| | 3 |
| |
| For more ASP.NET Interview Questions Click Here |