| Other ASP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Name and explain about the Objects in ASP? | | 1 |
| What are the collections of Session Object? | | 2 |
| what is differance b/w .net assemblies and com component? | | 2 |
| What should be used in order to determine if the
cookie "FavoriteFlavors" in the request object contains
more than one entry?
A. Request.Cookies("FavoriteFlavors").HasItems
B. Request.Cookies("FavoriteFlavors").Collection.Count
C. Request.Cookies("FavoriteFlavors").Dictionary
D. Request.Cookies("FavoriteFlavors").HasKeys
E. Request.Cookies("FavoriteFlavors").Count
| | 1 |
| What is a Cookie? What are the uses of Cookies? | | 1 |
| When is the Session_OnStart event fired?
A. Upon every request from an application by a client for
an .asp document.
B. Upon the first request from an application by a client
for any file in the application.
C. Upon the first request for an .asp document from an
application by a client.
D. Upon the first request for the global.asa file, in which
the event handler is located.
E. Upon the first request for an. html or .asp document
from an application by client
| | 1 |
| ?onStart' and 'onEnd' are events of what object(s)?
A. Application only.
B. Session only.
C. Server only.
D. Application and Session only.
E. Application, Session, and Server.
| | 1 |
| How are sessions maintained?
A. The browser sends a cookie to the server with each
request.
B. The browser sends a Querystring variable to the server
with each request.
C. The browser sends a hidden Form variable to the server
with each request.
D. The browser sends a long variable to the server in the
BODY of each request.
E. None of the above.
| | 1 |
| What is difference between Physical path and Virtual path?
Explanin with example. | | 1 |
| What is Session Object? | | 2 |
| What is Response Object? | | 1 |
| What is difference between server.transfer and
response.redirect ? | VebTel | 2 |
| can we place Global.asa into "bin" directory instead of
Root directory? | Satyam | 3 |
| What is a Dictionary object? | | 2 |
| What are the methods in Session Object? | | 1 |
| Why can't use DAO instead of ADO? | | 1 |
| How many types of cookies are there? | TechSolution | 3 |
| Which choice is NOT a property of Dictionary Object?
A. Key()
B. CompareMode
C. Item ()
D. Exists ()
E. Count
| | 1 |
| What are LOCAL and GLOBAL variables? | | 1 |
| what are the objects in asp? | VebTel | 1 |
| |
| For more ASP Interview Questions Click Here |