Monday, August 13, 2007

IIS and .NET 2.0 interview questions (only)

IIS and .NET 2.0 interview questions (only) - If anybody knows the answer please post it on the comments section.
 
I. General IIS related questions
  1. How do you isolate and troubleshoot an ASP and / or ASP.NET application?
  2. What is your idea of locking down a server?
  3. How do you feel about having developers or anyone else making changes directly in production?  Aka how do you normally handle change management.
  4. What perfmon counters do you find useful in troubleshooting an IIS or related problem.
  5. Do you have experience in working with web-farms, load-balancing environments?
  6. What is your ideal way of handling content.  Remote Storage / NAS (network attached storage) vs. local content and replication.  If you use local content and replication what tools do you to use?
  7. Are you familiar with DFS?
  8. What debugging tools do you use for IIS?
  9. What / Where would you put global .NET settings.  How would you lock them down?
  10. Do you have any experience with SSL certificates?
  11. Do you have experience with machines with multiple IP's and how to handle several sites / applications on a machine.
  12. What is your preference of handling machine accounts?  Do you like local vs. Active Directory based accounts.
  13. Do you have experience with working in an AD environment that supports IIS.
  14. Do you have experience with NLB (network load balancing) that comes with IIS.
  15. How do you monitor the applications / sites to ensure the uptime is appropriate.  This might apply more to a monitoring environment, but it is good to know what to monitor.
  16. Are you familiar with compression and the benefits.
  17. Do you know what MIME types are for?
  18. Do you know how to list all running applications on a server to determine which application pools are owned by what sites. (IISAPP)
  19. Are you familiar with IISState, IIS Debug Diag. SSL Diag, SMTPDiag in the resource kit.
  20. What tools do you use or have experience in load-testing an application.
  21. What are some of the tools provided by MS.  WCAT, TinyGet, WAST.
  22. Do you know how to configure host-headers and how they related to DNS.
  23. What is your backup and recovery strategy for IIS
  24. How would you handle migrating to another box?
  25. How do you handle changes in IIS, scripting or manual changes?
  26. Are you familiar with scripting languages such as VBScript, JScript, Powershell.
  27. Are you familiar with IISCfg and related scripts such as adsutil
  28. Do you have experience supporting multiple environments of IIS (different domains, dev / test /integration / production)
  29. Are you familiar with ways to connect to remote databases such as db2, oracle, sql server
  30. Do you know the differences between anonymous, integrated, basic, digest authentication.
  31. What is your preferred method of publishing content?  FTP? FrontPage? WebDAV? Folder copy? Publish to a staging machine and replicate to the content source either on a nas or individual nodes.
  32. Are you familiar with the other services in SMTP, FTP?
  33. Do you know how to configure a smarthost?
  34. Does the built-in FTP service support host-headers?
  35. Do you know the benefits of using a COM+ package vs. Regsvr32
  36. What certain local group is necessary if it is configured as a application pool user.
  37. Do you know how to check a COM+ component to ensure it will not leak memory.
     

II. .NET 2.0

  1. Can you run the 1.1 and 2.0 on the same box?  What are the limitations.
  2. Can you explain what the '/bin'  folder is used for.
  3. Do you know what user instancing is.
  4. Do you know the difference between precompiled applications and publishing the source code.
  5. Do you have any experience with partial trust or CAS (code access security)
  6. What types of things cause an appdomain or application pool recycle.
  7. What are the new folders in .NET 2.0 and what are they used for.
  8. How / why does the machine key need to be the same across all machines in a web-farm.

III. IIS7

  1. What makes the IUSR account unique in IIS7 vs. previous versions.
  2. What are some of the new ways of troubleshooting, Logging in IIS7
  3. What are the major benefits of IIS7?  (FREB, Integrated Pipeline, IUSR same on all w2k8 boxes, Shared configuration, Modular architecture, configuration changes

0 comments: