<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>AceTheInterview Q &#038; A</title>
	<link>/questions/cats</link>
	<description>Top Interview questions and their answers</description>
	<lastBuildDate>Wed, 25 Mar 2009 06:05:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Why did you leave your last job?</title>
		<description>Why did you leave your last job? </description>
		<link>/questions/cats/index.php/others/2009/03/25/why-did-you-leave-your-last-job</link>
			</item>
	<item>
		<title>What is proof you will work here a long time?</title>
		<description>What is proof that you will work here long time ? </description>
		<link>/questions/cats/index.php/others/2009/03/25/what-is-proof-you-will-work-here-a-long-time</link>
			</item>
	<item>
		<title>Math Number question - by Atul</title>
		<description>There is a number N

If N is divided by 7 the remainder is 1, it can be shown as mod operator.

N%7=1

N%9=2

N%11=3

What is N? </description>
		<link>/questions/cats/index.php/analytical/2008/10/07/math-number-question-by-atul</link>
			</item>
	<item>
		<title>operator overloading - by smita roshni</title>
		<description>Why scope resolution operator (::) cannot be overloaded? </description>
		<link>/questions/cats/index.php/fundamental/2008/10/07/operator-overloading-by-smita-roshni</link>
			</item>
	<item>
		<title>java question. - by uttam kumar</title>
		<description>

	garbage collection can't call forcibly. why?
	how class file loaded in jvm.
	what is the disadvantages of garbage collection.
	what is system.gc() and run.gc() mathod.
	why finalize() mathod have protected keyword. whenever it is called automatically in a class which have main method.
 </description>
		<link>/questions/cats/index.php/java/2008/10/07/java-question-by-uttam-kumar-2</link>
			</item>
	<item>
		<title>java question. - by uttam kumar</title>
		<description>why main method have all needed keyword like public void main?

if i write private in contrast of public then what happen and why? </description>
		<link>/questions/cats/index.php/java/2008/10/07/java-question-by-uttam-kumar</link>
			</item>
	<item>
		<title>square root - by Belete</title>
		<description>1-Write a function named isSquare that returns 1 if its integer argumentis a square of some integer, otherwise it returns 0. Yourfunction must not use any function or method (e.g. sqrt)that comes with a runtime library or class library!

The signature of the function is
int isSquare(int n)

Examples:


if n is
return
reason


4
1
because 4 = ...</description>
		<link>/questions/cats/index.php/java/2008/10/07/square-root-by-belete</link>
			</item>
	<item>
		<title>array - by belete</title>
		<description>An array is said to be hollow if it contains 3 or more zeros in themiddle that are preceded and followed by the same number of non-zero elements.Furthermore, all the zeroes in the array must be in the middle of the array.Write a function named isHollow that accepts an integer ...</description>
		<link>/questions/cats/index.php/java/2008/10/07/array-by-belete</link>
			</item>
	<item>
		<title>Binary search on 2D array - by Ruby</title>
		<description>How do you apply Binary Search on 2D array supposed you have 2D array with integers sorted both horizontally and vertically. If you find any occurrence of the value you are looking for you return true else false. What is the complexity?

For example the 2D array could look like the ...</description>
		<link>/questions/cats/index.php/algorithm/2008/05/12/binary-search-on-2d-array-by-ruby</link>
			</item>
	<item>
		<title>Binary Search Tree - by aman</title>
		<description>How to remove extra bracket from expressions,i.e  ((((A+B))*C))?
most optimized answer?? </description>
		<link>/questions/cats/index.php/algorithm/2008/05/06/binary-search-tree-by-aman-2</link>
			</item>
</channel>
</rss>
