<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Tech Interviews</title>
	<atom:link href="http://www.techinterviews.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techinterviews.com</link>
	<description>Prepare for job interviews with the questions and answers asked by high-tech employers</description>
	<pubDate>Mon, 01 Aug 2011 22:09:54 +0000</pubDate>
	
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic sed tricks</title>
		<link>http://www.techinterviews.com/basic-sed-tricks</link>
		<comments>http://www.techinterviews.com/basic-sed-tricks#comments</comments>
		<pubDate>Mon, 12 Jan 2009 06:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://www.techinterviews.com/?p=369</guid>
		<description><![CDATA[
What is sed? - sed is stream editor, a Unix tool for working with streams of text data. See the awful truth about sed.
How do you substitute strings with sed? - Use &#8217;s/old/new&#8217; command, so sed &#8217;s/hello/goodbye/&#8217; would substitute the occurrence of the word hello to goodbye.
How do you inject text with sed? - &#38; [...]]]></description>
		<wfw:commentRss>http://www.techinterviews.com/basic-sed-tricks/feed</wfw:commentRss>
		</item>
		<item>
		<title>40 student interview questions from NetApp</title>
		<link>http://www.techinterviews.com/40-student-interview-questions-from-netapp</link>
		<comments>http://www.techinterviews.com/40-student-interview-questions-from-netapp#comments</comments>
		<pubDate>Thu, 11 Sep 2008 20:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.techinterviews.com/?p=367</guid>
		<description><![CDATA[
Why did you choose your major?
Why did you choose your school?
Describe a recent leadership experience.
Which courses have you enjoyed the most? The least? Why?
What is your GPA?
If you could do so, how would you plan your education differently?

Describe your most rewarding college experience. Your most challenging.
Tell me about yourself.
What do you consider to be your [...]]]></description>
		<wfw:commentRss>http://www.techinterviews.com/40-student-interview-questions-from-netapp/feed</wfw:commentRss>
		</item>
		<item>
		<title>Programming phone screen questions</title>
		<link>http://www.techinterviews.com/programming-phone-screen-questions</link>
		<comments>http://www.techinterviews.com/programming-phone-screen-questions#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:49:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Puzzles]]></category>

		<guid isPermaLink="false">http://www.techinterviews.com/?p=365</guid>
		<description><![CDATA[kSquared at GameDev community forums posted a list of phone screen questions from Google, with some answers that he attempted. You&#8217;ll have to head to GameDev to read the answers, but here&#8217;s the list of questions to ponder:

You are shrunk to the height of a nickel and your mass is proportionally reduced so as to [...]]]></description>
		<wfw:commentRss>http://www.techinterviews.com/programming-phone-screen-questions/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linux network administrator questions</title>
		<link>http://www.techinterviews.com/linux-network-administrator-questions</link>
		<comments>http://www.techinterviews.com/linux-network-administrator-questions#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://www.techinterviews.com/?p=363</guid>
		<description><![CDATA[A pretty funny story - someone was offered a test of basic Linux questions for a junior network administrator position, and figured out that the best way to impress the future employer with good answers is to post the list on UbuntuForums. Good idea, right? That&#8217;s where all the Linux experts hang out. Unfortunately, that&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.techinterviews.com/linux-network-administrator-questions/feed</wfw:commentRss>
		</item>
		<item>
		<title>Basic programming questions</title>
		<link>http://www.techinterviews.com/basic-programming-questions</link>
		<comments>http://www.techinterviews.com/basic-programming-questions#comments</comments>
		<pubDate>Wed, 16 Jul 2008 04:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.techinterviews.com/?p=361</guid>
		<description><![CDATA[
Design a data structure such that given a stream of numbers, you can find the maximum of the numbers at any point and also all the numbers.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions.
Find the common ancestor of [...]]]></description>
		<wfw:commentRss>http://www.techinterviews.com/basic-programming-questions/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

