PlacementPapers.asia
Placement Papers 2008,2009,2010 for Freshers.Largest Collection of IT Companies Placement Papers and Interview Questions in india. Latest Placement Papers of IT and Non-IT Companies.
Archives
Categories
- 3i Infotech
- Aalayance Paper
- ABB Placement Papers
- Accel Frontline Placement Papers
- Accenture Placement Papers
- Aditi Placement Papers
- Adobe Placement Papers
- ADP Placement Papers
- Agile Placement Papers
- Agreeya Placement Papers
- AIG Placement Papers
- Alcatel Placement Papers
- ALLFON Placement Papers
- Alter Placement Papers
- Alumnus Placement Papers
- Amdocs Placement Papers
- AMI Placement Papers
- ANZ Placement Papers
- AppLabs Placement Papers
- Aricent Placement Papers
- ASDC Placement Papers
- Ashok LeyLand Placement Papers
- Aspire Placement Papers
- Asto Placement Papers
- Atlas Placement Papers
- Axes Placement Papers
- Aztec Placement Papers
- BAAN Placement Papers
- Bajaj Placement Papers
- Bank Of Maharashtra Placement Papers
- BEL Placement Papers
- Bently Placement Papers
- BHEL Placement Papers
- Birlasoft Placement Papers
- BlueStar Placement Papers
- BOB Placement Papers
- BOSCH Placement Papers
- BPL Placement Papers
- Brakes Placement Papers
- BSNL Placement Papers
- C-DOT Placement Papers
- Cadence Placement Papers
- Campaq Placement Papers
- Canarys Placement Papers
- Capgemini Placement Papers
- Caritor Placement Papers
- Caterpillar Placement Papers
- CDAC Placement Papers
- Celstream Placement Papers
- CGI Placement Papers
- Changepond Placement Papers
- Chatargee Placement Papers
- Cisco Placement Papers
- Citicorp Placement Papers
- CMC Placement Papers
- COGNIZENT Placement Papers
- Computer Placement Papers
- Convergys Placement Papers
- COSL Placement Papers
- Covansys Placement Papers
- Crompton Placement Papers
- CSC Placement Papers
- CTS Placement Papers
- Daimler Placement Papers
- Dell Placement Papers
- Deloitte Placement Papers
- Delphi-tvs Placement Papers
- Deutsche Placement Papers
- Dharma Placement Papers
- DRDO Placement Papers
- DSQ Placement Papers
- DSRC Placement Papers
- EasyTech Placement Papers
- EFFIGENT Placement Papers
- efunds Placement Papers
- ELGI Placement Papers
- ELICO Placement Papers
- Enercon Placement Papers
- Epson Placement Papers
- Essar Placement Papers
- Forbes Placement Papers
- FORCE Placement Papers
- Future Placement Papers
- FX Labs Placement Papers
- GDA Placement Papers
- GE Placement Papers
- Geodesic Placement Papers
- Geometric Placement Papers
- Global Placement Papers
- Godrej Placement Papers
- Google Placement Papers
- Grapcity Placement Papers
- GSSL Placement Papers
- HAL Placement Papers
- HCL Placement Papers
- Hello Placement Papers
- Hexaware Placement Papers
- HFCL Placement Papers
- Hindustan Placement Papers
- Honeywell Placement Papers
- HP Placement Papers
- HSBC Placement Papers
- Huawei Placement Papers
- I-Flex Placement Papers
- I-Gate Placement Papers
- IBM Placement Papers
- IBS Placement Papers
- Iikanos Placement Papers
- Iindus Placement Papers
- Impetus Placement Papers
- inautix Placement Papers
- Infineon Placement Papers
- Infosys Placement Papers
- infotech Placement Papers
- Intec Placement Papers
- Integra Placement Papers
- Integraphr Placement Papers
- Interwoven Placement Papers
- Intex Placement Papers
- IOCL Placement Papers
- iSoft Placement Papers
- Ispat Placement Papers
- ISRO Placement Papers
- Ittiam Placement Papers
- Ivega Placement Papers
- J&B Placement Papers
- Jataayu Placement Papers
- Jet Placement Papers
Links
- CMC PATTERN ON 25th JULY 2006
- ASDC placemenet paper 1
- HEXAWARE Sample Placement paper
- Intex Placement Papers
- Dharma Placement Paper-2006 (Technical)
- COVANSYS PAPER ON 2nd DECEMBER AT CHENNAI
- IBS Placement Papers
- ADP PAPER ON 12th OCTOBER AT HYDERABAD
- HUAWEI PLACEMENT PAPER
- iGate Company paper
-
1 Comment
Ivega pattern
Written by Santhosh
Thursday, 28 September 2006
In IVEGA test
There will be 4 rnds,—-written,gd,interview-tech,hr-rnd.
The written test—-will be of 30 min. n 40 qns.. all r multiple choice qns.
includes eng,apt-maths,gk
gk-such as wht’z the diff bn GMT & IST..ans is +5.5 hrs..
apt-from RSAgarwal–train,time,distance,work,geometric-area,volume…
eng-from GRE syn,ant,fill in blnk
GD —–will be of 15-20 min abt a topic.
introduce urself and discuss [...] -
3 Comments
Ittiam Question Papers
1 A 5 digit number is appended with 7(on right of units place) and multiplied by 5 then the result is similar to intial no with 7 on the left most digit (most significant digit). Find the 3rd digit in the initial number
ans = abcde7
* 5
————-
7abcde
Therefore, e=5, b=8, c=2
answer: c=2
2 OTTFFSS?N
a.T
b.E
c.N
d
ans: I wrote [...] -
1 Comment
ISRO Placement Paper
The minimum number of edges in a connected cyclic graph on n vertices is
a) n-1 b) n c) n+1 d)none of these
2.A full binary tree with n non leaf nodes contains
a) n nodes b) log n nodes c)2n-1 nodes d)2n nodes
3.The time complexity of shell sort
a) O(n) b) O(log n) c) O(n ) [...] -
No Comments
ISPAT PAPER
HAI FRIENDS
Iam renjith.r from govt engineering college kozhokode.i got selected for ispat industries from interview.i want share my experience.
1.ispat mainly focussing electrical,mechanical,instrumentation.
iam a electronics and instrumentation student
2.ispat didnt conduct any aptitudetests,ellimination through gd.they are avoided 50% people.gd topic not related on any current topic.some management level topic.my topic is why should you select [...] -
1 Comment
ISOFT Placrement Paper
c ques:
1.a=5,b=3,c=a,b
d=(a,b)
printf(c,d)
ans:c=5,d=3
2.e(int n)
{
if(n>0)
{
…(not clear)
printf(“%d”,n);
e(–n);
}
return
}
ans:0,1,2,0
3.which has no problem with pointers
int *f1()
{
int n;
return (n)
}
int *f2()
{
int *p;
*p=3;
return p;
}
int *f3()
{
int *p;
p=malloc();
return p;
}
ans:no error
4.header file ->contains declarations.
5.sizeof operator is executed during compile time..
6.*p+=1
*p++
are these two same?
not same.
7.func(int i)
{
static int count;
count=count+i;
}
ans:1+2+3…(counts values does not go after funtion call
8.is(‘a’<’b’) true
10.short int=16 bits
11.4 stmt. ans.int float i;
12.int num[3];
num[3]=2;
ans:first stmt deals with [...] -
2 Comments
IOCL Placement Papers
Section one: (100 Questions)
General Aptitude.
English
Antonym
Synonym
Sentance Complition
Reading Comprihension
General Knowledge
Maths
Equation
Percentage
Interest
Speed and time
and some basic maths
Section two: (100 Questions)
Discipline Wise Questions
Questions on
Binary Tree
Stack & Queue concept
GateS (AND OR NAND NOR XOR…)
Operation system fundamentals ( stress on diff algorithms)
Data structure basics
C funda
Hit ratio, Page fault, seek time and other computer architech. fundamentals
Compilar construction
IOCL PLACEMENT PAPER – [...] -
1 Comment
Intex Placement Papers
Paper Type : Whole Testpaper
Test Date : 15 November 2006
Test Location : Bangalore
INTEC PAPER ON 15th NOVEMBER AT BANGALORE
Hi Folks
This is Abhishek, I appeared for Intec test through employee referral.
Test duration : 90 mins
No. of Questions : 23
Completelly Technical (It was based on C )
1. Difference between static & non-static variables.
2. Define Pointers
3. [...] -
1 Comment
inter woven producer
InterWoven:
This company is in Bangalore and they conducted a telephonic interview to screen the people at first level. This is the Technical interview conducted for 3+ years experienced in Java, J2EE.
1. Why do you want to leave current company ?
2. Explain MVC architecture and functionalities of various components ?
3. I have a file [...] -
1 Comment
INTERGRAPH PAPER ON 5TH JUNE,2008
We do not remember the questions exactly, here we just tried to cover
the major areas.
Paper consists of two sections : 1. analytical (20 marks)
2. C skills (20 marks) total time 45 min
Analytical:
1. Given a cube, with different colors on its faces, and then is cut
into 64 pieces, and the questions relate [...] -
No Comments
Integra Placement Papers
1 question__ on analogy
1 ” _______non verbal reasoning
1.there are 6 (p,q,r,s…)people.each one play one game —tennis,football,hockey,cricket etc clues given like:shortest one plays hokey largest person plays ..tennis P,Q ARE NEITHER LARGEST NOR SHORTEST R PLAYS FOOTBALLs is between t &r in height
question: who plays which game
who is taaller than whom
2.a cube has colors [...]
