<?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: C, SQL, UNIX interview for experienced developer @ AMDOCS</title>
	<atom:link href="http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.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: Yogeshsudrik</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-27873</link>
		<dc:creator>Yogeshsudrik</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-27873</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh Gogada</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-27814</link>
		<dc:creator>Santosh Gogada</dc:creator>
		<pubDate>Thu, 29 Dec 2011 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-27814</guid>
		<description>can you provide answers for above questions?</description>
		<content:encoded><![CDATA[<p>can you provide answers for above questions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daya Kelkar</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-26544</link>
		<dc:creator>Daya Kelkar</dc:creator>
		<pubDate>Tue, 09 Aug 2011 11:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-26544</guid>
		<description>please give me additional Linux , Unix questions with there answer.
please.</description>
		<content:encoded><![CDATA[<p>please give me additional Linux , Unix questions with there answer.<br />
please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-26355</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Wed, 27 Jul 2011 01:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-26355</guid>
		<description>Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep rawat</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-24255</link>
		<dc:creator>sandeep rawat</dc:creator>
		<pubDate>Tue, 10 May 2011 09:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-24255</guid>
		<description>hi mohit,
when we try to access a[0][5] or a[0][6] it will print  33 or 6 because 2-d is also an eg of 1-d . so it can prove it.</description>
		<content:encoded><![CDATA[<p>hi mohit,<br />
when we try to access a[0][5] or a[0][6] it will print  33 or 6 because 2-d is also an eg of 1-d . so it can prove it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Vohra</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-4903</link>
		<dc:creator>Mohit Vohra</dc:creator>
		<pubDate>Sat, 29 May 2010 04:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-4903</guid>
		<description>C Questions:

3. When we declare a [5] by [5] array, that means we are allocating space for elements a[0][0] to a[4][4]. 

We can try to jump and try to access a[0][5] and a[0][6] and the compiler won&#039;t detect any error in this. All it will do is print the garbage value of those two elements as they haven&#039;t been initialized yet.</description>
		<content:encoded><![CDATA[<p>C Questions:</p>
<p>3. When we declare a [5] by [5] array, that means we are allocating space for elements a[0][0] to a[4][4]. </p>
<p>We can try to jump and try to access a[0][5] and a[0][6] and the compiler won&#8217;t detect any error in this. All it will do is print the garbage value of those two elements as they haven&#8217;t been initialized yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushboo</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-3240</link>
		<dc:creator>Khushboo</dc:creator>
		<pubDate>Wed, 19 May 2010 11:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-3240</guid>
		<description>Amdocs selection procedure...

1.	Written Test      –             In total 6 sections 

a.	First 2 sections are of Aptitude-

1st section is little bit tricky –                Questions on Venn diagram(Difficult ones), 
Cubes(Like a cube is divided into 216 cubes n then painted from outside, from this 4-5 questions are asked like how many cubes have 3 sides painted,  only one side painted, no side is painted etc.),
Profit &amp; Loss,
Blood relation
                       2nd section (it’s easy) -                             You will be able to solve it easily. It is based on verbal reasoning.
 

b.	Comprehension(Very Easy) 
c.	Technical written – 3 sections 
JAVA – You have given SCJP then it won’t be difficult for you to crack. 
                Clear your concepts on Threads, Exceptions, File (You will find 2-3 big programs on these) rest part is simple.
SQL -    Mainly the questions are on JOINS, Views ..One question I remember is which thing represents a row ( Options : entity, tuple, record etc)
UNIX – for this just go through first 5-6 chapters of UNIX shell scripting  by Kanetkar. It will take maximum 2 hours.


One Thing you have to keep in Mind while giving the written Test is the Time Constraint. There’s no go back. You have to complete the section in that particular time.                

2.	Interview  - They will ask you questions on JAVA,SQL and UNIX
OOPs Concept explanation, Strings, some programs logic, they can ask anything depends on the panel
SQL joins, group by, aggregate functions any query they can ask you to write.
UNIX they just asked me to write 10 commands of UNIX as I have directly told them that I have not worked on it.

Rest prepare about your Projects and your Role in the project.

All the very best..!!</description>
		<content:encoded><![CDATA[<p>Amdocs selection procedure&#8230;</p>
<p>1.	Written Test      –             In total 6 sections </p>
<p>a.	First 2 sections are of Aptitude-</p>
<p>1st section is little bit tricky –                Questions on Venn diagram(Difficult ones),<br />
Cubes(Like a cube is divided into 216 cubes n then painted from outside, from this 4-5 questions are asked like how many cubes have 3 sides painted,  only one side painted, no side is painted etc.),<br />
Profit &amp; Loss,<br />
Blood relation<br />
                       2nd section (it’s easy) &#8211;                             You will be able to solve it easily. It is based on verbal reasoning.</p>
<p>b.	Comprehension(Very Easy)<br />
c.	Technical written – 3 sections<br />
JAVA – You have given SCJP then it won’t be difficult for you to crack.<br />
                Clear your concepts on Threads, Exceptions, File (You will find 2-3 big programs on these) rest part is simple.<br />
SQL &#8211;    Mainly the questions are on JOINS, Views ..One question I remember is which thing represents a row ( Options : entity, tuple, record etc)<br />
UNIX – for this just go through first 5-6 chapters of UNIX shell scripting  by Kanetkar. It will take maximum 2 hours.</p>
<p>One Thing you have to keep in Mind while giving the written Test is the Time Constraint. There’s no go back. You have to complete the section in that particular time.                </p>
<p>2.	Interview  &#8211; They will ask you questions on JAVA,SQL and UNIX<br />
OOPs Concept explanation, Strings, some programs logic, they can ask anything depends on the panel<br />
SQL joins, group by, aggregate functions any query they can ask you to write.<br />
UNIX they just asked me to write 10 commands of UNIX as I have directly told them that I have not worked on it.</p>
<p>Rest prepare about your Projects and your Role in the project.</p>
<p>All the very best..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Vohra</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-2403</link>
		<dc:creator>Mohit Vohra</dc:creator>
		<pubDate>Tue, 04 May 2010 17:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-2403</guid>
		<description>Hi,

Nice article. Thanks.

Regards,

Mohit Vohra</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice article. Thanks.</p>
<p>Regards,</p>
<p>Mohit Vohra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sushama</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-1551</link>
		<dc:creator>sushama</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-1551</guid>
		<description>How do you copy the string in array a to b without using the strcpy function?</description>
		<content:encoded><![CDATA[<p>How do you copy the string in array a to b without using the strcpy function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.interviewmantra.net/2009/08/c-sql-unix-interview-amdocs.html/comment-page-1#comment-1305</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Sun, 28 Mar 2010 09:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/08/c-sql-unix-interview-for-experienced-developer-amdocs/#comment-1305</guid>
		<description>Please send me questions and answer on my mail id please.

rajeshdhannawat@yahoo.co.in</description>
		<content:encoded><![CDATA[<p>Please send me questions and answer on my mail id please.</p>
<p><a href="mailto:rajeshdhannawat@yahoo.co.in">rajeshdhannawat@yahoo.co.in</a></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:37:04 -->
