Subscribe:Posts Comments | Read Articles on Various Topics - Pro Articles

You Are Here: Home » Sample Placement Papers, Wipro Test Papers » Wipro Previous Placement Paper at Hyderabad

WIPRO Placement Paper February 2005 held at Hyderabad

Test Paper Pattern
Verbal-15 questions
Analytical- 30 Questions
Technical-35 Questions Time-90Min

Verbal

For the verbal section study the GRE Barrons or see our IT companies placement paper verbal sections, antonyms, synonyms and other sections.
It includes fill in the blanks, analogies, on paragraph containing blanks, synonyms and idioms

Wipro Analytical Questions

1 A horse is tied to the corner of a square of side 15 m with a rope of length 14m. Find the area which the horse can graze and the area which it cannot.
2.The ratio of incomes of C and D is 3:4.the ratio of their expenditures is 4:5.Find the ratio of their savings if the savings of C if one fourths of his income.
3 Find the no of ways in which four balls can be selected from 4 green and 6 white balls
4. A is 6 times as fast as B and takes 100 days less to complete a work than B. find the total no of days taken by A and B to complete the work.
5.A cube is painted Black. It is divided into 125 equal cubes.find the no of cubes which have atleast 2 sides painted black.
6. If a covers 15 miles in 20 minutes and 20 miles in 30 min then find the average speed of A.
7-16 analytical type questions
These r basically easy ones. We are pretty sure you need not work out much on them. The answer will be in the question itself.
17
If pqrstuvw are numbered from 22 – 33 not necessarily in that order….given few condition like R is as much less than u as t is more than p. And some other conditions like this.
One condition was q is in the middlle. Find the order of the letters starting from lowest to highest.
And in the choices there was only option which had q in the middle. So guys don’t waste time trying to arrange the letters just check the conditions and look in the choices which satisfies.
18 if 39X41=15 and 47X56=12 then 24X78=? (number not exact)
19 The ratio of the number of boys to the number of teachers is 3:80. If 3/5 of the students are girls and the number of boys is 51 more then the number of girls find the number of teachers. ( )
if DKML is coded as MNJK then IJKL is coded as ( Alphabets not the same. Refer RS Aggarwal for the same) One more on probability like a 6 letter is to be formed in such a way that no letter is repeated. A similar question was there. 
 
Multiple Choice technical questions:
Register variables can hold
a Garbage values
b Array
c Double values
d All of the above

2.When an array is passed to a function what exactly is passed.
the values of the array
the address of the starting variable in the array.
The addresses of the elements in the array
None

Compiler recognizes the function as pure virtual function if
A The function if equated to 0.
B the function has no body
C if it is declared with the keyword virtual
D none

In the select clause which of the following can be used to group the data
A group by
B order by
C having
D none

netware uses which protocol
5. Which of the following is invalid
A class
B class
C
D None

one more on templates -theory

int *p, i=4;
p=&I
(*p)++
printf(“%d”,p);

8
int n=66,m;
n=m++;
m=++n;
printf(n , m);

9. A for loop was given and ques was how many times the loop will execute-easy one

10
int num[5];
num[5]=10;
The 5 in the first and the second statements denotes

11.which of the following is correct
A static enum num{ON,OFF}
B static const enum num{ON, OFF}
C const enum num{ON, OFF}
D None
12 Which of the foll will print the sum of the values from10 – 100 asuming that post is initiaised to 0
A For(int I=10;post =0;I<=100;I++)
a=a+I
B For(int I=10;I<=100;I++)
a=a+I
and two more choices
13 which of the following is not gives an l value
a a
b *(a+I)
c &a
d None
14 -16 Three questions on networks related to ethernet tokenring

17 one question related to ethernet

18 DHCP

19 About Nand gate – What is the minimum number of inputs required (something like that)

20 about structures

21 A program on java where the class extends cloneable and 3 lines of code. Which throws Exception

22Public static void main( string [ ] args)
{
int a[]= new int[5];
args.length=10;
System.out.println(a.length);
}

output of the above ..choices were something like exception thrown static reference to non static variable

one question related to PL/SQL functions.

One question on preprocessor directives

One question on gateways

Related Posts
Tags:

Leave a Reply

© Copyright 2010 Latestexams. All Rights Reserved | Privacy Policy | Terms & Conditions