Friday, August 19, 2011

wipro placement papers previous exams wipro


here we are posting previous years wipro placements exams papers.the wipro placement paper format is same as in paper here..so if u are seeking a job in wipro than u must prepare this previous years placement papers of wipro for getting a job in the multinational company.

here the wipro placement question paper is given with answers too


Wipro - June 2006  placement papers- Verbal Section
It consists of 3 rounds. 1. written test  2. Technical interview  3. HR interview.
Written test: It consists of 50Q  and the duration is 1 hr. 
15Q from verbal ( topics: active voice & passive voice, reported speech, phrases, one word substitute, synonym, jumbled word, Reading Comprehension)
15Q from aptitude ( topics: Blood relations, number series, conclusion from the paragraph, time& work, time distance, theme of the paragraph, boats & streams, avg, clocks, directions)
20Q from technical( topics: C (3), DS(3), general(2), DBMS, OS, unix, networks)


1. convert the following sentence into indirect speech
    She said, ”I  lived here for many years”.
Ans: She said that she had been living there for many years.
2. convert the following sentence into passive voice
    Will the postman post the letters?
Ans: Will the letters be posted by the postman.
3. what is the meaning of the phrase “ Stuck  between the two guns”     
Ans: firm with the attitude and don’t bent your attitude.
4. In the following options what is the best phrase which replaces the underlind phrase in
   the given sentence. Children must have to be take care while crossing the roads
A)    should have to be B) must be C) have to be D)should be
5. What we call the person who “ chatter continuously and unintelligently”  (Ans: Jabber)
6. In a sentence the word known as stumbling is underlined and asked what is similar
    word (lurching)
7. A jumbled word known as L O R F S H U I         If  the word is arranged in correct
                                               1  2  3 4 5  6  7 8  
    order then what will be the order of number ( Flourish – 4 1 2 7 3 8 5 6)
8. Question about Punctuation mark.

One RC was given on the topic of  extra terrestrial life ( 5Q).( It will become easy if u go through the ques)
Wipro - June 2006 - Aptitude Section
Aptitude Section:

1. The sharp decline in the mortality since 1941 shows that who argue that the introduction of
    new chemicals has caused serve health problems are mistaken from 1940-1979, the average
    life expectancy for the entire United States population increased from 63.6 to 73.6 years, and
    the total age adjusted death rate declined by forty five percent, including decline in every age,
    sex and racial group. There were also the years in which there was a dramatic increase in the
 use of new chemicals in this country. Clearly, then those modern aids to industry have no adverse effects on the general health of society. Which of the following is an assumption underlying the conclusion of the passage above?
www.ChetanaSinterview.com
A) The increase in life expectancy in the United States was paralleled by corresponding increases in other countries.
B) The growth in the average life expectancy in the United States cannot be attributed to any single factor , but is a general phenomenon.
C) The increase in life expectancy would not have been greater if there had not been an increase in the use of chemicals.
D) Growth in the use of chemicals was a crucial factor in the development of industry from 1940-1979.

2.  There is a family of six persons P,Q,R,S,T and U.They are Lawyer, Doctor, Teacher,
    Salesman,Engineer and Accountant. There are two married couples in the family. S, the
    salesman is married to the Lady Teacher. The Doctor is married to the Lawyer U, The  
    Accountant is the son of Q and brother of T. R, the Lawyer is the daughter-in-law of P.
     T is the unmarried Engineer. P is the Grandmother of U. Which is the profession of P?
    a)Lawyer            b)Teacher           c)Doctor             d)Accountant
3. There are 6 volumes of books on a rack kept in order(i.e vol.1, vol.2 and so on). Give the
    position after the following changes were noticed.
    All books have been changed.
    vol.5 was directly to the right of vol.2.
    vol.4 has vol.6 to its left and both weren't at vol.3's place.
    vol.1 has vol.3 on right and vol.5 on left.
    An even numbered volume is at vol.5's place.
Find the order in which the books are kept now.
  a)2,5,1,3,6,4        b)4,1,3,6,5,2         c)5,4,6,3,1,2         d)3,5,4,2,6,1
4.Examine carefully the following sequence of numbers:
     1
     11
     21
     1211
     111221
     312211
     13112221
     1113213211
     31131211131221
     13211311123113112211
   hint: ( in first row one 1, in 2nd row two 1s, in 3rd row one 1,………..
Although the sequence appear to behave totally at random, In fact , after the first sequence, each sequence is constructed in a precise and methodical way based on the previous one. What is the next sequence?

a)11322212311233113232211211                  b)11131221133112132113212221
c)11131221133112221132122211                  d)11131221133312112211321222

5.. I) C is father of N but N is not son of C.
      II) M is daughter of B and sister of P.
      III) P is brother of N.
      Which of the following is can not be inferred from the information given?
a) N is brother of P        b) B has three children     c) N is younger to P   d)B has




6. Divide 30 by half and add 10. what is the new number
    A) 20               B)25 C) 70  D) 80
7. theme detection of a paragraph.( sorry I didn’t the remember the paragraph)
8. one problem on volumes
9. A wire of length 42c.m. is made into the form a rectangle such that the width is 
   double the length. Then what are the values of length and width respectively ( 7,14).
10. two trains are traveling   from point A to point  B such that the speed of  first train is
     65kmph and the speed of 2nd train is 29kmph. What is the distance b/w A&B such that the
     slower train reached 5hrs late compared to the faster train.
11. A motorboat whose speed is 15kmph in still water goes 30kmph downstream and comes
     back in a total of 4hrs 30min. the speed of the stream in kmph is (5kmph).
12. one problem on fig like group of rectangles and asked find the no of rectangles in that fig.

sorry I didn’t remember the remaining Q.
Wipro - June 2006 - Technical Section
Technical Section:

1.      what is the most commonly used display device in monitors. (CRT).
2.      main()
{
    int i=6720,j=4;

    while(i%j= =0)
   {
       i=i/j;
       j=j+1;
   }
}

    What is the value of j  at the end of the loop. (9);
3.      What is the output of the program
4.      # define Max( if (x<y), printf(“x is greater than y))else;
  main()
  {
    int x,y;
   if (x<y)
      Max(x,y);
   else
      printf( “ x is not greater than y”);
      }

( Iam not sure about the Q, but the ans is compile time error);
5.      1Q on pointers like a[2][2] then how can u represent the valu of  a[2][1] by using pointers.  ( *((a+2)+1) . Iam not sure about the ans).
6.      what is wrong about stacks ( Ans is “ Stack is referred to as fifo”);
7.      In worst case Quick sort becomes which sort (Bouble sort)
8.      one Q on the conversion of infix to prefix expression like ((A-B)*(C+D))/(F-G)

Sorry friends I remember this many Q only because I belongs to ECE branch. But some Q on unix commands(3), DBMS(2), Memory mgt(2), cpp(1), java(1), harddisk(1);


That’s it friends .  There is cutoff for each section. Verbal(7 to 9), Aptitude( 8), technical(9);

Total no of students attended for the interview were 305 and the no of students cleared the written are 145;

Technical Interview:

    I got call from the interviewer at 8 P.M.. The technical interview was very cool and friendly and he made me to feel free. But you must express your views confidently.
He never expect any technical skill from u . He just see your communication skills and your confidence. And at the same time you must perfect with ur resume. He definitely ask Q about ur resume only. You must perfect in one of ur favorite sub and C. The Q I faced are as follows.
·         What is the purpose of C
·         What is pointer
·         What is the difference b/w structure and union
·         About my mini project and about my paper presentation
·         What is DSP( my core subj) applications of DSP
·         What are ASICs, EX of ASIC.
·         Draw a flowchat of activities about what had you done from the morning of that day.

After completion of TI he will give u application form and told u to go to the HR. 

HR Interview:

             It was very easy and cool. Don’t feel tens and  nervous before HR. He just see ur confidence level.

1.      Can you explain about ur name.I talked 2min about my name
2.      about my hobbies
3.      Why should we hire u.

That’s it friends.  Try to ask any Q to HR that shows ur interest
WIPRO PAPER ON 7th JULY

Hi this is  A.Venkateswarlu. I appear for the reassessment exam of WIPRO. I want to share my experience with u all.
Totally 800 candedates are appear for the exam from MIC college, GEC college, SRKR college, RVR & JC college , SSIT college, SVH college.

After written test almost 400 students are selected for other interviews. Some students have first HR interview  test and other have technical interview. For MIC college first HR interview and then Technical interview.  At the time of last interview what ever it may be the wish the selected students as u are selected  I will see u at WIPRO.

The total procedure is as follows.
1.Written test
2.Technical Interview
3.HR interview.

1.written test.
It consist of three parts.
1.English port (15 questions)
2.Arethamic and reasoning part (15 questions)
3.Technical part (20 questions)

I  will give u the almost total question paper
1.English part:
1.find the miss spelt word among the 4 choices.
2.passege is given which is very easy and it consist the 5 questions.
3.active voice to passive voice conversion like “ I was reading the  book for 2 hours
ans: the book was being read by me for 2 hours
4.give a sentence and find the improper meaning from the choices (2 questions)
5.One question fro Matching
6.OICPT word is given and some series is given and ask for the correct sequence
ans:51423  TOPIC
7.The  sequences of  statements are  given which are said by the author and ask find the idea of the author.
Before u working as a novalist u must not be a writer like this
Almost I cover 12 questions from 15) in this part

2.Arethamatic & reasoning
1.series like 5,20,____ ,6.2,8,12 and the options are 10,14,24,12
2.there are some players in a volley ball team. after end of the game the each girl drinks 4 liters of water and each boy drinks 7 liters  of water and the coach drinks 9 liters of water. After end of the game 42liters of water is drank by the all. The find the no of boys and girls in the volley ball team.
Ans : Among the options 2 boys + 5 girls is correct.. note that we must be include the Coach also.
3.a problem of trains
120m long train crosses the pole after 2 ½ sec. Find how much time it takes to cross the 140m long plotform.
4.Two problems on probability
2blue ,3 red, 4 green balls are there we have to arienge ge them like no 2 red are come together and no 2 blue balls are come together like this.
5.8 persons are there devide in to two parts 4 to each are placed in two different rooms, and some conditions are given and ask to find the sequences of them. Like this.

6. Six persons are given find the person who done the crime. Among 4 persons 1 person said the false answer and the statements of the all persons given and ask for the person who did the crime.
7. 300m paper is given and ask for to rolled it and at last ask for caliculation of that problem. Like this.
8.a problem on seating arrangements and find the left end person.
9.a question on the Blood Relations the problem  is
showing a photograph Asha said “he is the brother of only daughter of my mother” and asked how is she related to him.
10.total amount of some cats and the cheans is 360 in a shop.but at night the shop keeper forget to close the door. the next  day he found the 2 cats and ½ kg cheane is lost and the present cost is 340 and asked to fine the no of cats and the total cheane.
11.a problem is given like 160 of 168 is used and give some conditions and ask some question.

3.Technical part
1.who invited the Mouse :  Dugles angle bart.
2.The use of swapping over paging : it improves the Multi programming
3.main()
{
printf(“%d”,150/50/5);
}
output:     o
4.main()
{
printf(“%d”,150/50%5);
}
output:    3
5.The command which gives the  device of our system :    WHO
6.The command which gives the all list of  files without graphic symbols the choices are as follows
ls-a
ls-b
ls-l
7.a question on system calls
fork()
renice
nice
8.int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}};
int *p=&a;
printf(“%d”,*(*(x+1)+3));
9.int a=0xdeabc;
char x=a;
printf(“%x”,x);
find the output of this endiane machine.
a)de    b)ab    c)0      d)cannot be predictable
10.A question on Computer Networks giving 3 lines o theorey on CSMA/CD   CSMA/CA.
11.sizeof() is an operator .
12.main()
{
pfrintf(“%d”,f1(10,10);
}
the function declaration of  f1(int,int) is given in some other  program find how the function declaration is
extern int f1(int,int)
13.What is use of the Wait for Graph
14.main()
{
a=5;
if(a=1)
{
printf(“d”,a);
}
always if prints the value of a is 1
15.a bit on convewrtion of binary number to Octal .10111000  first convert it into the decimal  and convert  it into the Octal by deviding  8.
16. A bit on OS
a theorey question

this is the written test  Please more consantrate on  Technical I think they give mager priority on Technical that’s why they give the technical column in written test and also in the Technical interview. So please take more consontrate on technical.

For MIC college students first  HR  interview and  then Technical interview
HR Interview :
The round  was started  at 2:10 pm but I  waited for  6 ½ hour  after 9 O’clock they ask me to attend for Hr Interview.
HR: tell me your favourate topic (subjects)
I : I replaid as c++ (OOPS)
HR: So tell me about OOPS
I : I replaid the main features of Encapsulation ,Inheritence, Polymaophisms  and Genricity and I Stopped.
HR; u have to say at least  5 Minits
I: Then I show my real face in OOPS non stoply. About detail explanation on function overloading ,object, class ,and also templates in detail at lest 6 minit and I stopped.
HR;U must be identify the situation of the other person he is ready to understand the data or not so u have to give some time in between the communication with others that wha u have to imrove.
I:  I replaid ok sir
HR; He asked me to tell about Team work.
I: I explained it with my own idea.
HR: He asked me is there any nead of team work.
I: must and should sir otherwise there may be a problem while doing the projects.
HR: He replaid ok. And
Are u class first in Degree
I:  Yes sir and also in MCA.
HR: Are u played which games in your school .( I mentioned the details in resume that’s why he asked me that question)
I: I relaid I participated School level ,mandal level and also District level Games & Sports meet sir. And I was played CHO-CHO ,SOFT BALL and  FOOT BALL  and I was got first rank in Running in  Spors.
HR; ok
I will give u a form u fill it an d then appear for Technical interview. Then I replaid Thanks sir.
And  I asked I want to drink some water sir ok take it my boy and take some food in the canteen and ready for Technical Interview. When I am drinkin water he said continue ur Sports ok . I replaied thenk u sir.

I gave him  the form whichis given by the HR inter viewer and my resume he identified my name and asked the spelling of my Surname which I didn’t write clearly and he replaid u must be write clearly ok. Ok u are MCA student. What is  the group in your Degree I replaid BSC Computer Science. When I am giving the details he write some thing which is like a secrete.
It is an easy round to me
He asks
1.tell me about Your self
2.tell me about Storage media
3.tell me about Software development life cycle
I ask him sir I want to drink some eater then he gave me some water with a smile face. And then I replaid the main Phases in SDLC
4.Tellme about BLACK BOX TESTING and  WHITE BOX TESTING.
Ok Venkateswarlu I selected u. I will see u again in WIPRO I feel so happy and give him shake hand and happyly came out from the room.

Totally u must be confident when u are giving the details and answer the questions. Ok I will see u at wipro. ALL THE BEST AND BEST OF LUCK.

er. inder
www.indianstudentsportal.blogspot.com 

No comments:

Post a Comment

Please comment Here