<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Yahoo Job Interview Questions: Part 1</title>
	<atom:link href="http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:18:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: free tutorials</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-169234</link>
		<dc:creator>free tutorials</dc:creator>
		<pubDate>Thu, 08 Jul 2010 15:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-169234</guid>
		<description>Hey thanks a lot for sharing useful interview questions..... which will be very helpful while attending the interviews.....
 glad i found ur site...really  a very helpful site.....
by the way check out my collection of php interview questions from here: &lt;a href=&quot;http://webdaggers.blogspot.com/2010/07/php-interview-questions.html&quot; rel=&quot;nofollow&quot;&gt; php interview questions &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot for sharing useful interview questions&#8230;.. which will be very helpful while attending the interviews&#8230;..<br />
 glad i found ur site&#8230;really  a very helpful site&#8230;..<br />
by the way check out my collection of php interview questions from here: <a href="http://webdaggers.blogspot.com/2010/07/php-interview-questions.html" rel="nofollow"> php interview questions </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atanu Dey</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-148410</link>
		<dc:creator>Atanu Dey</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-148410</guid>
		<description>Greate Meterials.... Thanks

Finding hard to solve .... 

3. What number comes next in the sequence:
10, 9, 60, 90, 70, 66

Confused about the answer &quot;d) None of the above&quot;

What do you say &quot;Yahoo Job Interview Questions: Part 2&quot;?</description>
		<content:encoded><![CDATA[<p>Greate Meterials&#8230;. Thanks</p>
<p>Finding hard to solve &#8230;. </p>
<p>3. What number comes next in the sequence:<br />
10, 9, 60, 90, 70, 66</p>
<p>Confused about the answer &#8220;d) None of the above&#8221;</p>
<p>What do you say &#8220;Yahoo Job Interview Questions: Part 2&#8243;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobs Philippines</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-147849</link>
		<dc:creator>Jobs Philippines</dc:creator>
		<pubDate>Sun, 12 Jul 2009 18:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-147849</guid>
		<description>Great post! Yahoo sure has some difficult questions!</description>
		<content:encoded><![CDATA[<p>Great post! Yahoo sure has some difficult questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-110911</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Mon, 10 Nov 2008 15:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-110911</guid>
		<description>Explanation on ==  and === .

1) Operator == is used to check two objects   are same or not.
So if 2 objects have same property values and are instances of same class then it returns true else false .

2)operator === is used to check if 2 variables actually refer to same object instance.
ex:- class abc { }
    $a= new abc();
    $b=&amp;$a;
then it returns true .

3) example of something that will give true for == and not for === is 
   clone()  function.
cont .... above program

 $c= clone($a);
then ($a==$b) returns true ,
but ($a===$b) returns false.</description>
		<content:encoded><![CDATA[<p>Explanation on ==  and === .</p>
<p>1) Operator == is used to check two objects   are same or not.<br />
So if 2 objects have same property values and are instances of same class then it returns true else false .</p>
<p>2)operator === is used to check if 2 variables actually refer to same object instance.<br />
ex:- class abc { }<br />
    $a= new abc();<br />
    $b=&amp;$a;<br />
then it returns true .</p>
<p>3) example of something that will give true for == and not for === is<br />
   clone()  function.<br />
cont &#8230;. above program</p>
<p> $c= clone($a);<br />
then ($a==$b) returns true ,<br />
but ($a===$b) returns false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rita</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-83053</link>
		<dc:creator>Rita</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-83053</guid>
		<description>Wow....these were quite useful. I also checked out another site with a huge set of questions. Try taking a peek before your interveiw:-

http://www.kanbal.com/index.php?/PHP/php-interview-questions-set-1.html

I found it useful</description>
		<content:encoded><![CDATA[<p>Wow&#8230;.these were quite useful. I also checked out another site with a huge set of questions. Try taking a peek before your interveiw:-</p>
<p><a href="http://www.kanbal.com/index.php?/PHP/php-interview-questions-set-1.html" rel="nofollow">http://www.kanbal.com/index.php?/PHP/php-interview-questions-set-1.html</a></p>
<p>I found it useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaitanya</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-45835</link>
		<dc:creator>Chaitanya</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-45835</guid>
		<description>There are few more interviews by yahoo at &lt;a&gt;this &lt;/a&gt; blog.

&lt;a href=&quot;http://placementsindia.blogspot.com/2007/09/yahoo-interview-questions.html&quot; rel=&quot;nofollow&quot;&gt;Yahoo Interview - 1&lt;/a&gt;
&lt;a href=&quot;http://placementsindia.blogspot.com/2007/09/yahoo-interview.html&quot; rel=&quot;nofollow&quot;&gt;Yahoo Interview - 2&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There are few more interviews by yahoo at <a>this </a> blog.</p>
<p><a href="http://placementsindia.blogspot.com/2007/09/yahoo-interview-questions.html" rel="nofollow">Yahoo Interview &#8211; 1</a><br />
<a href="http://placementsindia.blogspot.com/2007/09/yahoo-interview.html" rel="nofollow">Yahoo Interview &#8211; 2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Ghillie &#187; Yahoo Job Interview Questions: Part 1</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-22437</link>
		<dc:creator>My Ghillie &#187; Yahoo Job Interview Questions: Part 1</dc:creator>
		<pubDate>Thu, 18 Oct 2007 18:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-22437</guid>
		<description>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerpt [...]</description>
		<content:encoded><![CDATA[<p>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerpt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Jayna</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-22308</link>
		<dc:creator>Vikas Jayna</dc:creator>
		<pubDate>Wed, 17 Oct 2007 10:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-22308</guid>
		<description>What functions can you use to add library code to the currently running script?

While com_load() and dotnet_load() are specific for com objects and dotner libraries,  the dl() function http://in2.php.net/manual/en/function.dl.php can load any .so or .dll file</description>
		<content:encoded><![CDATA[<p>What functions can you use to add library code to the currently running script?</p>
<p>While com_load() and dotnet_load() are specific for com objects and dotner libraries,  the dl() function <a href="http://in2.php.net/manual/en/function.dl.php" rel="nofollow">http://in2.php.net/manual/en/function.dl.php</a> can load any .so or .dll file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Borozdin</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-17471</link>
		<dc:creator>Mike Borozdin</dc:creator>
		<pubDate>Sun, 02 Sep 2007 18:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-17471</guid>
		<description>&#039;===&#039; compares the types of the operands first, if they differ it will return &#039;false, if they are equal, it will compare their values.</description>
		<content:encoded><![CDATA[<p>&#8216;===&#8217; compares the types of the operands first, if they differ it will return &#8216;false, if they are equal, it will compare their values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16875</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Wed, 29 Aug 2007 17:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16875</guid>
		<description>Nice, but what is an &quot;associate array&quot;? I think you mean associative.</description>
		<content:encoded><![CDATA[<p>Nice, but what is an &#8220;associate array&#8221;? I think you mean associative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16847</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Wed, 29 Aug 2007 13:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16847</guid>
		<description>&lt;strong&gt;Matt Wilkin&#039;s Blog:  Yahoo Job Interview Questions (and Answers) Parts 1 &amp; 2...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Matt Wilkin&#8217;s Blog:  Yahoo Job Interview Questions (and Answers) Parts 1 &#38; 2&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Owczarczyk</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16839</link>
		<dc:creator>Marcin Owczarczyk</dc:creator>
		<pubDate>Wed, 29 Aug 2007 10:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16839</guid>
		<description>Regarding question 8 :
$var=NULL;
$var==0 - true;
$var===0 - false;</description>
		<content:encoded><![CDATA[<p>Regarding question 8 :<br />
$var=NULL;<br />
$var==0 &#8211; true;<br />
$var===0 &#8211; false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoo Job Interview Questions: Part 2</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16565</link>
		<dc:creator>Yahoo Job Interview Questions: Part 2</dc:creator>
		<pubDate>Mon, 27 Aug 2007 13:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16565</guid>
		<description>[...] you read &#039;Yahoo Job Interview Questions: Part 1&#039; because you were interested in the answers to their questions, then you will definitely be [...]</description>
		<content:encoded><![CDATA[<p>[...] you read &#8216;Yahoo Job Interview Questions: Part 1&#8242; because you were interested in the answers to their questions, then you will definitely be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hotpoter</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16161</link>
		<dc:creator>Hotpoter</dc:creator>
		<pubDate>Fri, 24 Aug 2007 04:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16161</guid>
		<description>Here are some sample questions from GLAT or Google Labs Aptitude Test:

1. Solve this cryptic equation, realizing of course that values for M and E could be interchanged.  No leading zeros are allowed.

WWWDOT - GOOGLE = DOTCOM

2. Write a haiku describing possible methods for predicting search traffic seasonality.

3. What number comes next in the sequence:
10, 9, 60, 90, 70, 66

a) 96
b) 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
c) Either of the above
d) None of the above

Source: The Google Story by David A. Vise</description>
		<content:encoded><![CDATA[<p>Here are some sample questions from GLAT or Google Labs Aptitude Test:</p>
<p>1. Solve this cryptic equation, realizing of course that values for M and E could be interchanged.  No leading zeros are allowed.</p>
<p>WWWDOT &#8211; GOOGLE = DOTCOM</p>
<p>2. Write a haiku describing possible methods for predicting search traffic seasonality.</p>
<p>3. What number comes next in the sequence:<br />
10, 9, 60, 90, 70, 66</p>
<p>a) 96<br />
b) 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br />
c) Either of the above<br />
d) None of the above</p>
<p>Source: The Google Story by David A. Vise</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/comment-page-1/#comment-16137</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 23 Aug 2007 23:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/08/13/yahoo-job-interview-questions-part-1/#comment-16137</guid>
		<description>You, sir, did not answer, &quot;How do you pass by reference...&quot;!</description>
		<content:encoded><![CDATA[<p>You, sir, did not answer, &#8220;How do you pass by reference&#8230;&#8221;!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

