﻿<?phpxml 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/"
>
<channel>
<title>Common Interview Questions / Alex / All</title>
<link>http://commoninterview.com</link>
<description>The source for Job Interview Questions and Job Search Networking</description>
<pubDate>Mon, 18 Jan 2010 08:19:04 -0700</pubDate>
<language>en</language>
<item>
<title><![CDATA[What is difference between static and init block in java?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-difference-between-static-and-init-block-in-java/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-difference-between-static-and-init-block-in-java/</comments>
<pubDate>Mon, 18 Jan 2010 09:19:04 -0700</pubDate>
<dc:creator>Alex</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-difference-between-static-and-init-block-in-java/</guid>
<description><![CDATA[The static block is only loaded when the class object is created by the JVM for the 1st time whereas init {} block is loaded every time class object is created.<br/><br/>4 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Given an array of N integers, find one which occurs at least X times (Lisp)]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/given-an-array-of-n-integers-find-one-which-occurs-at-least-x-times-lisp/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/given-an-array-of-n-integers-find-one-which-occurs-at-least-x-times-lisp/</comments>
<pubDate>Sat, 16 Jan 2010 15:52:57 -0700</pubDate>
<dc:creator>Alex</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/given-an-array-of-n-integers-find-one-which-occurs-at-least-x-times-lisp/</guid>
<description><![CDATA[Implementations in Lisp and Pascal.<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[13 Balls Interview Puzzle]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/13-balls-interview-puzzle/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/13-balls-interview-puzzle/</comments>
<pubDate>Fri, 15 Jan 2010 21:49:39 -0700</pubDate>
<dc:creator>Alex</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/13-balls-interview-puzzle/</guid>
<description><![CDATA[The general problem is you will be given n balls and one of them is either heavier or lighter and you are asked to find out the minimum number of weighings using a common balance required to find out the odd one out.<br /><br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How you can Make 120 using 5 zeroes. You can use any mathematical operation.]]></title>
<link>http://commoninterview.com/interview_puzzles/how-you-can-make-120-using-5-zeroes-you-can-use-any-mathematical-operation-/</link>
<comments>http://commoninterview.com/interview_puzzles/how-you-can-make-120-using-5-zeroes-you-can-use-any-mathematical-operation-/</comments>
<pubDate>Wed, 06 Jan 2010 00:56:24 -0700</pubDate>
<dc:creator>Alex</dc:creator>
<category>Interview Puzzles</category>
<guid>http://commoninterview.com/interview_puzzles/how-you-can-make-120-using-5-zeroes-you-can-use-any-mathematical-operation-/</guid>
<description><![CDATA[(0! +0! +0! +0! +0!)! = 120<br /><br />as 0!=1;<br /> <br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[The Rope Bridge  (cross bridge)]]></title>
<link>http://commoninterview.com/interview_puzzles/the-rope-bridge-cross-bridge/</link>
<comments>http://commoninterview.com/interview_puzzles/the-rope-bridge-cross-bridge/</comments>
<pubDate>Wed, 06 Jan 2010 00:51:16 -0700</pubDate>
<dc:creator>Alex</dc:creator>
<category>Interview Puzzles</category>
<guid>http://commoninterview.com/interview_puzzles/the-rope-bridge-cross-bridge/</guid>
<description><![CDATA[4 people need to cross a rope bridge to get back to their camp at night. Unfortunately, they only have one flashlight and it only has enough light left for 17 minutes. <br /><br />The bridge cannot be crossed without a flashlight, and it's only strong enough to support 2 people at any given time.<br /><br />Each of the campers walks at a different speed. One can cross the bridge in 1 minute, another in 2 minutes, the third in 5 minutes, and the slow poke takes 10 minutes to cross. How do the campers make it across bridge in 17 minutes?<br/><br/>2 Vote(s) ]]></description>
</item>

</channel>
</rss>

