| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | | 6 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process? | Perot-Systems | 1 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| Guys can anobody tell what is Conditional Bloating
in asp.net ?? | | 1 |
| what is the dllhell? why we use the dllhell?
| | 4 |
| 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 HTTPContext and HTTPModule. What is the use of them? | | 1 |
| Features in ASP.NET? | Microsoft | 2 |
| When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
| Syntax-Softtech | 4 |
| Which template must you provide, in order to display data
in a Repeater control?
| | 3 |
| You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>
| Syntax-Softtech | 2 |
| What is the difference between session state and session
variables ? | Digital-GlobalSoft | 4 |
| 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 the difference between a session object and cache object | CitiGroup | 2 |
| what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers. | IBM | 4 |
| How many web.config files in each solution | General-Mills | 9 |
| How do you perform validations? | Microsoft | 2 |
| Which data types are supported by the RangeValidator
control? | | 2 |
| which is the new version of IIS SERVER | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |