Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Need help with interview question for IIS 6.0 and .NET 2.0..

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Weird Characters Displaying  
Author Message
plsntn_rules

External


Since: Jan 03, 2006
Posts: 4



(Msg. 1) Posted: Wed Aug 08, 2007 8:58 am
Post subject: Need help with interview question for IIS 6.0 and .NET 2.0 operati
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have to interview a candidate for a systems engineer position..This is NOT
a developer/coding postion. Its a operations/systems engineer kinda position.

I need to come up with a list of questions to ask him/her in reagrds to
IIS6.0 and .NET 2.0.

I am a developer and I can ask him coding questions but that is not the
position. This person will generally be involved in setting up the server and
maintaining it..Hence the questions need to be around that...

Any help would be appreciated mucho...

thanks

 >> Stay informed about: Need help with interview question for IIS 6.0 and .NET 2.0.. 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 222



(Msg. 2) Posted: Thu Aug 09, 2007 6:41 am
Post subject: Re: Need help with interview question for IIS 6.0 and .NET 2.0 operati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'll see if I can toss a few your way. I'm assuming the person is familiar
with IIS. Some basic questions I'm assuming they would know. How do I
create a site, what is an application pool.

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?
6A) Are you familiar with DFS?
7) What debugging tools do you use for IIS?
Cool What / Where would you put global .NET settings. How would you lock them
down?
9)Do you have any experience with SSL certificates?
10) Do you have experience with machines with multiple IP's and how to
handle several sites / applications on a machine.
11) What is your preference of handling machine accounts? Do you like local
vs. Active Directory based accounts.
12) Do you have experience with working in an AD environment that supports
IIS.
13) Do you have experience with NLB (network load balancing) that comes with
IIS.
14) 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.
15) Are you familiar with compression and the benefits.
16) Do you know what MIME types are for?
17) Do you know how to list all running applications on a server to
determine which application pools are owned by what sites. (IISAPP)
1Cool Are you familiar with IISState, IIS Debug Diag. SSL Diag, SMTPDiag in
the resource kit.
19) What tools do you use or have experience in load-testing an application.
What are some of the tools provided by MS. WCAT, TinyGet, WAST.
2) Do you know how to configure host-headers and how they related to DNS.

Hope this helps.

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield


"plsntn_rules" <plsntnrules.DeleteThis@discussions.microsoft.com> wrote in message
news:13AEE3D4-51E6-4BB9-8F9A-D06065A86AFB@microsoft.com...
>I have to interview a candidate for a systems engineer position..This is
>NOT
> a developer/coding postion. Its a operations/systems engineer kinda
> position.
>
> I need to come up with a list of questions to ask him/her in reagrds to
> IIS6.0 and .NET 2.0.
>
> I am a developer and I can ask him coding questions but that is not the
> position. This person will generally be involved in setting up the server
> and
> maintaining it..Hence the questions need to be around that...
>
> Any help would be appreciated mucho...
>
> thanks

 >> Stay informed about: Need help with interview question for IIS 6.0 and .NET 2.0.. 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 222



(Msg. 3) Posted: Thu Aug 09, 2007 8:12 am
Post subject: Re: Need help with interview question for IIS 6.0 and .NET 2.0 operati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Here a few others I thought of while on the plane. Smile These aren't meant to
be an exhaustive list, it should provide some options.


What is your backup and recovery strategy for IIS
How would you handle migrating to another box?
How do you handle changes in IIS, scripting or manual changes?
Are you familiar with scripting languages such as VBScript, JScript,
Powershell.
Are you familiar with IISCfg and related scripts such as adsutil
Do you have experience supporting multiple environments of IIS (different
domains, dev / test /integration / production)
Are you familiar with ways to connect to remote databases such as db2,
oracle, sql server
Do you know the differences between anonymous, integrated, basic, digest
authentication.
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.
Are you familiar with the other services in SMTP, FTP?
Do you know how to configure a smarthost?
Does the built-in FTP service support host-headers?
Do you know the benefits of using a COM+ package vs. Regsvr32
What certain local group is necessary if it is configured as a application
pool user.

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

..NET 2.0
Can you run the 1.1 and 2.0 on the same box? What are the limitations.
Can you explain what the '/bin' folder is used for.
Do you know what user instancing is.
Do you know the difference between precompiled applications and publishing
the source code.
Do you have any experience with partial trust or CAS (code access security)
What types of things cause an appdomain or application pool recycle.
What are the new folders in .NET 2.0 and what are they used for.

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield

http://www.IISLogs.com
Log archival solution.
Install, Configure, Forget

"plsntn_rules" <plsntnrules.TakeThisOut@discussions.microsoft.com> wrote in message
news:13AEE3D4-51E6-4BB9-8F9A-D06065A86AFB@microsoft.com...
>I have to interview a candidate for a systems engineer position..This is
>NOT
> a developer/coding postion. Its a operations/systems engineer kinda
> position.
>
> I need to come up with a list of questions to ask him/her in reagrds to
> IIS6.0 and .NET 2.0.
>
> I am a developer and I can ask him coding questions but that is not the
> position. This person will generally be involved in setting up the server
> and
> maintaining it..Hence the questions need to be around that...
>
> Any help would be appreciated mucho...
>
> thanks
 >> Stay informed about: Need help with interview question for IIS 6.0 and .NET 2.0.. 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 222



(Msg. 4) Posted: Thu Aug 09, 2007 8:16 am
Post subject: Re: Need help with interview question for IIS 6.0 and .NET 2.0 operati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You caught me in the airport and I thought of one critical .NET 2.0 and IIS
one.

How / why does the machine key need to be the same across all machines in a
web-farm.

I think that is it. Good luck!

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield

"plsntn_rules" <plsntnrules DeleteThis @discussions.microsoft.com> wrote in message
news:13AEE3D4-51E6-4BB9-8F9A-D06065A86AFB@microsoft.com...
>I have to interview a candidate for a systems engineer position..This is
>NOT
> a developer/coding postion. Its a operations/systems engineer kinda
> position.
>
> I need to come up with a list of questions to ask him/her in reagrds to
> IIS6.0 and .NET 2.0.
>
> I am a developer and I can ask him coding questions but that is not the
> position. This person will generally be involved in setting up the server
> and
> maintaining it..Hence the questions need to be around that...
>
> Any help would be appreciated mucho...
>
> thanks
 >> Stay informed about: Need help with interview question for IIS 6.0 and .NET 2.0.. 
Back to top
Login to vote
nitin karanwal

External


Since: Jul 10, 2008
Posts: 1



(Msg. 5) Posted: Thu Jul 10, 2008 4:58 am
Post subject: tips [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

tomorrow i have to go for the interview for the post of captain in hotel so i need help hw can i introduce myself



with regards
nitin karanwal
 >> Stay informed about: Need help with interview question for IIS 6.0 and .NET 2.0.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ASP Question - Greetings all, Does anyone know if it is possible to use ASP to store as a variable the location of the broswer window? For example, the javascript statement: var loc = window.location.href; stores the address bar of the browser window as the ..

ASP Question. - Does ASP work on Win2k WS??? If so, then my next question would be: 1) How to resolve http: 500 errors? My ASP code works fine on my servers, yet not on my WS. The security context etc are all correct (according to all MS and web related articles). TX...

IIS / CDO question - Hi, This might not be quite the right place forthis but I will ask anyway if I may... I am using IIS and CDO to send email and just wondered if there was any way of inserting line breaks into the subject area of the mail? Thanks for your help. Chris

IIS log question - Does anyone know what this line would mean in the IIS logs? I'm using IIS 5.0 2004-05-26 13:11:09 x.x.x.x - W3SVC1 x.x.x.x 80 - - - 500 0 0 0 16 - - - - - Thanks!

SSL Question - Hello, When I send an CSR request to Entrust (for an SSL certificate), what do they do with this request? Are they simply digitally signing the public key? TIA Best regards, Veets
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]