| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
| Syntax-Softtech | 4 |
| From the given paragraph of text, write a program to match
the strings of format “Any number of numerals followed by
an underscore followed by any number of alphabets"
ex:123_abc
(Note:using regular expressions) | Microsoft | 1 |
| Webconfig file is cofiguration of server or browser? | Wipro | 9 |
| what is the differance between native code & managed code? | | 4 |
| How do you make your site SSL enabled ? | Satyam | 2 |
| can we place the same DLL in debug folder two times?
(without using strong name )
| TCS | 6 |
| 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 web.config. How many web.config files can be allowed
to use in an application ? | Accenture | 7 |
| What is JIT, what are types of JITS and their purpose ? | Infosys | 3 |
| State management in asp.net ? | Accenture | 3 |
| Clearly Explain the ispostback | TCS | 4 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 3 |
| how to write code for role based security
| | 2 |
| What are Authentication mechanisms in .Net? | Accenture | 5 |
| What are Http handler ? | Accenture | 2 |
| One Listbox showing all cities. If you select one city in
list box the information related to that particular city
should be displayed in Datagrid . How do you do that? | HCL | 3 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| What is WebService ? | Tanla-Solutions | 3 |
| what is SQL cache Invalidation? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |