Tuesday, March 18, 2008

Wipro Interview Questions - Part 3

The test was for 40 mins,45 Questions to be answered.Paper consisted some arrangement of sentences,antonyms,simple puzzles,coding,simple C program,
Questions on Networks,OS and binary trees.

1.Find the analogy SUPRISE:EXCLAMATION
Ans: Dismay:groan

2.Opposite of Protrusion
Ans:

3.Opposite of Harbinger
Ans:Follower

4.Opposite of Spur
Ans:

5.In which layer ROUTING is performed?
Ans:Network Layer

6.which one has no L-Value
a)a[i] b)i c)2 d)*(a+i)
Ans:c

7.Which of the following should be done in Kernel Mode?
Ans:Disabling Interrupts

8.Which one is a page replacement algorithm
options: a)FIFO b)Most Recently Used c)Least Recently Used d)All the above
Ans: d

9.which of the following would be correct if * is to be replaced with + and +
with *,2 with 8 and 8 with 2
Ans:2+8*6 = 22

10.which protocol used for the physical address by supplying IP address of the
node?
options: a)ARP b)RARP c)BOOTP d)DHCP
Ans: a

11.which is false for a binary tree?
Ans:Any node should have two leaf nodes

12.which is true for binary search?
options: a)Greedy Algorithm b)Traversal Scheme c)Divide and Conquer d)...
Ans: c

13.If Delhi is coded as "ccidd" then bombay is coded as
Ans:

14.If a is 2 years older than b,b is 5 years younger than c,c is 4 years
younger than d.c is 9 years old.what is a's age?
Ans:6 years

15.Output of the following program:
main()
{
printf(5+"fascimile");
}
Ans:mile

No comments: