Placement Papers - Wipro

Wipro Technologies
WIPRO PAPER - 09 AUG 2003 - DURGAPUR
Posted by :
Lathesh
(5)
1. Nine people on different floors. certain conditions,which of this is not possible? J can\'t be on the 1st floor.

2. Diffrent professions,days and namesd are given. who\'s nurse?
ans- S

3. Nose:nasal
ans- ear:aural

4. Sliding window protocol:
ans correction,detection & flow control

5. Touch wire technique; capacitance changes or resistance

6. Ques on prefix notation.

7. Language in which unix was written.

8. Macros when compiled give
ans multiple machine language statements

9. Lowest level computer language

10. Antique:antic:prehistoric:

11. Odd one out: O2,co2,h2,h2o2.

12. Web browser is used for:client side software
(b)Html documents  (c)   (d) all of these

13. Order of sentences( about 5 ques)

14. Grammatical corrections(5 ques)

15. On threading of binary tree.

16. No. of ones in an expression when converted to binary. 3*512+7*64+5*8=3

17. Windows allow how many DC\'s at a time.

18. Creek:dogma:creed:doctrine (odd one out)

19.main()
{
int i=4;
abc(i/4)
printf("%d",i);
}
abc(int i)
{
return i/2;
}

find O/P

20.
main()
{
int i=10;
printf("%d",++i++);
printf("%d",i++);
}
find O/P

21: Ant:herbinger-follower

22: Network layer

23: ARP

24: Binary tree

25: Bombay is coded as bangalore then ccdic -?

26: There was a sum on time :one clock is 4 mts late than other then if correct watch has time 8pm then in faulty watch\'s time.

Try:Analogy,Ant,Syn,Correction of sentences,english passage from (barron,R.S.Aggarwal)

Set of previous year:

Technical

1. Identify two level logic gate 1.nand 2.ex or 3.inverter
ans:nand

2. If there 6 inputs to or gate how many combination possible
1.2 2.32 3.64 ans-64

3..Identify error
main()
{
int n=6;
print("%d",n)
;
} ans -no error

4. A hexadecimal odumeter reads 53F.What is next reading?
1.532 2.53f 3.530 ans-530

5. One question on lower triangular matrix.

6. One question on sparse matrix.

7. Tcp/ip is a)connectionless b)connection oriented c) both a & b; d)none ans b

8) main()
{
int i;
i=2300*10+20+1900*0;
printf("%d",i);
}
a)0 b)-320000 c)230020 ans c

9)main()
{
int arr[5]={2,4};
printf("%d %d %d
",arr[2],arr[3],arr[4]);
}

10)main()
{
struct e{
char name[20];
int a;
float b;
};
struct e ast={"Hell"};
print("%d %f
",ast.a,ast.b);
}

11) What is the depth of a tree?


APTI(30 quesn 25 minutes)

1.ccdic corresponds to delhi then bombay corresponds to

2.many questions on reading comprehension.(LOOK UP BARRON AS WELL AS IMS CAT MATERIAL)

3.ANALYTICS
1.CACTUS GROW IN DESERTS
2.CACTUS HAVE THICK LEAVES.
3.DESERT PLANT HAVE THICK LEAVES.
4.FILL IN THE BLANKS (VERBAL)........

wipro\'s question consisted of 15 technical question.

1.area where program can be rewritten.
ans-Eprom.

2.program which can be read &written.
ans-prom.

3.how does the user communicates with the kernel.
ans-API.

4.Two ques. on binary to decimal.
(1)5.125 ans-101.001.
(2)17625

5.question on QUICK SORT

6.Best sorting is same as worst sorting (Ans: HEAPSORT)

7.Last 8 bits are used for subnet masking for which classes
Ans:CLASS A,B,C

8.What is the tool which connects user and computer -
ANS: INTERPRETER

9.Question on access time and recovery time

10. Question on call by value,call by reference, call by lvalue and rvalue
11. Question on Binary tree

1. Rearranging the jumbled sentences in right order - 5 QUESTIONS each containing around 4 sentences
2. Pick the odd one out - 3 QUESTIONS
3. Passage questions-2
4. Series question -1 : 1,2,6,15,31,_ Ans:56
5. Antonyms (opposites): - 2
6. Analogies : - 2
7. Sentence completion - 2
8. Coding -2 Question .
for Ex-if OCTOBER IS something like 2367589 then TOBOCER IS ..........

1) what r hamming codes?
2) what is modem
3) a group of files is known as
4 in a LAN the sysstems r connected throo.....
5 the word \'band\' in comm.system means ...
6 what is \'batch processing?
7 one q. on transport layer.

8 given a \'c\' program:
main
{
int i=40001;
printf("%d",40000);
}
result=?

9 c program:
main
{
printf("he
llo");
}
reslt=?

10 main
{
char*ptr;
printf("%c",++*ptr++);
}
result=

11 for the gven operation Frequency of each step of operaton
for i = 1 to n
for j =1to n
x = x+1;

12 oldest m/c lang. is?

1. Questions on prefix & postfix notation
prob 1: (A+B)*C-(D+E)/f
PROB2 : (A+B)*(C+D-E)
3. Language which require compiler a) .. b).... sol : cobol
4. Octal equivalent of (178)10 = 262
5. No of layers in TCP/IP protocol sl: 5
6. NO of binary digits to be grouped to obtain hex equivalent sol : 4

7. main()
{
extern int a;
a=20;
printf("%d", sizeof(a));
}
a) 2 b) 4 c) compiler dependent d)error ans: c

8. main()
{ int x=40;
{ int x=20;
printf("%d",x);
}
printf("%d",x);
} a) 40,20 b)20,40 c)error

9. main()
{
extern int i;
printf("%d",i);
}
int i = 20; a) error b)garbage value c)20

10. Unix is written in which language sol : c language

11. The data related to processes is stored in
a) Registers b)process table d) file table

12. Registers are used for
a) data transfer b) data hold c) data receiving d) all

13. Mnemonics into machine language
a) Assembler b) compiler c) interpreter.

APTITUDE
examples..
sugar is sweet. Honey is sweet. sugar is honey. .......7 questions of this type.

In shakespear novel they found ________________
a)flaw b)mistake  c)wrong

Due to war ( something like that..) the country situation became__________
a) unstable b)chaos c)anarchy sol : c.

Logic of some questions 1 2 3 4 5 6 7 is represented as 3 2 1 4 7 6 5 in one set. 7 1 6 2 5 3 4 in another set.
example: october is represented as roecbto then january as
__________
In some arthematic \'+\' is represented as \'-\' etc.. If d=1 i=2 c=3 like that .. then represent dictionary.


IN WRITTEN TEST: THERE were 3 sections;

1st section: IQ test ; in this there was 36 questions ;TIME:40 min; It comrises only figurative type like series pattern Two rows r given of figures each of 4 fig, and the third row consist of 3 fig and 1 blank which u have to fill;These u can got from R.S AGGARWAL VERBAL AND NON VERBAL REASONING...

2nd section: consist of aptitude in which no. of questions =60 and time=40 min..this paper was really interesting and some what difficult all teh 40 qns was of figurartive type but different from IQ; like 4 fif r given of ships and forces r applied to it at different positions and u have to find which will be align in some particular wind direction..or forces applued on a string passing trough different pulleys r given and which eill be have fastest speed or max displacement..max questions r of GEar type different gears were given and 1 direction is given & u have to find the direction fo some ther pulleys\'s directions..

3rd section: TECH paper different for each branh questions for ele:60;time-30 min "" "" mech:36;" -30 min "" "" "" EC :40; "30 min

Wipro Tech
1. what does band signifies ans : it helps in data communnication line .

2.main()
{int i=400000;
printf("%d",i);} ans : -25000(approx.)..... -[65536-num]

3. main()
{printf("hello");}
a. hello b. error c. he d. llo ans : b

4. what does modem do ? ans : it connects the computer and telephone

5. which needs a compiler ans : cobol

6. question on register ans : sequence , instruction , decoder

7. char ***p="hello"
printf("%c",++*p++);} ans : error... if single * is used at declaration then o/p is \'i\'

8.how does the lan work
a. satellite b. opical fibre c. telephone lines d. coaxial cables

9. ques on binary to octal and octal to binary.

10. random access storage area

11. infix to postfix and vice versa

12. pipe ques from unix

13. language in which c was written ans. c

14. where data is stored after calculation ans accumulator

15.which of the following converts the mnemonics into m/c language
ans : assembler

1. the binary number is converted into octal by grouping into
a) Two digits b) Three digits c) Four digits d) None Ans: b

2. interprocess communication is achieved through
a) Pipes b) Semaphore c) Message passage d) Mutual exclusion Ans: c

3. independent network can be connected through
a) Bridge b) Gateway c) Router d) None Ans: c

4. which of the following is not a non-impact printer
a) Laser printer b) Inkjet printer c) Thermal printer d) Line printer Ans: d

5. which of the following is randomly accessible?
a) Magnetic disk b) Floppy c) Both a and b d) Punched cards Ans: c

6. decimal equivalent of (110)2 : ans- 6

7. which statement(s) is/are true? some statements and definitions on binary tree

8. which of the following is tool connector between user and computer?
a) Compiler b) Interpreter c) Both d) None
Ans: b

9. binary tree is defined as some definitions

10. a register where the result of arithmetic and logical operations are stored is
a) ALU b) ACCUMULATOR c) IR d) STACK POINTER
Ans: b

11. what is the output of the program?
main()
{
struct a {
char b[5];
int c;
float d;
};
struct a e = {\'j\', \'k\', \'l\'};
printf("%d %f", e.c, e.d);
} a) 0, 0.00 b) garbage values c) error d) none ans :
if backslash is absent then (a) otherwise (c)

12. what is the output of the program?
main()
{
float fun(float);
float a=3.14, b;
b = fun(a);
printf("%f", b);
}
float fun(float x)
{
return (int)x;
} a) 3.14 b) 3.00 c) garbage values d) 0.00 ans: b

13. what is the output of the program?
main()
{
int fun(float);
int a;
a = fun(3.14);
printf("%d", a);
}
int fun(x)
float x;
{
return (int)x;
} a) 3.14 b) 3 c) garbage values d) 0.00 ans: 3

14.
main()
{
int arr[5]={2, 3};
printf("%d%d%d", arr[2], arr[3], arr[5]);
} a) 0, 0, 0 b) garbage values c) error d) 2, 3, 5 ans: b

15. asynchronous communication between two networks is done when networks are
a) dependent b) independent c) both d)
none ans: b

16. the exponential representation of 0.00076 is
a) 7.6 X 10-4 b) 7.6 X 10-3 c) 7.6 X 10-5 d) none ans: a

17. TCP/IP is four options ans: connection oriented

18.main()
{
int ***p=100;
printf("%d",++*p++);
} a) 40000 b) 1 c) 0 d)none of these ans d.

19) main()
{
printf("he
llo");
} a) he llo b) he llo c)hello d) error
ans d

20)main()
{ int p=400001;
printf("%d",p);
} a)40000 b)1 c)0 d)none of these ans d

21) What is the function of datapro?

22)Modem links between.

23) Instruction executed by..... resister


APTITUDE
There were 10 reading comprehension, 10 fill in the blanks, 10 logical questions including coding.
e.g.
Q. in come code language
274 means "take red carpet"
654 means "dust the carpet"
234 means "roll red carpet"
what is the code for \'roll\'? a) 2 b) 3 c) 4 d) 6
ans: b

Q. in some code language "DEAR" is coded as "SEARD" and "CAT" is coded as "SATC", so how "SING" is coded?
a) SSING b) INGSS c) SINGS d) ISNGS Ans: c
Some questions were like:
There are four sets of questions each consists of three sentences.
Indicate the set(s) in which the last sentence logically completes the previous two:
The sets were like:
All farmers are poor. He is poor. He is farmer.
All cats are dogs. Few dogs are foxes. Few cats are foxes.
Some cashews are peanuts. All peanuts are walnuts. Some cashews are walnuts.
All dogs bark. The man is barking. He is a dog.
Some honey is sugar. Some bees are sugar. So all bees are honey.
All hats are red. Roses are red. All roses are hats.
Coding example:
(1) MONKEY => JLKHBV - go 3 letters back in the alphabet
(2) DIG => AFD - the same as above and a few more....
Comprehensions: Questions asked are completely in relation to the passage. Sometimes may not make sense.
I remember part of it:-
Temporary employment has increased in Britain by 70%. This dry state of statistics represents (or something the same meaning) the "wind of change blowing over Britain." This is because of liberalization.. (globalization, etc.)

Q. what is the wind of change blowing over Britain? 4 options. There were two interviews after the online test - a technical one and another HR.

In the tech. interview people were asked mostly on c/c++ (be serious about pointers), your favourite subjects, data structures (no matter whatever branch u r in), Bluetooth, embedded systems, et


Q.There are six sentences ..select a group of 3 sentences so that one can be defined by remaining two.
A.All philosophers are thinker
B.All thinkers are not philosophers
C.Ram is a thinker
D.Ram is not a philosopher.
E.Shyam is a philosopher.
F.Shyam is a thinker. 1)BCD 2)AEF 3)CAD 4)BCE


Simple c programming
(1) Main ()
{
return i ;
printf("%d",i);
}
int i ;

(2) main( )
{
int i ;
printf("%d,-------) ;
}
3. assemble is used to convert mnemonics to m/c language .
4. PUNCHED CARDS--- HOLLERITH
5;;UNIX WRITTEN IN WHICH LANGUAGE.. ANS C
6 data structure : infix and postfix expression (question )
7 post order and preorder traversal of bt
8 how many layers are in tcp/ip protocal : 5
9 register word ___________ ans : data
10 programmmes are written in ? ans : prom
11. programmmes can b written and delete : eprom
12. in which register where the result of an operation is stored : accumlator.


TWO SECTION
APTITUDE ;
ENGLISH VERBAL
SMALL PASSAGE (comprehension) WORD CODING (like 123 stands for cat then 567 stand for ----)
TECHNICAL SECTION :-
DATA STRUCTURE NETWORKING SOFTWARE C
QUESTION:-
1. 110 base 2 change to hexadecimal.
2. 0.000076 change to exp. form.
3.connection between 2 networks through ANS:- gateway
4.There was two c program(forget the question) but ans for both is garbage value.
5.there was question on binary tree like ;- depth of binary tree.
NOTE ;- ELEMENTARY KNOWELEDGE OF DATA STRUCTURE AND NETWORKING REQUIRED.
7.Interprocess communication (sth like that ) ANS: semaphores
8.tcp/ip protocol a) connection oriented b) conectionless oriented
c) a & b both d)none of the above
9.program
main
{
print ("hello world ")
;} ANS :- no error
10. 392f next hexadecimal. ans:- 3930
11.sequence data-word-record- ans :- file

12. sequential circuit
flip flop
counter
register ANs :- none

13.if there are 16 binary digit ANS:- that will be word.

14. main
{
int i;
for( i=0;i=3;i++)
printf("%d",i); ANS infinite loop.

15.two question was on matrix something like these
x x x -1 -1
x x x x -1
x x x x x
-1 x x x x
-1 -1 x x x ans :- c

16. 4 bit ans :- nibble
sec 1: aptitude test(total 25 qus )
1. 1.coding decoding october is written as eroecbto then how can january b written..........2-3 qus
2. 2. fill appropriate word........2-3 qus
3. pair of 3 sentences were given to find out which combN has logically related sentences......4-5 qus
4. some passages were given. theme &some qus related were asked.......4-5 qus

sec 2: technical test(15 qus)
tech. paper was easy .from C, COMPILER, ASSAMBLER ,DATA STRUCT, REGISTERE, CODE ETC
1. c program
main()
{
int i;
printf("%d", sizeof(i));
} ans:- 2
2 c program
main()
{
extern i
printf("%d",i);
}
int i; ans: error
3 assamblers r used to
4 in & post order traversal of BT
5 registers hold? ans data
6 no. of layers in tcp/ip ans 5
7 how many bits = 1 hexa digit ans 4
8 unix is written in ans Cthat can be used.
5. Hamming code can detect ANS 2 bit error & connect one bit.