wipro mtl

Upload: anand-raju

Post on 07-Apr-2018

279 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/4/2019 WIPRO Mtl.

    1/38

    Wipro Placement Paper (technical)

    1). Piggy backing is a technique for

    a) Flow control b) sequence c) Acknowledgment d) Retransmission

    ans: c Ack

    2). The layer in the OST model handles terminal emulation

    a) session b) application c) presentation d) transport

    ans: b application

    3) Ans: a odd numbers of errors

    4)Q. In signed magnitude notation what is the minimum value that can be

    represented with 8 bits

    a) -128 b) -255 c) -127 d) 0 ANS a)

    5) c 20(no of address lines in 1MB of memory)

    6) a 120(25 hz processor, what is the time taken by the instr which needs

    3 clock cycles)

    7) b synchronise the access(semaphores used for)

    8 ) a system call(context switching is used in)

    9) b the operating system(mapping of virtual to physical address)

    10) a 177333(conversion of HEX 0xFEDBin octal)

    11) d used as a network layer protocol in network and windows(OLE)

    system12) b has to be unique in the sub network(internet address)

    13)Q. there is an employer table with key fields as employer no. data in

    every nth row are needed for a simple following queries will get required

    results.

    a) select A employe no. from employe A , where exists from employe B

    where A employe no. >= B employe having (count(*) mod n)=0

    b) select employe no. from employe A, employe B where A employe no.

    >= B employ no. grouply employe no. having

    (count(*) mod n=0 )

    c) both a& b

    d)none of the above

    14)Q. type duplicates of a row in a table customer with non uniform key

    field customer no. you can see

    a) delete from costomer where customer no. exists ( select distinct

    customer no. from customer having count )

    b) delete customer a where customer no. in (select customer b where

    custermer no. equal to b custemor no. ) and a rowid > b rowid

  • 8/4/2019 WIPRO Mtl.

    2/38

    c) delete customer a where custermor no. in ( select customer no. from

    customer a, customer b )

    d) none of the above

    15) which feature in ANSI C but not in JAVA.??ANS variable arguments.

    16)preprocessor does not do one of the following??ANS type checking.

    17) long int size

    a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

    ans: compiler dependent

    18) x=2,y=6,z=6

    x=y==z;

    printf(%d,x) ?ANS 1

    19) class c : public A,publicB

    a)2 members in class a,b can have member functions with same name.

    b)2 members in class a,c can have member functions with same name.

    c)both

    d)none(ANS)

    #######WHAT WILL BE THE I/O OF THE FOLLOWING

    ############

    20) main()

    {char *p;

    p=malloc(10);

    free(p);

    printf(%d,p);

    }

    ANS compilation error

    21)a=(10,15)

    b=10,15

    what are the values of a & b in ANSI C

    ANS 15,10

    22)main(){

    int x=10,y=15,z=16;

    x=y==z;

    printf(%d,x);

    ANS 0

    23)f(n) f(x)

    {

  • 8/4/2019 WIPRO Mtl.

    3/38

    if(x

    return;

    else f(x-1)+x;

    }

    find the value of fn(5)? ANS 15.

    24)struct {

    int det;

    struct prevoius;

    struct new;

    }

    delete(struct node)

    {

    node-prev-next=node-next;

    node-next-prev=node-prev;

    if(node==head)node

    }

    one element will be given.

    ANS::it does not work when rp is the last element in the link

    list.

    25)A code will be given which searches a particular char inthe

    string.

    ANS:: it always works.

    26)main()

    {

    int var =25,varp;

    varp=&var;

    varp p=10;

    fnc(varp);

    printf(%d%d,var,varp);

    }

    ANS::55,55 (check this out)

    27)#define VALUE 1+2

    main()

    {

    printf(%d and %d\n,VALUE/VALUE,VALUE*3);

    }

  • 8/4/2019 WIPRO Mtl.

    4/38

    ANS:: 5,7

    28)What is the value assigned to the variable a if b is 7

    a=b>8?b4?b>>1:b;

    ANS::3

    29)the value of the following expr (2^3)+(a^a) is

    a) 1 b)2 c) 3 d) insufficient data

    30) which of the following is not basic data type

    ANS char*

    31)the declaration of the variable does not result in one of

    the

    following

    ANS allocatrion of the storage space for the varable.

    32)in C parameters are passed by

    ANS:: value only.

    33)2 variables cannot have the same name if they are

    ANS:: in the same block.

    34)a static funct. say s(),in as file f.c can be invoked from

    ANS all functs. in f.c after the definitions of s.

    35)macros and functions do not differ in the following aspects

    ANS::variable no of arguments.

    36)one qs in which he will give some different forms ofSTRCPY

    function you will have to find out which form is correct.

    1)APTITUDE TEST:

    Questions = 50 ; time limit = 50 minutes. no negative marking.

    Offline (paper & pen) test

    There was individual cut off for all the sections

    Section1- English, 15 questionsDirection 1-5 : In each of the following questions, find out which

    part of the sentence has an error. if there is no mistake the

    answer is 'no error'

    1. Neither the plans / suits him and therefore / he decided not to

    / go out yesterday / No error

    Ans: B

    2. The Cabinet Ministers and the Prime Minister / was at the

    airport / to receive the foreign dignitary / No errorAns : B

  • 8/4/2019 WIPRO Mtl.

    5/38

    3. While proceeding on leave / he had orally committed that / he

    will resume after two days/ No error

    Ans : C

    4. The number of people / applying were so large / that the

    college had to / stop issuing application forms / No error

    Ans: B

    5. a series of lectures / of Indian philosophy / are arranged by the

    University / No error

    Ans: C

    Directions 6-10: The following questions, consist of two words

    each that have a certain relationship to each other, followed by

    four lettered pairs of words. Select the lettered pair that has the

    same relationship as the original pair of words.

    6. Illiterate : Uneducated

    A) Country : State B) City : Village C) Palace : Hut D)

    Vision : Sight

    Ans ; D

    7. Money : Transaction

    A) Life : Death B) Water : Drink C) Ideas : Exchange D)

    Language : Conversation

    Ans: D8. Overlook : Aberration

    A) Mitigate : Penitence B) Condone : Offence C) Error :

    Omission D) Conviction : Criminal

    Ans: B

    9. Utopia : English

    A) Odyssey : Greek B) Tulsidas : Sanskrit C) Monalisa :

    English D) Dante : Latin

    Ans: A

    10. Sailor : Pirate

    A) Police : Robbers B) Lion : Lamb C) Plant : Fungus D)

    Major : Sepoy

    Ans : C

    Directions 11-12 : In each of the following questions, a sentence

    has been given in Active (or passive) voice. Out of the four

    alternatives suggested select the one which best express the

    same sentence in Passive (or Active) Voice.

    11. I know him.

  • 8/4/2019 WIPRO Mtl.

    6/38

    A) He is known by me

    B) He was known to me

    C) He has been known by me

    D) He is known to me

    Ans : D

    12. The residents celebrated the Independence Day

    A) The Independence Day celebrated by the residents

    B) The Independence Day was celebrated by the residents

    C) The Independence Day has been celebrated by the residents

    D) Celebration of Independence Day was done by the residents

    Ans: B

    Directions 13-15 : Pick out the most effective word from the given

    words to fill in the blank to make the sentence meaningfully

    complete

    13. Even if rains all day I will not be able to .........................my

    journey

    A) put by B) put out C) put off D) put away

    Ans: C

    14. Help yourself....................whatever you can use without

    wasting

    A) with B) to C) in D) forAns: B

    15. There is an exception............................every rule.

    A) on B) to C) in D) for

    Ans: B

    Section2-apptitude 15 questions

    The questions 1-7 are based on the following pattern. The

    problems below contain a question and two statements giving

    certain data. You have to decide whether the data given in the

    statements are sufficient for answering the questions. The correct

    answer is

    (A) If statement (I) alone is sufficient but statement (II) alone is

    not sufficient.

    (B) If statement (II) alone is sufficient but statement(I) alone is

    not sufficient.

    (C) If both statements together are sufficient but neither of

    statements alone is sufficient.

  • 8/4/2019 WIPRO Mtl.

    7/38

    (D) If both together are not sufficient.(E) If statements (I) and (II) are not sufficient

    1. What is the volume of a cubical box in cubic centimetres?

    (I) One face of the box has an area of 49 sq.cms.(II) The longest diagonal of the box is 20 cms.

    Ans. D2. Is z positive?

    (I) y+z is positive(II) y-z is positive

    Ans. E3. Is x>y ? x, y are real numbers?

    (I) 8x = 6y(II) x = y + 4

    Ans. B4. If a ground is rectangular, what is its width?

    (I) The ratio of its length to its breadth is 7:2(II) Perimeter of the playground is 396 mts.

    Ans. C5. If the present age of my father is 39 yrs and my present age isx yrs, what is x?

    (I) Next year my mother will be four times as old as i would be.(II) My brother is 2 years older than I and my father is 4 years

    older than my mother.

    Ans. C6. How many brothers and sisters are there in the family of sevenchildren?

    (I) Each boy in the family has as many sisters as brothers(II) Each of the girl in the family has twice as many brothers as

    sisters

  • 8/4/2019 WIPRO Mtl.

    8/38

    Ans. D7. x is not equal to 0, is x + y = 0?

    (I) x is the reciprocal of y

    (II) x is not equal to 1Ans. A

    8. Find sum of 3 + 5/(1+22) + 7/(1 + 22 + 32) + ......

    Ans. 3n/(1 + n)

    9. Out of 55 eggs 5 are defective. what is % of defective eggs

    Ans:9/11%

    10. 1/8 is divided by 's' , if 's' is increased by 2 times, what is the

    result.Ans: increases two times

    11. For each hour an watch is going slow by 30 seconds. Now time

    is

    8a.m.What will be the actual time at 8p.m.Ans: 7:54.

    12. If a person walks at 4/5th of his usual spee he reaches 40min

    late. If he walks at his usual speed how much time does hetravels. Ans:160min or 2hr 40min

    13. In a class 80% have passed english,70% passed Hindi 10%

    did not passed either. If 144 students passed both. What isthe total strength of the class.

    Ans: 240.

    14. Find the least number when divided by 7 gives the reminder 6,

    when divided by 6 gives reminder 5, when divided by 5gives reminder 4 and so on.... Ans: 419

    15. If a man stands in front of sun what is the first letter of the

    direction which is left to him:

    Ans: North(N)

    Section3-technical ,20 questions

    1. After execution of CMP, a instruction in Intel 8085

    microprocessor

    (a) ZF is set and CY is reset.

    (b) ZF is set CY is unchanged

    (c) ZF is reset, CY is set(d) ZF is reset , CY is unchanged .

  • 8/4/2019 WIPRO Mtl.

    9/38

    Ans. A

    2. Convert the infix to postfix for A-(B+C)*(D/E)Ans. ABC+DE/*-

    3. Picard's method uses _______?

    Ans. Successive Differentiation.Predict the output or error(s) for the following:4. void main() { int const * p=5; printf("%d",++(*p)); }

    Ans: Compiler error: Cannot modify a constant value.5. main() { char s[ ]="man"; int i; for(i=0;s[ i ];i++)printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]); }

    Ans: mmmm

    aaaa

    nnnn6. Identify the recording mode, by which you can record the

    non-standard object in QTP

    A) Standard recording B) Analog recording

    C) Low level recording D) None

    Ans: B

    7. By default, how many no of tables would be there in a script?

    a) One b) Two c) Three d) Four

    Ans: B8. The file extension of Shared object repository file is

    A .MTR B. .TSR C. .QRS D. None

    Ans: B

    9. To invoke the function which does not return any value, we can

    use

    a. call function name b. function name

    c. Both A & B d. None

    Ans: A

    10. How many bits are needed within a machine code instruction

    to select a single register in a machine with 16 general registers?

    a. 2 b. 3 c. 4 d. 5

    Ans: C

    11. which key in any windows screen is used to invoke file menu

    Ans :alt+f

    12. Object which is used for calling the win32 api functions inQTP, we use

  • 8/4/2019 WIPRO Mtl.

    10/38

    A extern B. description C. environment D. None

    Ans: A

    13. What is the result of adding the binary numbers 01000001 and

    11111111 on an 8 bit machine?

    A. 11111111 B. 00000000 C. 01111111

    D. Overflow

    Ans: D

    14. Which of the following does POP stand for?

    A. Post Office Protocol B. Peer over peer

    C. Private Office Protocol D. Post Optical Protocol

    Ans: A

    15. Which of the following stages of compilation produces a

    syntax tree?A. Parsing B. Code generation

    C. Lexical analysis D. Semantic analysis

    Ans: A

    16. Which of the following is not contained in a systemdescription?

    A. Internal data flows B. Flows leaving andentering the system

    C. Relationship between external entities D. Internal

    components or processes

    Ans: C

    17. What is the result of adding the binary numbers 01000011 and

    10010000 on an 8 bit machine?A. 11010011 B. 11110011 C. 11001011 D.

    11010101

    Ans: A

    18. How is the decimal value for 30 represented in binary?A. 00001111 B. 00011010 C. 00011110 D.

    00011111

    Ans: C

  • 8/4/2019 WIPRO Mtl.

    11/38

    19. A memory chip has 8 data lines and 9 address lines. How many

    bytes can be stored on it?A. 511 B. 512 C. 500 D. 256

    Ans: B

    20. Which of the following devices requires the highest input data

    transferrate?A. mouse B. Keyboard C. Floppy disk D.

    CD

    Ans: D

    Latest Wipro Placement paper

    VERBAL SECTION ( 1-20)

    Read the following Passage and select the best answer to questions(1-4)

    among the given choices

    Routines are the unreturned algorithms followed by each one of us, every

    in life. Routine is a chain of events, which never changes there order once

    it is prioritized. Following the routine is a schedule of events. For a

    student it would it be assignments, attending schools, coaching classes or

    doing a Project. For the business man, brandishing the tiniest mobilephone and shielded by the doctor than black shade of Mercedes, schedule

    is restricted to attend meetings, presentations and entertaining new

    Prospective clients.

    Sometimes life begins so hectic that you feel as if you are the only person

    who is working harder than all others. Such type of thoughts comes to us

    due to thinking about ourselves. Others may be facing the same shade of

    destiny as you, but you think there are luckier than you. Yes, the grass on

    the other side is always greener and fresher.

    Maintaining your cool, at the times of the difficulty and in spite of hectic-

    schedules is the key to a bright career and success in life. Because, unless

    we ourselves change the pace with the change in times and keep

    ourselves abreast of the latest time table of our organizer, we will lag

    behind.

    The more the things one has to do or one is into, more is his involvement

    in a mental, physical or social way into these things. Due to this his own

  • 8/4/2019 WIPRO Mtl.

    12/38

    personal problems are out of sight because, all time his mind is thinking

    of completing the task undertaking problems which are out of sight are

    out of mind.

    Each thing that we do adds to our personality. It shapes our thinking and

    makes us more organized, experienced knowledgeable and creative. The

    time and effort that we put in every day into tasks is the brick and mortar

    of our future life. So friends, it is always better to be busy rater then idle.

    Hasnt everyone heard that an idle mind is the devils work shop? Behind

    every successful man is a devotedly followed < name="IL_MARKER"

    ="">schedule.

    1) The author of the passage is of the opinion that

    a) The world is merciless to a few persons

    b) Behind every successful there is a women

    c) All other people seem to be luckier than the author

    d) We must keep cool even in difficult times

    2) What is the general observation about human nature that the writer

    makes?

    a) People generally hate to be tied to a < name="IL_MARKER"

    ="">schedule or routine

    b) People generally feel that they can progress by following a schedulec) People feel that they alone are overburdened and being treated crudely

    d) People follow routines happily because they require less effort.

    3) According to the above passage, we must

    a) Not involve ourselves too much in the work that we do

    b) Avoid keeping hectic schedules because they must harm our body.

    c) Be loathing to put time and sweet into our bodies.

    d) Run neck and neck with Gods timetable less we lag behind.

    4) The result of many things we do results in-

    a) Enhancing our personality

    b) Bettering our organizational and creative ability

    c) Giving us knowledge and experience

    d) All the above

    5) From the following sets of words, choose the word correctly spelt

    a) Accomodate

    b) Acommodate

    c) Accommodate

    d) Accommodate

  • 8/4/2019 WIPRO Mtl.

    13/38

    6) Select the option that gives the correct meaning of the given idiomatic

    expression or phrase. A rising star

    a) A star that rises the highest in the sky

    b) A star which shines the most.

    c) A person coming into prominence

    d) A star that appears only once in a month.

    7) Select among the given choices the word or phrase for each blank that

    best fits the meaning of the sentence as a whole. The recent nuclear

    threat is the ________________of 12 years of terrorist attacks, which

    have inflicted on us more casualties both military and civilian than Iraq

    did on Kuwait

    a) Culmination

    b) Reflection

    c) Dogma

    d) Defiance

    Select the option that can be substituted the given sentence

    a) Condolence

    b) Calumny

    c) Obituary

    d) Corrigendum

    9) Given below are sentences which when arranged logically form acoherent passage? Choose the given option which gives the correct

    sequence.

    a) The alternative was a blitz by the health workers to popularize

    preventive measures.

    b) The information was considered inadequate.

    c) People have been reading about AIDS in the mass media

    d) Nobody is sure as to low effective this would be.

    e) People were also not being influenced enough to take preventive

    measures.

    A) cbade

    B) abcde

    C) bacde

    D) cdabe

    10) chose the lettered pair that express a relationship most similar to the

    relationship expressed in the capitalized pair HOBBLE ::WALK

    a) Gallop ::Run

    b) Stammer::Speak

  • 8/4/2019 WIPRO Mtl.

    14/38

    c) Stumble::Fall

    d) Sniff::Smell

    11) Select among the given choices the word or phrase for each blank

    that best fits the meaning of the sentence as a whole. While there is hope

    in the one-day game, where Indian team has at last cast aside the chains

    of________________thought, there is a very long journey to make in

    Test cricket

    a) Delinguent

    b) Delirious

    c) Decadent

    d) Disruptive

    12) Select among the given choices the word or phrase to replace the

    underlined phrase ion the following sentence Our departure from this

    place from now depends on they coming here. a) Depends on them

    coming here b) Depends on their coming here c) Depend on theirs

    coming here d) Depends on theirs coming here

    13) Choose the lettered pair that express relationship most similar to the

    relationship expressed in the capitalized pair. FRAYED::FABRIC a)

    Thawed::Ice b) Renovated::Building c) Frazzled::Nerves d)

    Watered::Lawn

    14) Select the option that gives the correct meaning of the givenidiomatic expression or phrase To wash ones hand off a) To wash

    ones hand with water b) To wash ones hand with soap c) To disclaim the

    entire responsibility d) To put ones firm in trouble

    15) Given below are sentences which when arranged logically from a

    coherent passage. Choose the given option which gives the correct

    sequence. a) What is amazing is that resending of decisions does not

    seem to be one bit embarrass the government. b) Rollback appears to

    have now became an institutionalized decision making process of the

    government c) This is the certainly suggested by the frequency on prices

    and subsidies are announced and them the status quo restored in part or

    in full. d) It has well and truly functioning an integral part of the

    functioning of the government. e) Even the word, Rollback , has became

    a permanent entry lexicon of political discourse. A) abcde B) bcade C)

    bcdae D) ebdca

    16) Choose the lettered pair that expresses relationship most similar to

    the relationship expressed in the capitalized pair. LACHRYMOSE::TEARS

  • 8/4/2019 WIPRO Mtl.

    15/38

    a) Effusive::requests b) Ironic::jests c) Morose::speeches d)

    Verbose::words

    17) Select among the given choices that is most nearly opposite word

    AUTONOMY a) submissiveness b) dependence c) subordination d) slavery

    18) Select among the given choices that is most nearly similar word

    OCCULT a) Dreadful b) Harmless c) Amazing d) Mysterious

    19) Given below are words three of which belong to same category. Find

    the word which does not belong to that category a) Convulse b) Soothe c)

    Compose d) Assuage

    20) One of the words each set of four words is misspell . Choose the

    misspell word. a) Effeminate b) Endeavour c) Exhilaration d) Exhaustion

    ANALYTICAL SECTION ( 21-40)

    21) Ashok bought 16kg of wheat at the rate of Rs 11.50 per kg and 14 kg

    wheat at rate of Rs 14.50 per kg. He mixed the two and sold the mixture

    at the rate of 13.50 kg. What is his gain in the transaction ?

    a) Rs 16

    b) Rs 18

    c) Rs 24

    d) Rs 28

    22) What is the probability of answering a multiple choice question

    correctly, If you know that one of the answer if definitely wrong but youhave to guess between the 3 remaining answers?

    a)

    b)

    c)

    d) 1/3

    23) What should come in place of question mark (?) in the following

    number series?

    22, 66, 132, 792 , ? a) 1584 b) 2376 c) 1246 d) 2674

    24) The difference between two numbers is one-seventh of the sum of

    these numbers two numbers. What is the ratio of the two numbers?

    a) 3:4

    b) 4:3

    c) 2:3

    d) 3:2

    25) On return from a business trip Mr. Chidambaram was to be picked up

    from the railway station by his coachman. Someone he managed a train

    connection earlier and thus arrived two hours too early. Immediately on

  • 8/4/2019 WIPRO Mtl.

    16/38

    arrived he rang up home for the coach and was told that it had just left in

    order to be exactly in time for the train by which he was scheduled to

    come. To save the time he started walking homeward at 3kmph. On the

    way he met the coachman who brought him home an hour before

    schedule. How far is the Mr. Chidambarams house from the railway

    station?

    a) 12 Km

    b) 15 Km

    c) 18 Km

    d) 23 Km

    26) A train travelled from Delhi to Patna and back in a certain time at the

    rate of 60kmph.But if the train had travelled from Delhi to Patna at rate of

    rate 80Kmph. And back from Patna to Delhi at the rate of 40Kmph. It

    would take two hours Longer. Find the distance between Delhi and Patna?

    a) 480Km

    b) 460Km

    c) 450Km

    d) 465Km

    27) On a certain pasture the grass grows at an even rate. It knows that

    40 cows can graze on it for 40 days before the grass is exhausted, but 30

    cows can graze there as long as 60 days. How many would the pasturelast if 20 Cows were to graze on it?

    a) 140days

    b) 100 days

    c)110 days

    d) 120 days

    28) Most people in the United States view both neither big nor small

    business as particulary efficient or dynamic and regard both as providing

    consumers with fairly priced goods and services. However, most people

    consistently perceive small business as a force for good in Society,

    whereas bid business is perceived as socially responsible only in times of

    prosperity. The statement above, if true, would provide the strongest

    support for which one of the following hypotheses?

    a) Most of the people in the United states give little thought to the value

    of business to society.

    b) If small business were regarded as being more dynamic, it, too, would

    receive strongly favorable ratings only in times of general prosperity.

  • 8/4/2019 WIPRO Mtl.

    17/38

    c) Many people in the united states regard the social responsibility of big

    business as extending beyond providing consumers with fairly priced

    goods and services.

    d) Even if people did not regard big business as providing consumers with

    value for their money, they would still regard it as socially responsible in

    times of general prosperity.

    29) In the first innings of the First Test match between India and West

    Indians at Sabina Park, Kingston. February 18 to 23 1971, the bowling

    honors in the Indians team were shared by B.S.Bedi, E.A.S. Prasanna

    and S.Venkataraghavan. Can you, based on the following statements,

    conclude the number of wickets each took?

    1) Either Bedi took 5 wickets and S.Venkataraghavan took 3, or Prasanna

    took one more than S.Venkataraghavan.

    2) Either Bedi took half the wickets or one of the players was run out.

    3) The sum of Bedis victims and double those of prasanna is one more

    than three times Venkataraghavans.

    a) Bedi-2, Prasanna-4, and Venkataraghavan-3

    b) Bedi-3, Prasanna-4, and Venkataraghavan-2

    c) Bedi-2, Prasanna-4, and Venkataraghavan-4

    d) Bedi-2, Prasanna-5, and Venkataraghavan-3

    30) The Basic College Council is made up of representatives from thedepartments in the various divisions. From the science Division is one

    representative from each of the departments of chemistry, Mathematics,

    and Biology. The social Science Division provides a representative each

    History, Linguistics, and Economics. A representative from Philosophy and

    one from Rhetoric serve for the Humanities Division

    All Council Committees are made up entirely of Council members.

    Each Committee has exactly four members.

    Each Committee has at least one member from each Division.

    The representative from chemistry will not serve on a Committee with the

    representative from Biology. The representatives from Mathematics and

    Economics always serve on the same Committees. The representative

    from Rhetoric will only serve on a Committee on which the representative

    from Biology or the one from Economics, or both, serve. a) Chemistry,

    Mathematics, History, Economics b) Chemistry, Mathematics, History,

    Philosophy c) Biology, History, Economics, Rhetoric d) Mathematics,

    Biology, Economics, Rhetoric

  • 8/4/2019 WIPRO Mtl.

    18/38

    31) A train leaves New York City at 7.15 Am and arrives in Buffalo at 2.47

    that afternoon. What total length of time does the trip take? a) 6hrs,

    28mins b) 7hrs, 12mins c) 7hrs, 32mins d) 8hrs, 12mins

    32) After several attempts to district his young parrot from Chewing on

    furniture, George reluctantly took an experts advice and gently hit the

    parrots beak whenever the bird started to chew furniture, The bird

    stopped chewing furniture, but it is now afraid of hands and will

    sometimes bite. Since Chewing on the furniture would not have hurt the

    bird, George should not have hit it.

    When Carlas puppy escaped from her yard, it bounded into a busy street.

    Although Carla does not generally approve of physical discipline, she hit

    the puppy sharply with her hand. Now the puppy enters the street only

    when accompanied by Carla, so, Carla was justified in disciplining the

    puppy.

    Which one of the following principles, if established, would justify the

    judgments about Georges and Carlas actions?

    a) When disciplining an animal physically, a trainer should use an object

    such as a rolled up newspapers to avoid making the animal frightened of

    hands.

    b) When training an animal, physical discipline should be used only when

    such discipline is necessary to correct behavior that could result in seriousharm to the animal.

    c) Using physical discipline to train an animal is justified only when all

    alternative strategies for the correcting undesirable behavior have failed.

    d) Physical discipline should not be used on immature animals.

    33) In a Conventional Clock, how many times does the minutes hand pass

    the hour hand between noon and midnight?

    a) 8 times b)10 times c)12 times d)15 times

    34) If 24+35=28, 15+49=24, and 69+37=50 then 27+48=? a) 27 b)36

    c)48 d)59

    35) Its not easy having a mathematics professor as a friend. When she

    invited you to her house she says, All the houses on my side of the

    street are numbered consecutively in even numbers. There are Six houses

    on my Side of my block and sum of their numbers is 9870. You dont

    know which block I live on, and its a long street, but I will tell you that I

    live in the lowest number on my side of the block. Whats the number? Or

    are you just going to ring the first- numbered doorbell for twenty blocks?

    a) 1580 b)1640 c)1650 d)1680

  • 8/4/2019 WIPRO Mtl.

    19/38

    36) The time to complete a standardized exam is approximately normal

    with a mean of 70 minutes and a standard deviation of 10 minutes.

    Suppose the students are given 1 hour to complete the exam. The

    proportion of students who dont complete the exam is a) 0.500 b)0.159

    c)0.341 d)0.841

    37) Rajesh brought a TV priced at Rs 2000. He was given two Successive

    discounts of 10 and 5 percent. If he has to pay percent sales tax, the net

    amount he paid wasa) Rs 2663.40 b) Rs 2660 c) Rs 2350 d) Rs 2460

    38) A drawer contains a number of Red and Blue socks. If I pull two out

    of random, then the chance of them being a Red pair is a half and chance

    of them being a blue pair is a twelfth. How many socks are in the drawer?

    a)120 b)140 c)150 d)160

    39) A Clock strikes every hour-once at 1.00, twice at 2.00, and so on. The

    clock takes 6 seconds to strike 5.00 and 12 seconds to strike 9.00. the

    time needed to strike 1.00 is negligible. How long does the clock need for

    all its striking in 24hours? a)168 Seconds b)178 Seconds c)188 Seconds

    d) 198 Seconds

    40) Grandpa was feeling generous, so he gave a total of Rs 100 to his

    Five grandchildren. Starting with the Youngest each got Rs 2.00 more

    than the next Younger one. In Other words, the youngest got one sum,

    the next got Rs 2.00 more, and so on. How much did the YoungestGrandchild get? a)14 b)15 c)16 d)17

    TECHNICAL SECTION ( 41-50) 41) Which of the following is not

    associated with magnetic memory? a) Sector b) Pit c) Track d) All of

    these

    42) NASSCOM a) IT services Industry body b) Manufacturing Industry

    body c) Infrastructure Industry body d) None of the above

    43) Which of the following is not a codec a) DiVX b) EVid c) FLAC d) XviD

    44) Which of the following Chipmaker has designed Athlon? a) Intel b)

    Freescale c) AMD d) IBM

    45) Which of the following is a formatted input function in C a) getchar()

    b) getche() c) gets() d) None of these

    46) Rank the following 4 items in terms of access speed: a) Main Memory

    b) Magnetic Disk c) Registers d) Cache A) 1,2,3,4 B) 1,3,4,2 C) 3,4,1,2 D)

    3,1,4,2

    47) What kind of a structure is a queue? a) First in First out b) First in last

    out c) First in middle out d) First in second last

  • 8/4/2019 WIPRO Mtl.

    20/38

    48) A Jazz drive is a separate drive. What is the storage space of Jazz

    drive a) 100KB b) 20-40 GB c) 1-2 GB d) 650 MB

    49) Which of the following is doesnt affect resolution of a video Display

    image? a) Bandwidth b) Raster Scan rate c) Vertical and Horizontal lines

    of resolution d) Screen size

    50) Which of the following statement are applicable to LINUX? i) Multi-

    User and Multi-Tasking ii) Open Source OS iii) Developed at AT&Ts Bell

    Laboratory, USA A) ( i ) only B) ( ii ) only C) Both ( i) and ( ii ) D) ( i) , (

    ii) and ( iii )

    Wipro Placement Paper

    1.Consider the following expressions indicating the step or impulse

    response of an initially relaxed control system-

    1. (5 4e-2+) u(t)

    2. (e-2t +5) (u(t))

    3 .V(t) + 8e-2t u(t)

    4 . V(t) + 4e-2t 4(t)

    2.Which is the following relate to rational transfer function of a system-

    1. Ratio of Fourier transform of output to input with zero initial conditions.

    2. Ratio of Laplace transform of output to input with zero initial

    conditions.

    3. Laplace transform of system impulse response.

    3. Laplace transform of system unit step response select the correct

    answer using the codes given below. Codes

    a.) 1 and 4

    b.) 2 and 3

    c.) 1 and 3

    d.) 2 and 4

    4.For the signal g (t) 10 cos (50 pt) cos2 (150at) The Nyquist sampling

    state in t seconds is

  • 8/4/2019 WIPRO Mtl.

    21/38

    a.) 150 samples per second

    b.) 200 samples per second

    c.) 300 samples per second

    d.) 350 samples per second

    5.In the case of a 70 MHz 1F carries for a transponder band width of 36

    MHz; energy must lie between MHz.

    a.) 34 and 106

    b.) 52. And 88

    c.) 106 and 142

    d.) 34 and 142

    6.Radar used to eliminate clutter in navigational application is

    a.) Pulse radar

    b.) Tracking radar

    c.) MTI radar

    d.) Mono pulse radar

    7.The 1.55 mm windows is not yet in use with fiber optic systems

    because

    a.) The attenuation is higher than at 0.85 mm

    b) The attenuation is higher than at 1.3mm

    c.) Suitable laser devices have not yet been developed

    d.) It does not lend itself to wavelength multiplexing

    8.Pre-emphasis in FM systems involves-

    a.) Compression of the modulating signal

    b.) Expansion of the modulating signal

    c.) Amplification of lower frequency components of the modulating signal.

    d.) Amplification of higher frequency components of the modulating

    signal.

  • 8/4/2019 WIPRO Mtl.

    22/38

    9.In a terrestrial microwave system transmission of signals is achieved

    through-

    a.) reflection from the ionosphere

    b.) line of sight mode

    c) reflection from the ground

    d.) diffraction from the stratosphere.

    10.Casse grain feed is used with a parabolic reflector to

    a.) increase the gain of the system

    b). increase the bandwidth of the system

    c.) reduce the size of the main reflector

    d.) allow the feed to be placed at a convenient point.

    11.In most microwave communication link rain drop attenuation is caused

    due to-

    a.) scattering of microwaves by water drops of specific size.

    b) scattering of microwaves by a collection of droplets acing as a single

    body.

    c.) absorption of microwaves by water and consequent heating of the

    liquid

    d.) absorption of the microwaves by water vapor in the atmosphere.

    12.When a (75 j40)W load is connected to a coaxial line of Z0 = 75 W

    at 6MHz then the load matching on the line can be accomplished by

    connecting-

    a.) A short circuited stub at the load

    b.)An inductance at the load

    c. )A short circuited stub at a specific distance from the load

    d.)none of the above

    13.As compared to analog multimeters, digital Multimeters's are

    a.) less accurate

    b.) more accurate

    c.) equally accurate

    d.) none.

  • 8/4/2019 WIPRO Mtl.

    23/38

    14.When a signal of 10 mV at 75 MHz is to be measured then which of

    the following instruments can be used

    a.) VTVM

    b.) Cathode ray oscilloscope

    c.) Moving iron voltmeter

    d.) Digital multimeter

    15.Amplifier of class B has high theoretical efficiency of 78.5 percent

    because-

    a.) It is biased almost to saturation

    b.)Its quiescent current is low

    c.)Its output is an exact replica of its input

    d.)It is biased well below cut off

    16.The coupling that produces minimum interference with frequency

    response is-

    a.) Direct coupling

    b.)Impedance coupling

    c.) R C coupling

    d.)Transformer coupling

    17.A superconductor is a

    a.) A material showing perfect conductivity and Meissner effect below a

    critical temperature

    b.) A conductor having zero resistance

    c.) A perfect conductor with highest di-magnetic susceptibility

    d.) A perfect conductor which becomes resistance when the current

    density through it exceeds a critical value

    18.When an inductor tunes at 200 KHz with 624 pF capacitor and at 600

    KHz with 60.4 pF capacitor then the self capacitance of the inductor would

    be

    a) 8.05 pF

    b) 10.05pF

    c.) 16.01pF

    d.) 20.01pF

  • 8/4/2019 WIPRO Mtl.

    24/38

    19.The Q of a radio coil

    a.) is independent of frequency

    b.) increases monotonically as frequency increases

    c.) decreases monotonically as frequency increases

    d.) increases upto a certain frequency and then decreases beyond that

    frequency

    20.When a generator of internal impedance and operating at 1GHz feeds

    a load via a coaxial line of characteristic impedance 50 ohm then the

    voltage wave ratio on the feed line is

    a.) 0.5

    b.) 1.5

    c.) 2.5

    d.) 1.75

    21) X varies inversely as square of y. Given that y = 2 for x = 1. The

    value of x for y = 6 will be equal to

    A) 3 B) 9 C) 1/3 D) 1/9

    Ans : D

    22) If 10% of x = 20% of y, then x : y is equal to

    A) 1 : 2 B) 2 : 1 C) 5 : 1 D) 10 : 1

    Ans : B

    23) A starts business with Rs.3500 and after 5 months, B joins with A as

    his partner. After a year, the profit is divided in the

    ratio 2 : 3. What is B's contribution in the Capital ?

    A) Rs. 7500 B) Rs. 8000 C) Rs. 8500 D) Rs. 9000

    Ans : D

  • 8/4/2019 WIPRO Mtl.

    25/38

    24) Ronald and Elan are working on an assignment. Ronald takes 6 hours

    to type 32 pages on a computer, while Elan takes 5

    hours to type 40 pages. How much time will they take, working together

    on two different computers to type an assignment

    of 110 pages ?

    A) 7 hours 30 minutes B) 8 hours C) 8 hours 15 minutes D) 8 hours 25

    minutes

    Ans : C

    25) A and B can do a piece of work in 72 days; B and C can do it in 120

    days; A dn C can do it in 4 days. Who among these

    will take the least time if put to do it alone?

    A) 80 days B) 100 days C) 120 days D) 150 days

    Ans : C

    26) A cistern can be filled by a tap in 4 hours while it can be emptied byanother tap in 9 hours. If both taps are opened

    simultaneously, then after how much time will the cistern get filled ?

    A) 4.5 hours B)5 hours C) 6.5 hours D) 7.2 hours

    Ans : D

    27) Pipe a can fill a tank in 5 hours, pipe B in 10 hours and pipe C in 30

    hours. If all the pipes are open, in how many hours will

    the tank completely ?

    A) 6 min. to empty B) 6 min to fill C) 9 min. to empty D) 9 min. to fill

    Ans : C

    28) A thief steals a car at 2.30 p.m and drives it at 60 kmph. The theft is

    discovered at 3 p.m and the owner sets off in another

  • 8/4/2019 WIPRO Mtl.

    26/38

    car at 75 kmph. When will be overtake the thief.

    A) 4.30 p.m B) 4.45 p.m C) 5 p.m D) 5.15 p.m

    Ans : E

    29) Two trains starting at the same time from two stations 200 km apart,

    and going in opposite directions cross each other at a

    distance of 110 km from one of the stations. What is the ratio of their

    speeds

    A) 9 : 20 B) 11 : 9 C) 11 : 20 D) None of these

    Ans : B

    30). Two trains each 100 m long, moving in opposite directions, cross

    each other in 8 seconds. If one is moving twice as fast

    the other, then the speed of the faster train is

    A) 30 km /hr B) 45 km / hr C) 60 km/hr D) 75 km/hr

    Ans : C

    31) Laplace transform of system unit step response select the correct

    answer using the codes given below. Codes

    a.) 1 and 4

    b.) 2 and 3

    c.) 1 and 3

    d.) 2 and 4

    32) For the signal g (t) 10 cos (50 pt) cos2 (150at) The Nyquist

    sampling state in t seconds is

    a.) 150 samples per second

    b.) 200 samples per second

    c.) 300 samples per second

    d.) 350 samples per second

  • 8/4/2019 WIPRO Mtl.

    27/38

    33) In the case of a 70 MHz 1F carries for a transponder band width of 36

    MHz; energy must lie between MHz.

    a.) 34 and 106

    b.) 52. And 88

    c.) 106 and 142

    d.) 34 and 142

    34) Radar used to eliminate clutter in navigational application is

    a.) Pulse radar

    b.) Tracking radar

    c.) MTI radar

    d.) Mono pulse radar

    35) The 1.55 mm windows is not yet in use with fiber optic systems

    because

    a.) The attenuation is higher than at 0.85 mm

    b) The attenuation is higher than at 1.3mm

    c.) Suitable laser devices have not yet been developedd.) It does not lend itself to wavelength multiplexing

    35) Pre-emphasis in FM systems involves-

    a.) Compression of the modulating signal

    b.) Expansion of the modulating signal

    c.) Amplification of lower frequency components of the modulating signal.

    d.) Amplification of higher frequency components of the modulating

    signal.

    36) In a terrestrial microwave system transmission of signals is achieved

    through-

    a.) reflection from the ionosphere

    b.) line of sight mode

  • 8/4/2019 WIPRO Mtl.

    28/38

    c) reflection from the ground

    d.) diffraction from the stratosphere.

    37) Casse grain feed is used with a parabolic reflector to

    a.) increase the gain of the system

    b). increase the bandwidth of the system

    c.) reduce the size of the main reflector

    d.) allow the feed to be placed at a convenient point.

    38) In most microwave communication link rain drop attenuation is

    caused due to-

    a.) scattering of microwaves by water drops of specific size.

    b) scattering of microwaves by a collection of droplets acing as a single

    body.

    c.) absorption of microwaves by water and consequent heating of the

    liquid

    d.) absorption of the microwaves by water vapor in the atmosphere.

    39) When a (75 j40)W load is connected to a coaxial line of Z0 = 75 W

    at 6MHz then the load matching on the line can be accomplished by

    connecting-

    a.) A short circuited stub at the load

    b.)An inductance at the load

    c. )A short circuited stub at a specific distance from the load

    d.)none of the above

    40) As compared to analog multimeters, digital Multimeters's are

    a.) less accurate

    b.) more accurate

    c.) equally accurate

    d.) none.

    Wipro Placement Paper

  • 8/4/2019 WIPRO Mtl.

    29/38

    Aptitude Test:-

    The correct answer is:

    (A) If statement (I) alone is sufficient but statement (II) alone is not

    sufficient.

    (B) If statement (II) alone is sufficient but statement (I) alone is not

    sufficient.

    (C) If both statements together are sufficient but neither of statements

    alone is sufficient.

    (D) If both together are not sufficient.

    1. What is John's age?

    (I) In 15 years John will be twice as old as Dias would be

    (II) Dias was born 5 years ago

    Ans. (C)

    2. What is the distance from city A to city C in kms?

    (I) City A is 90 kms from City B(II) City B is 30 kms from City C

    Ans. (D)

    3.Is A=C ? A, B ,C are real numbers

    (I) A-B=B-C

    (II) A-2C = C-2B

    Ans. (C)

    4. What is the 30th term of a given sequence ?

    (I) The first two terms of the sequence are 1,1/2

    (II) The common difference is -1/2

    Ans. (A)

  • 8/4/2019 WIPRO Mtl.

    30/38

    5.Was Avinash early, on time or late for work?

    (I) He thought his watch was 10 minutes fast

    (II) Actually his watch was 5 minutes slow

    Ans. (D)

    6. What is the value of A if A is an integer?

    (I) A4 = 1

    (II) A3 + 1 = 0

    Ans. (B)

    7. A person travels 12 km in the southward direction and then travels

    5km to the right and then travels 15km toward the right and

    finally travels 5km towards the east, how far is he from his starting place?

    (a) 5.5 kms

    (b) 3 km(c) 13 km

    (d) 6.4 km

    Ans. (b)

    8. X's father's wife's father's granddaughter uncle will be related to X as

    (a) Son

    (b) Nephew

    (c) Uncle

    (d) Grandfather

    Ans. (c)

    9. Find the next number in the series 1, 3 ,7 ,13 ,21 ,31

    (a) 43

  • 8/4/2019 WIPRO Mtl.

    31/38

    (b) 33

    (c) 41

    (d) 45

    Ans. (a)

    10. If in a certain code "RANGE" is coded as 12345 and "RANDOM" is

    coded as 123678. Then the code for the word

    "MANGO" would be

    (a) 82357

    (b) 89343

    (c) 84629

    (d) 82347

    Ans. (d)

    11. If "PROMPT" is coded as QSPLOS ,then "PLAYER" should be

    (a) QMBZFS

    (b) QWMFDW(c) QUREXM

    (d) URESTI

    Ans. (a)

    12. A person travels 6km towards west, then travels 5km towards north

    ,then finally travels

    6km towards west. Where is he with respect to his starting position?

    (a) 13km east

    (b) 13km northeast

    (c) 13km northwest

    (d) 13km west

    Ans. (c)

  • 8/4/2019 WIPRO Mtl.

    32/38

    13. If A speaks the truth 80% of the times, B speaks the truth 60% of the

    times. What is the probability that they tell the

    truth at the same time

    (a) 0.8

    (b) 0.48

    (c) 0.6

    (d) 0.14

    Ans.(b)

    14. Susan can type 10 pages in 5 minutes. Mary can type 5 pages in 10

    minutes. Working together, how many pages can

    they type in 30 minutes?

    A. 15

    B. 20

    C. 25

    D. 65

    E. 75

    Ans: E

    15. Six bells commence tolling together and toll at intervals 2,4,6,8,10

    and 12 seconds respectively. In 30 minutes how

    many times they toll together.

    a) 4

    b) 10

    c) 15

    d) 16

    Ans: d)

    Technical , 20 Questions:

  • 8/4/2019 WIPRO Mtl.

    33/38

    16. If the time quantum is too large, Round Robin scheduling degenerates

    to

    (a) Shortest Job First Scheduling

    (b) Multilevel Queue Scheduling

    (c) FCFS

    (d) None of the above

    Ans. (c)

    17. Transponders are used for which of the following purposes

    (a) Uplinking

    (b) Downlinking

    (c) Both (a) and (b)

    (d) None of the above

    Ans. (c)

    18. The format specifier "-%d" is used for which purpose in C

    (a) Left justifying a string(b) Right justifying a string

    (c) Removing a string from the console

    (d) Used for the scope specification of a char[] variable

    Ans. (a)

    19. A sorting algorithm which can prove to be a best time algorithm in

    one case

    and a worst time algorithm in worst case is

    (a) Quick Sort

    (b) Heap Sort

    (c) Merge Sort

    (d) Insert Sort

    Ans. (a)

  • 8/4/2019 WIPRO Mtl.

    34/38

    5. What details should never be found in the top level of a top-down

    design?

    (a) Details

    (b) Coding

    (c) Decisions

    (d) None of the above

    Ans. (c)

    20. In an absolute loading scheme, which loader function is accomplished

    by assembler

    (a) Reallocation

    (b) Allocation

    (c) Linking

    (d) Both (a) and (b)

    Ans. (d)

    21. Banker's algorithm for resource allocation deals with

    (a) Deadlock prevention

    (b) Deadlock avoidance

    (c) Deadlock recovery

    (d) None of these

    Ans. (b)

    8. Thrashing can be avoided if

    (a) The pages, belonging to the working set of the programs, are in main

    memory

    (b) The speed of CPU is increased

    (c) The speed of I/O processor are increased

    (d) All of the above

    Ans. (a)

  • 8/4/2019 WIPRO Mtl.

    35/38

    22.. Which of the following communications lines is best suited to

    interactive processing applications?

    (a) Narrowband channels

    (b) Simplex channels

    (c) Full-duplex channels

    (d) Mixed band channels

    Ans. (b)

    23. A feasibility document should contain all of the following except

    (a) Project name

    (b) Problem descriptions

    (c) Feasible alternative

    (d) Data flow diagrams

    Ans. (d)

    24. What is the main function of a data link content monitor?

    (a) To detect problems in protocols

    (b) To determine the type of transmission used in a data link

    (c) To determine the type of switching used in a data link

    (d) To determine the flow of data

    Ans. (a)

    25. Which of the following memories has the shortest access time?

    (a) Cache memory

    (b) Magnetic bubble memory

    (c) Magnetic core memory

    (d) RAM

    Ans. (a)

    26. A shift register can be used for

  • 8/4/2019 WIPRO Mtl.

    36/38

    (a) Parallel to serial conversion

    (b) Serial to parallel conversion

    (c) Digital delay line

    (d) All the above

    Ans. (d)

    27. In which of the following page replacement policies, Balady's anomaly

    occurs?

    (a) FIFO

    (b) LRU

    (c) LFU

    (d) NRU

    Ans. (a)

    28. Subschema can be used to

    (a) Create very different, personalised views of the same data(b) Present information in different formats

    (c) Hide sensitive information by omitting fields from the sub-schema's

    description

    (d) All of the above

    Ans. (d)

    29. A 12 address lines maps to the memory of

    a. 1k bytes b. 0.5k bytes c. 2k bytes d. none

    Ans: b

    30. In a processor these are 120 instructions . Bits needed to implement

    this instructions

    [a] 6 [b] 7 [c] 10 [d] none

    Ans: b

  • 8/4/2019 WIPRO Mtl.

    37/38

    31. In a compiler there is 36 bit for a word and to store a character 8bits

    are needed. IN this to store a character two words

    are appended .Then for storing a K characters string, How many words

    are needed.

    [a] 2k/9 [b] (2k+8/9 [c] (k+8/9 [d] 2*(k+8/9 [e] none

    Ans: a 32. Virtual memory size depends on

    [a] address lines [b] data bus

    [c] disc space [d] a & c [e] none

    Ans : a

    Section1- English, 15 questions

    Direction 1-5 : In each of the following questions, find out which part of

    the sentence has an error. if there is no mistake the answer is 'no error'

    33. The house with all its / furniture and exotic plants / were sold for Rs.

    50,000 / No error

    Ans : C

    34 The teacher asked the students / if everyone of them were interested

    in / going on an excursion / No error

    Ans : B

    35. a physiologist in the last century demonstrated / that puppies will die

    / if kept awake for more than five days / No error

    Ans : B

    36. It is unfortunate that / many youngsters get / addicted to gamble /

    No error

  • 8/4/2019 WIPRO Mtl.

    38/38

    Ans : C

    37. I have seen / that film last year / but I do not remember its story /

    No error

    Ans: A

    Directions 6-10: The following questions, consist of two words each that

    have a certain relationship to each other, followed by four lettered pairs of

    words. Select the lettered pair that has the same relationship as the

    original pair of words.

    38. Plants : Coal

    A) Crops : Manure B) Animals : Oil C) Cow : Milk D) Fire : Smoke

    Ans : B

    39. Rectangle : Cylinder

    A) Square : Sphere B) Circle : Dosc C) Triangle : Cone D) Wall : Room

    Ans : C

    40. Expend : Replenish

    A) Exhort : Encourage B) Formant : Rebellion C) Defect : Rejoin D)

    Encroachment : Occupy

    Ans : C