<?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: Java SQL UNIX Interview for 2 year experienced @ AMDOCS</title>
	<atom:link href="http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html</link>
	<description>Your mantra to job success</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Abhimaniu</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-26395</link>
		<dc:creator>Abhimaniu</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-26395</guid>
		<description>Hello everyone,

I have one query........i have to appear for amdocs interview in some time from now......i am good at java but not so much at sql and unix......so my question is ....do they take ppl good at java only....</description>
		<content:encoded><![CDATA[<p>Hello everyone,</p>
<p>I have one query&#8230;&#8230;..i have to appear for amdocs interview in some time from now&#8230;&#8230;i am good at java but not so much at sql and unix&#8230;&#8230;so my question is &#8230;.do they take ppl good at java only&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Pagar</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-24443</link>
		<dc:creator>Chetan Pagar</dc:creator>
		<pubDate>Tue, 17 May 2011 19:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-24443</guid>
		<description>Thank you friends... It&#039;s really great help...

Regards,
Chetan Pagar,
www.codeofcoders.com
www.javadevforum.com</description>
		<content:encoded><![CDATA[<p>Thank you friends&#8230; It&#8217;s really great help&#8230;</p>
<p>Regards,<br />
Chetan Pagar,<br />
<a href="http://www.codeofcoders.com" rel="nofollow">http://www.codeofcoders.com</a><br />
<a href="http://www.javadevforum.com" rel="nofollow">http://www.javadevforum.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apurv</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-20955</link>
		<dc:creator>Apurv</dc:creator>
		<pubDate>Wed, 09 Feb 2011 13:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-20955</guid>
		<description>select emp_name, max(salary) 
from Employee 
group by emp_name

I think ... this should work ....</description>
		<content:encoded><![CDATA[<p>select emp_name, max(salary)<br />
from Employee<br />
group by emp_name</p>
<p>I think &#8230; this should work &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shirish</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-14515</link>
		<dc:creator>shirish</dc:creator>
		<pubDate>Fri, 24 Sep 2010 11:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-14515</guid>
		<description>sad</description>
		<content:encoded><![CDATA[<p>sad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-3302</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 May 2010 11:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-3302</guid>
		<description>@Vijay Anand, Excellent answers! Thanks.</description>
		<content:encoded><![CDATA[<p>@Vijay Anand, Excellent answers! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-3282</link>
		<dc:creator>Vijay Anand</dc:creator>
		<pubDate>Thu, 20 May 2010 04:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-3282</guid>
		<description>1. On a scale of 5, how do you rate yourself in SQL?
Answer: How much you are confident with this technology just rate yourself based on to that and then answer this question. Remember rating should be justifiable.
   2. What is DDL?
Answer: DDL stands for Data Definition Language and it is used to define the definition of Oracle Objects. For example Create, Alter, Drop, Truncate are DDL statements.
   3. What is DML?
Answer: DML stands for Data Manipulation Language and is used to perform the manipulation with the data. Insert Update and Delete are the DML statements available in Oracle.
   4. What is the difference between DDL and DML?
The main difference is:
DDL statements are Auto Committed whereas DML statements are not auto committed.
   5. Assume there is a table by name Employee, that has columns emp_name, emp_id and salary.

      Write a query that prints emp_name of the employee earning the maximum salary.

select emp_name from Employee where salary = (select max(salary) from Employee)</description>
		<content:encoded><![CDATA[<p>1. On a scale of 5, how do you rate yourself in SQL?<br />
Answer: How much you are confident with this technology just rate yourself based on to that and then answer this question. Remember rating should be justifiable.<br />
   2. What is DDL?<br />
Answer: DDL stands for Data Definition Language and it is used to define the definition of Oracle Objects. For example Create, Alter, Drop, Truncate are DDL statements.<br />
   3. What is DML?<br />
Answer: DML stands for Data Manipulation Language and is used to perform the manipulation with the data. Insert Update and Delete are the DML statements available in Oracle.<br />
   4. What is the difference between DDL and DML?<br />
The main difference is:<br />
DDL statements are Auto Committed whereas DML statements are not auto committed.<br />
   5. Assume there is a table by name Employee, that has columns emp_name, emp_id and salary.</p>
<p>      Write a query that prints emp_name of the employee earning the maximum salary.</p>
<p>select emp_name from Employee where salary = (select max(salary) from Employee)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-1094</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 14 Mar 2010 07:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-1094</guid>
		<description>Welcome! If you are yet to attend the interview with Amdocs, our best wishes to you.</description>
		<content:encoded><![CDATA[<p>Welcome! If you are yet to attend the interview with Amdocs, our best wishes to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soniyo</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-1076</link>
		<dc:creator>soniyo</dc:creator>
		<pubDate>Sat, 13 Mar 2010 15:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-1076</guid>
		<description>thnk u all , great help.</description>
		<content:encoded><![CDATA[<p>thnk u all , great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-760</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-760</guid>
		<description>Hi Pamitra, 
Thanks a ton for sharing the questions asked in your interview with AMDOCS company. Good luck for your selection. Keep visiting us. 

--Interview Mantra</description>
		<content:encoded><![CDATA[<p>Hi Pamitra,<br />
Thanks a ton for sharing the questions asked in your interview with AMDOCS company. Good luck for your selection. Keep visiting us. </p>
<p>&#8211;Interview Mantra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pamitra</title>
		<link>http://www.interviewmantra.net/2009/08/amdocs-java-sql-unix-interview.html/comment-page-1#comment-757</link>
		<dc:creator>pamitra</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/java-sql-unix-interview-for-2-yr-experienced-amdocs/#comment-757</guid>
		<description>Hi,

Thanks a lot. i went through all the java questions listed above as a last minute revision before  an interview i just attended with amdocs and most of these questions were asked. 

It was a great help. In addition to it, following are some of the questions asked  to me:

1. where and why do we use the synchronized keyword?
2. give example of polymorphism with code?
3. what are the classes and interfaces used in Collection framework, breifly explain them?
4. what are inner classes and why do we need them?
5. Do we name the java file using the Outer class&#039;s name?
6. how to access the inner class?
7. Why do we need an abstract class from design perspective?
8. difference between keywords and variables?
9. what is the deployment process of your application?
10. explain MVC?
11. which sre the components in your application that correspond to Model View and Controller components?
12. which application server do u use to deploy your app?
13. what database do u use and how do u connect to the database?
14. what is JNDI?
15. what is EJB?
16. what do u mean by serialization? how do we achieve it in java?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot. i went through all the java questions listed above as a last minute revision before  an interview i just attended with amdocs and most of these questions were asked. </p>
<p>It was a great help. In addition to it, following are some of the questions asked  to me:</p>
<p>1. where and why do we use the synchronized keyword?<br />
2. give example of polymorphism with code?<br />
3. what are the classes and interfaces used in Collection framework, breifly explain them?<br />
4. what are inner classes and why do we need them?<br />
5. Do we name the java file using the Outer class&#8217;s name?<br />
6. how to access the inner class?<br />
7. Why do we need an abstract class from design perspective?<br />
8. difference between keywords and variables?<br />
9. what is the deployment process of your application?<br />
10. explain MVC?<br />
11. which sre the components in your application that correspond to Model View and Controller components?<br />
12. which application server do u use to deploy your app?<br />
13. what database do u use and how do u connect to the database?<br />
14. what is JNDI?<br />
15. what is EJB?<br />
16. what do u mean by serialization? how do we achieve it in java?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.interviewmantra.net @ 2012-02-10 22:52:45 -->
