Results 1 to 5 of 5

Thread: ASP interview questions

  1. #1

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    ASP interview questions

    Hey I have a job interview tomorrow and part of it is a small task related to ASP. I haven't used ASP in a while and I'm a little rusty? Is there anything I should look at first to refresh my memory? Basic database connectivity and IO? Any feed back would be great

    Thanks

  2. #2
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: ASP interview questions

    Good place to start ..
    http://www.w3schools.com/vbscript/default.asp
    http://www.w3schools.com/asp/default.asp

    Now if they ask about asp.net thats a whole different thing ..

  3. #3
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Re: ASP interview questions

    As long as you are familiar with other languages I would just brush up on some of the terminology that appplies to ASP and scripting languages in general.

    for ASP
    1. Post vs. Get (querystrings,request and response objects)
    2. Session object
    3. Basic DB connection strings
    4. Recordsets
    5. Error Handling
    6. Using Include files
    7. Classes (more advanced topic but general understanding)
    8. Instatiating COM
    Truly, you have a dizzying intellect.

  4. #4
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: ASP interview questions

    good list .. also might want to take a quick look at reg expressions incase the subject comes up .. a little advanced also..

    and lets not forget the infamous File System Object ..
    and definately most of the functions here ..
    http://www.w3schools.com/vbscript/vb..._functions.asp

  5. #5

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: ASP interview questions

    Cheers for the links and advice, all comming back to me, like riding a bike

    Thanks for the list, I was just googling and looking about but now can make sure I have all my bases covered

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width