Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > FRESH JOB SEEKERS > Fresher Resources > Placement Papers > AGILE Placement Papers
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

AGILE Placement Papers AGILE profile pattern , AGILE Latest placement papers and Updated AGILE 2006 2007 placement papers . If you have attended recent test of AGILE , kindly post the model paper in this forum.

   

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 03-02-07, 05:56 PM   #1 (permalink)
Super Moderator
 
sridhar's Avatar
 
Join Date: Feb 2006
Age: 25
Posts: 4,551
Thanks: 25
Thanked 347 Times in 219 Posts
Thanks: 25
Thanked 347 Times in 219 Posts
Rep Power: 0 sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of
AGILE Placement paper 1

AGILE Placement paper 1

the test contains 60qns Duration: 1hr.
30 qns from c++,30 qns from java.the qns are objective type may have more than one ans

java:
(1)find out three keywords
(a)synchronized
(b)implement
(c)throws
etc

(2)which are not keywords
(a)NULL
(b)synchronize
etc

(3)two to three questions on legal array declaration
(a)int a[][]=new int[3][3];
(b)int[] a[]=new int[3][3];
(c)int a[3][4]=new int[3][4];wrong
(d)int[3][4] a=new int[3][4];wrong
(e)int a[][]=new int[3][4];

(4)++i+++j is equivalent to
(a)i+j+1
(b)i+j+2
(c)i+j
(d)can't be compiled(correct)

(5)the content of the array after execution of following statement:int a[][]=new int[3][3];
(a)all elements contain zeroes

(6)find legal statements
(a)int a=30;
(b)float f=1.4;(error)
(c)double d=34.5;
(d)byte b=128;(error)

(7)find illegal statements
(a)int i='2';
(b)char a=12;

(8)some 5 qns on collection interfaces

(9)to find the length of array
(a)arr.length-1
(b)arr.length(correct)
(c)arr.length()

(10)write code for accessing array length without assigning it to another variable

(11)recursion is
(a)any function which refer itself

(12)the sorting method which don't generally use recursion
(a)heap sort
(b)bubble sort(ans)
(c)quick sort
(d)bubble sort

(13)one qn regarding abstract

(14)some 2 qns on hash table

C++:

(1)the difference b/w pure virtual fn.& virtual fn.
(a)pure virtual fn. is initialized to zero.
(b)

(2)virtual destructors are used for
(a)

(3)find legal statement
(a)cout>>"name">>endl;
(b)cout<<"name<
(c)cout<<"name"<

(4)find the o/p of the program
void main()
{
int a=10;b;
if(a<=10)
b=4;
if(a>10)
b=5;
cout<
}
(a)it don't be compiled
(b)it compiles and o/ps 10 4(ans)

(5)a qn on copying or assigning

(6)early or static binding means
(a)at runtime
(b)at compiletime(ans)

(7)one qn on global variables,one qn on globally declared static variable

(8)two qns on "vector" type

(9)the branch of a tree which has no childs is called

(10)when a node c is inserting b/w nodes a and b how many pointer will be modified
(a)2(check)
sridhar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
INFOSYS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 2 14-04-07 03:22 PM
Aditi 2006 Placement paper sridhar ADITI Placement Papers 0 03-02-07 05:47 PM
All Big MNCs Latest 2006 Placement papers sridhar Companies Info & Recruitment Process 1 24-11-06 06:54 PM
ACCENTURE 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 1 22-10-06 01:29 PM
CTS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 0 09-10-06 06:24 PM


All times are GMT +6.5. The time now is 09:41 AM.





Search Engine Optimization by vBSEO 3.1.0