<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tips on Unix Scripting Interview Questions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014680#M96424</link>
    <description>If I am interviewing someone for a sysadmin position where scripting skills are important, I ask about scripts that the candidate wrote, and some of the tasks that were solved with those scripts. I also ask about reliability and error checking techniques that have been commonly used and lastly, have them look at a small script to describe what it does. The last step can be intimidating, especially in an interview so I pick something small (less than one page in length) but with several common techniques. I don't expect people to remember obscure options - that's what the man pages are for. But inspecting old scripts and fixing or changing them is a very common sysadmin task.&lt;BR /&gt; &lt;BR /&gt;If you are the one answering the questions, the best preparation is to read lots of scripts. Here are two sites with practical scripting examples:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://shelldorado.com" target="_blank"&gt;http://shelldorado.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hpux.dk/mirror/hprc.external.hp.com/sysadmin/coolscripts/" target="_blank"&gt;ftp://ftp.hpux.dk/mirror/hprc.external.hp.com/sysadmin/coolscripts/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The second one is an old copy of an HP site where I stored a bunch of scripts (almost all have been updated). I'm working to get that site updated after it went out of service last year.</description>
    <pubDate>Wed, 06 Jun 2007 16:31:54 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-06-06T16:31:54Z</dc:date>
    <item>
      <title>Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014676#M96420</link>
      <description>&lt;BR /&gt;Please suggest some useful and important tips on how to tactfully and successfully tackle them.</description>
      <pubDate>Wed, 06 Jun 2007 14:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014676#M96420</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2007-06-06T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014677#M96421</link>
      <description>The best advice I can give is to just answer them as best you can.  Do NOT try to bluff your way through them.  If you don't know, say you don't know.&lt;BR /&gt;&lt;BR /&gt;I will have a lot more respect for someone that says they don't know than someone that starts spouting a bunch of crap and tries hide the fact that they don't know.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014677#M96421</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-06T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014678#M96422</link>
      <description>The best possible advice is to know enough shell, awk, and Perl to be able to handle any reasonable question.&lt;BR /&gt;&lt;BR /&gt;The good news is that there are usually several ways to solve a problem so rather than answering specific questions, list the various approaches to solving a problem.&lt;BR /&gt;&lt;BR /&gt;Be prepared for a question like "What was the last project in which you participated that required scripting/coding skills?"&lt;BR /&gt;&lt;BR /&gt;Sometimes the best answer is "I don't know."&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014678#M96422</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-06-06T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014679#M96423</link>
      <description>Are you going to an interview - or are you giving one?&lt;BR /&gt;&lt;BR /&gt;Going to one:&lt;BR /&gt;&lt;BR /&gt;Main tip - be honest - if you don't know the answer say so - but add how you would find out.&lt;BR /&gt;&lt;BR /&gt;IE - look in manual, man pages, contact HP, etc.&lt;BR /&gt;&lt;BR /&gt;Giving one:&lt;BR /&gt;&lt;BR /&gt;See how the person answers - are they guessing?  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 06 Jun 2007 14:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014679#M96423</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-06-06T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014680#M96424</link>
      <description>If I am interviewing someone for a sysadmin position where scripting skills are important, I ask about scripts that the candidate wrote, and some of the tasks that were solved with those scripts. I also ask about reliability and error checking techniques that have been commonly used and lastly, have them look at a small script to describe what it does. The last step can be intimidating, especially in an interview so I pick something small (less than one page in length) but with several common techniques. I don't expect people to remember obscure options - that's what the man pages are for. But inspecting old scripts and fixing or changing them is a very common sysadmin task.&lt;BR /&gt; &lt;BR /&gt;If you are the one answering the questions, the best preparation is to read lots of scripts. Here are two sites with practical scripting examples:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://shelldorado.com" target="_blank"&gt;http://shelldorado.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hpux.dk/mirror/hprc.external.hp.com/sysadmin/coolscripts/" target="_blank"&gt;ftp://ftp.hpux.dk/mirror/hprc.external.hp.com/sysadmin/coolscripts/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The second one is an old copy of an HP site where I stored a bunch of scripts (almost all have been updated). I'm working to get that site updated after it went out of service last year.</description>
      <pubDate>Wed, 06 Jun 2007 16:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014680#M96424</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-06-06T16:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tips on Unix Scripting Interview Questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014681#M96425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ability to read and understand a script comes first. Most of the time scripts have alreadby been written. Knowledge of AWK and PERL are becoming more and more desirable.&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 06 Jun 2007 23:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tips-on-unix-scripting-interview-questions/m-p/4014681#M96425</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-06T23:46:04Z</dc:date>
    </item>
  </channel>
</rss>

