<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free practice test , mock test, driving test, interview questions &#187; Interview questions</title>
	<atom:link href="http://www.skill-guru.com/blog/category/interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Mon, 16 Jan 2012 16:53:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Struts Interview questions &#8211; 2</title>
		<link>http://www.skill-guru.com/blog/2011/01/07/struts-interview-questions-2/</link>
		<comments>http://www.skill-guru.com/blog/2011/01/07/struts-interview-questions-2/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 03:35:56 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[struts]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3326</guid>
		<description><![CDATA[Wow another Struts interview test ! I am sure you would have enjoyed the last Struts interview questions test.
Here another tests on struts  to test your concepts and get you ready for the next job interview
Struts interview questions 2
These are the test which have questions designed to test your concepts as well as practical skills. [...]]]></description>
			<content:encoded><![CDATA[<p>Wow another Struts interview test ! I am sure you would have enjoyed the last<a href="http://www.skill-guru.com/test/126/struts-interview-questions-1"> Struts interview questions</a> test.</p>
<p>Here another tests on struts  to test your concepts and get you ready for the next job interview</p>
<p><a href="http://www.skill-guru.com/test/127/struts-interview-questions-2">Struts interview questions 2</a></p>
<p>These are the test which have questions designed to test your concepts as well as practical skills. for eg questions like</p>
<blockquote>
<div id="_mcePaste">You have 3 List objects in Action class attributes  colorList</div>
<div id="_mcePaste">["Red", "Yellow", "Green"]</div>
<div id="_mcePaste">codeList ["R", "Y", "G"] statusList ["Failed", "Severe", "Good"]</div>
<div id="_mcePaste">What will be the output of the following code?</div>
<div id="_mcePaste">&lt;s:merge var=&#8221;myMergedIterator&#8221;&gt;      &lt;s:param value=&#8221;%{colorList}&#8221; /&gt;</div>
<div id="_mcePaste">&lt;s:param value=&#8221;%{codeList}&#8221; /&gt;      &lt;s:param value=&#8221;%{statusList}&#8221; /&gt;</div>
<div id="_mcePaste">&lt;/s:merge&gt; &lt;s:iterator value=&#8221;%{#myMergedIterator}&#8221;&gt;</div>
<div id="_mcePaste">&lt;s:property /&gt; &lt;/s:iterator&gt;</div>
</blockquote>
<div></div>
<div>another question</div>
<div></div>
<blockquote>
<div id="_mcePaste">You are asked to change the current feature of displaying the report</div>
<div id="_mcePaste">result in HTML table to a downloadable Excel format with a default file name as &#8220;Y2008.xls&#8221;.</div>
<div id="_mcePaste">Which of the following is correct way to implement the same?</div>
</blockquote>
<p>These kinds of questions on struts framework cannot be answered by a person who has not worked with Struts.  So take the test and give us your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2011/01/07/struts-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate interview questions</title>
		<link>http://www.skill-guru.com/blog/2010/12/12/hibernate-interview-questions-2/</link>
		<comments>http://www.skill-guru.com/blog/2010/12/12/hibernate-interview-questions-2/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:51:59 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3152</guid>
		<description><![CDATA[Hibernate is one of the most popular ORM frameworks.
A new test on hibernate hibernate interview questions , has been added at Skill-Guru. This test has questions on code level to challenge your knowledge and to test how deeply you understand hibernate. The problems outlined in this test are the ones which you would have encountered [...]]]></description>
			<content:encoded><![CDATA[<p>Hibernate is one of the most popular ORM frameworks.</p>
<p>A new test on hibernate <a href="http://www.skill-guru.com/test/134/hibernate-interview-questions">hibernate interview questions </a>, has been added at Skill-Guru. This test has questions on code level to challenge your knowledge and to test how deeply you understand hibernate. The problems outlined in this test are the ones which you would have encountered in day to day working with hibernate.</p>
<p>Some of the Questions in this test are</p>
<p><em>The second level caching has been enabled in hibernate but the tests show that the select queries still hit the database. What could be wrong here ?</em></p>
<p><em>Which of the following is true for composite primary keys   in hibernate?</em></p>
<p><em>What is true for session.flush() in hiberante ?</em></p>
<p><em>I have a table which does not define any primary key. How can this table be mapped in hibernate</em></p>
<p><em>In which of the scenarios outlined below , can session.merge() can be used ?</em></p>
<p><em>What is the first level caching in hibernate ?</em></p>
<p><a href="http://www.skill-guru.com">Skill-guru</a> has some very good tests on hibernate</p>
<p><a href="http://www.skill-guru.com/test/21/hibernate-essentials">Hibernate Essentials</a></p>
<p><a href="http://www.skill-guru.com/test/44/hibernate-interview-questions-i">Hibernate interview questions 1</a></p>
<p><a href="http://www.skill-guru.com/test/49/hibernate-interview-questions-ii">Hibernate interview questions 2</a></p>
<p><em><em> </em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/12/12/hibernate-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EJB 3 Interview questions</title>
		<link>http://www.skill-guru.com/blog/2010/12/12/ejb-3-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/12/12/ejb-3-interview-questions/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:51:25 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[EJB]]></category>
		<category><![CDATA[j2ee]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3150</guid>
		<description><![CDATA[Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE).
EJB 3 specification defines the new simplified EJB API targeted at ease of development. It also includes the new Java Persistence framework, JPA
This EJB  Interview questions test will help you prepare for interviews
You can also check out this post
Difference between [...]]]></description>
			<content:encoded><![CDATA[<p>Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE).</p>
<p>EJB 3 specification defines the new simplified EJB API targeted at ease of development. It also includes the new Java Persistence framework, JPA</p>
<p>This <a href="http://www.skill-guru.com/test/133/ejb-interview-questions">EJB  Interview questions</a> test will help you prepare for interviews</p>
<p>You can also check out this post</p>
<p><a href="http://www.skill-guru.com/blog/2009/07/27/which-is-better-springs-transaction-management-feature-or-ejbs-container-managed-transaction/">Difference between Spring’s Transaction management and EJB’s Container managed transaction</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/12/12/ejb-3-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Java Interview Questions</title>
		<link>http://www.skill-guru.com/blog/2010/12/11/core-java-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/12/11/core-java-interview-questions/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 21:52:27 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3147</guid>
		<description><![CDATA[Java is one of the most popular  programming languages as of now and even with introduction of hibernate , Spring, employers do expect you to be aware of core java concepts.
Here is  Core Java Interview questions to test your knowledge.
Some of the questions like
What is WeakHasmap
Jdk1.5 has introduced class data sharing which reduces the start [...]]]></description>
			<content:encoded><![CDATA[<p>Java is one of the most popular  programming languages as of now and even with introduction of hibernate , Spring, employers do expect you to be aware of core java concepts.</p>
<p>Here is  <a href="http://www.skill-guru.com/test/131/core-java-interview-questions">Core Java Interview questions</a> to test your knowledge.</p>
<p>Some of the questions like</p>
<p><em>What is WeakHasmap</em></p>
<p><em>Jdk1.5 has introduced class data sharing which reduces the start up time for java applications and to reduce the memory footprint, True or false </em></p>
<p><em>What characteristics of garbage collection have changed in jdk 5.0</em></p>
<p>you will definitely find interesting.</p>
<p>Some other <a href="http://www.skill-guru.com/tag/java">Java interview questions</a> and <a href="http://www.skill-guru.com/tag/java">Java interview quiz</a> on <a href="http://www.skill-guru.com/">skill-Guru</a> are</p>
<p><a href="http://www.skill-guru.com/test/25/java-interview-questions">Java interview questions</a></p>
<p><a href="http://www.skill-guru.com/test/125/java-interview-questions-1">Java interview questions 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/12/11/core-java-interview-questions/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>JSP Interview Questions</title>
		<link>http://www.skill-guru.com/blog/2010/12/10/jsp-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/12/10/jsp-interview-questions/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 15:18:08 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3142</guid>
		<description><![CDATA[JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP is still one of the most popular web technologies.
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
Together JSP and servlets are an integral component [...]]]></description>
			<content:encoded><![CDATA[<p>JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP is still one of the most popular web technologies.</p>
<p>Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.</p>
<p>Together JSP and servlets are an integral component of any web application .</p>
<p>This is free <a href="http://www.skill-guru.com/test/130/jsp-interview-questions">JSP and Servlet interview question test</a> to check your knowledge and help you prepare for interview.</p>
<p>This another <a href="http://www.skill-guru.com/test/20/servlets-and-jsp">Servlet and JSP Interview questions</a> test and also has question on JSTL (JavaServer Pages Standard Tag Library)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/12/10/jsp-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Struts Interview questions &#8211; 1</title>
		<link>http://www.skill-guru.com/blog/2010/11/21/struts-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/11/21/struts-interview-questions/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 01:40:07 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[struts]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3046</guid>
		<description><![CDATA[Apache Struts had been on eof the most popular open source frameworks in early 2000.  It is still very widely used and has seen some major enhancements with Struts 2. Here we have 2 new tests on struts  to test your concepts and get you ready for the next hot shot job.
Struts interview questions 1
These [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Struts had been on eof the most popular open source frameworks in early 2000.  It is still very widely used and has seen some major enhancements with Struts 2. Here we have 2 new tests on struts  to test your concepts and get you ready for the next hot shot job.</p>
<p><a href="http://www.skill-guru.com/test/126/struts-interview-questions-1">Struts interview questions 1</a></p>
<p>These are the test which have questions designed to test your concepts as well as practical skills. for eg questions like</p>
<blockquote><p>You have created a action class called TakeTestAction to dispatch to takeTest.jsp and have configured in struts.xml. The class has only one method named perform() and does not have execute() method.</p>
<p>Which of the following is true?</p></blockquote>
<p>Another one</p>
<blockquote><p>You have written a Action class with multiple methods create(), update() and delete().  But, you are asked to configure 3 distinct actions in struts.xml. Which of the following is the best way to implement?<br />
<pre><pre>
</pre></pre>
</p></blockquote>
<p>These kinds of questions on struts framework cannot be answered by a person who has not worked with Struts. So this tests will test your knowledge and skills.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/11/21/struts-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSF Interview questions</title>
		<link>http://www.skill-guru.com/blog/2010/11/18/jsf-interview-questions-2/</link>
		<comments>http://www.skill-guru.com/blog/2010/11/18/jsf-interview-questions-2/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 04:08:12 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[jsf]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3044</guid>
		<description><![CDATA[Another set of JSF Interview questions at Skill-Guru . Tests your knowledge of JSF concepts.
Our earlier JSF Interview questions had received a very good response. Hop you will like this one too.
]]></description>
			<content:encoded><![CDATA[<p>Another set of <a href="http://www.skill-guru.com/test/122/jsf-interview-questions-1">JSF Interview questions</a> at <a href="http://www.skill-guru.com">Skill-Guru</a> . Tests your knowledge of JSF concepts.</p>
<p>Our earlier <a href="http://www.skill-guru.com/test/24/jsf-interview-questions">JSF Interview questions</a> had received a very good response. Hop you will like this one too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/11/18/jsf-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Interview questions</title>
		<link>http://www.skill-guru.com/blog/2010/11/18/java-interview-questions-2/</link>
		<comments>http://www.skill-guru.com/blog/2010/11/18/java-interview-questions-2/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 03:58:51 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3041</guid>
		<description><![CDATA[Java is the most popular programming language and even with onset of all new languages like Ruby, Scala, the popularity of java has only grown . Java/J2EE is the preferred enterprise solution for the business user.
So when it comes to number of jobs, no doubt java has the most most jobs. But you should also be prepared [...]]]></description>
			<content:encoded><![CDATA[<p>Java is the most popular programming language and even with onset of all new languages like Ruby, Scala, the popularity of java has only grown . Java/J2EE is the preferred enterprise solution for the business user.</p>
<p>So when it comes to number of jobs, no doubt java has the most most jobs. But you should also be prepared when going for interview and here is a series of tests and quiz to help you prepare for Java inerview</p>
<p>A free quiz to test your knowledge of core java and collections</p>
<p>Take <a href="http://www.skill-guru.com/test/125/java-interview-questions-1">java Interview questions</a>.</p>
<p>This test would test you on your basic concepts of java like</p>
<p><em>What is result Set ? (A class or interface)</em></p>
<p><em>When I say this &#8220;is the inclusion of behavior (i.e. methods) and state (i.e. variables) of a base class in a derived class so that they are accessible in that derived class&#8221;, what I am talking about  ?</em></p>
<p><em>How many JVM could be run on an operating system ?</em></p>
<p>Another <a href="http://www.skill-guru.com/test/25/java-interview-questions">Java Interview questions</a> test. This test covers more on hands on programming  and inner classes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/11/18/java-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TIBCO Interview questions</title>
		<link>http://www.skill-guru.com/blog/2010/06/16/tibco-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/06/16/tibco-interview-questions/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:06:12 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[middleware]]></category>
		<category><![CDATA[practice-test]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2398</guid>
		<description><![CDATA[Jaya is an experienced TIBCO professional. She has added TIBCO Interview questions for the readers.
Take the test and give your feedback.
]]></description>
			<content:encoded><![CDATA[<p>Jaya is an experienced TIBCO professional. She has added<a href="http://www.skill-guru.com/test/85/tibco-interview-questions"> TIBCO Interview questions</a> for the readers.</p>
<p>Take the test and give your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/06/16/tibco-interview-questions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SNMP Interview Questions</title>
		<link>http://www.skill-guru.com/blog/2010/03/19/snmp-interview-questions/</link>
		<comments>http://www.skill-guru.com/blog/2010/03/19/snmp-interview-questions/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:10:56 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview questions]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1793</guid>
		<description><![CDATA[Ravinder is our SNMP(Simple Network Management protocol) Guru and has added SNMP Interview Questions at Skill-guru .
Make sure to check out the test and give your feedback
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.skill-guru.com/skill/login/guruDetails.faces?guruId=9576&amp;getProfile=true">Ravinder</a> is our SNMP(Simple Network Management protocol) Guru and has added <a href="http://www.skill-guru.com/skill/login/testDetails.faces?testId=65&amp;testName=SNMP-Interview-Questions">SNMP Interview Questions</a> at <a href="http://www.skill-guru.com">Skill-guru</a> .</p>
<p>Make sure to check out the test and give your feedback</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skill-guru.com/blog/2010/03/19/snmp-interview-questions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

