| Other ASP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Do you know ASP? Are u willing to work in it? | RealPage | 2 |
| What is Session Object? | | 2 |
| How will you delete a Cookie? | | 1 |
| What's the purpose of using BUFFER property? | | 2 |
| What purpose is served by the Application.Lock method?
A. It locks the Application object, preventing other
clients from altering any values in the Contents
collection.
B. It locks the application, preventing the server from
responding to any requests for application documents.
C. It locks the application, preventing non-SSL requests
from being processed.
D. It locks the Application object, preventing other
clients from reading any values in the Content collection.
E. It locks other clients from reading the Contents
collection.
| | 1 |
| What is Querystring collection? | | 1 |
| How to refersh an asp page on a single click of a button. | IBM | 2 |
| How are scripts executed? | | 1 |
| whta are the stored procedure and why they are needed?? | IBM | 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 |
| Tell few steps for optimizing (for speed and resources) ASP
page/application ? | | 1 |
| What is a Dictionary object? | | 2 |
| How many global.asa files can an Application have? | | 2 |
| What is difference between server.transfer and
response.redirect ? | VebTel | 2 |
| How long is a SessionID guaranteed to be unique?
A. It is unique for the web server, whether it is restarted
or not.
B. Only until the web server is restarted.
C. It is like a GUID in that it is for any web server at
any time.
D. Only until the session expires, then it can be reissued
to another client.
E. It is unique per client. A client cannot have two
sessions with the same SessionID
| | 1 |
| 6) Events in page life cycle? | | 1 |
| whate is AutoEventWireup in .net ? | eXensys | 1 |
| What does Internet Information Server (IIS) assume to be
the default language for Active Server Pages?
A. Jscript
B. JavaScript
C. JAVA
D. VBScript
E. ECMAScript
| | 2 |
| What's the Difference between DSN and DSN Less connection?
| | 2 |
| What is a variable? | | 1 |
| |
| For more ASP Interview Questions Click Here |