Here is the Verizon Placement Test / Employment Test held at St. Patricks High School on 22nd April 2007 for freshers / B.tech engineering students
It is the Verizon Wireless written test paper held on 22nd april 2007. You can easily get through the test if you have done basic preparation.
The whole exam consists of 3 rounds
1. Written
2. H.R. Interview
3. Technical Interview
The Written test part had 20 verbal questions, 20 aptitude, 20 analytical and 15 C language questions.
Find out the output of following C programming language programs.
ex: register int a,b;
int *p,*q;
p=&a;
q=&b;
pf(“%d %d”,p,q);
note: For register storage class & 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. Double linked list, one directed graph, etc
The Aptitude part was very easy.
See other Placement Test Papers, Verizon Sample Placement Test / employment test papers free to download here. Also see technical / tech interview and hr, personal interview questions with answers, solutions and more here. Good luck!