plz send me interview model questions asked in KVB Clerk
interview.
Answers were Sorted based on User's Feedback
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
What is the difference between html and asp?
What is asp contentplaceholder?
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.
Define clientcertificate collection?
why many web.config files are used in are project
What are server-side includes?
Is asp still used?
What are the methods by which output stream is controlled?
Define global.asa file?
What is the difference between Querystring collection and Form collection?
What is the default scripting language in asp?