Jobs in India
Search Jobs
Search Jobs
Advertisements

St. Patricks High School ,22 April 2007 by Verizon

Details of St. Patricks High School ,22 April 2007 by Verizon conducted by Verizon for job interview.
Advertisements
VERIZON PAPER ON 22nd APRIL

hi frnds this is mahesh .i was written verizon test on 22nd apr 2007. If u r cool at the time of exam u can easily get through the test.

interview consists of 3 rounds
1.written
2.H.R.
3.Technical

written was easy it has 20 verbal questions,20 aptitude,20 analytical,15 C.

we have to find the out put of programs.

ex: register int a,b;

int *p,*q;

p=&a;

q=&b;

pf("%d %d",p,q);

note:for register storage clss & is not used,because register itself points to a address

2. int a=100,b=200,p;

if(a!=100)

a=300;

p=200;

pf("%d %d",a,p);

ans:100,200;

3.one frm double linked list,one directed graph,etc

aptitude was very easy