Jobs in India
Search Jobs
Search Jobs
Advertisements

Vel Multimedia Engineering College by Polaris

Details of Vel Multimedia Engineering College by Polaris conducted by Polaris for job interview.
Advertisements
POLARIS PAPER ON 19th JULY 2006 AT VEL MULTIMEDIA ENGG.COLLEGE

Hai friends i got placed in polaris hosted by our college on 19th of july 2006 i am sending the questions i got along with this,

Totally 2080 attended in that 170 short listed in the first round and 63 selected finally.

There are four sections in the first round:(60 minutes)

1.Technical 20
(C programming,Microprocessor,general computer concepts)

2.Logical Reasoning. 5

3.Aptitude(mostly from R.S.Agarwal) 30

4.Antonyoms(From Brarrons Gre guide) 5

I will give you the questions I remember section wise.

Section 1.
1)
void main( )
{
int i;
i=(2,3);
printf("%d",i);
}
a) 2 b) 3 c) garbage value. d)none of these.
Ans : b)3.

2)
void main( )
{
int i;
for(i=0;i++;i