Saturday, March 21, 2015

Wipro Interview Questions


I would like to share the interview exp/question recently held for Wipro,at 3-5 years exp for L2/L3 protocol dev. Basically there were two technical and one HR round, HR was jsut formality
and about joining date etc. 

First Round
----------- 
1. Introduce yourself briefly. 
2. How ping works.which protocol used in it.
3. What is NAT.
4. Write a program to reverse a number, input 12345 output 54321.
5. Write a program to find the loop in a single linklist.
6. Now Modify your program to remove the loop in same linklst. 
7. What is dangling pointer. So As per him in question 6 it will occurred. 
8. What is deadlock.
9. Write a program in which deadlock created. there were two question ... like how you will identify it, and avode it. 
10. Write a program to delete a node in double linklist if info match. 
11. what are the procedure to allocate the memory dynamically in c. 
12. what are the difference in malloc, calloc and realloc.
13. what are the scheduling technique available. 
14. What are the interprocess communication available. 
15. In pipe IPC, whether first pipe get terminated or still in BG. 
16. what is shell.
17. How to protect the shared memory. 
18. Do you know the GDB. Where it will be used. how you will load. 
19. How you will have the core dump, what are all the information you will get it, how you will debug it. 
20. Do you know chunk file. 
21. what is fork(). what fork will return, whether parent will run first or child when you will do fork. 
22. What is NULL pointer. 
23. What is void pointer. 
24. Can you write a generic single linklist program using void.
25. JUMP,breakpoint, next,continue etc. in GDB, what is 
26. Do you know the socket programming, Write a simple client/server program.
27. What are the call will be in UDP.
28. How TCP handshake will be happen. 
29. What is fragmentation in IP packet. Then what is it in OS context.  
30. What is priority inversion.
31. What is ARP, what are the filed in ARP table ,how it will updated. 
31. Do You have any questions, Wait for another round.  


Second round
------------ 



HR Round (Final round)
---------------------- 
1. He gone through the resume and ask some simple questions.
2. when you can join us. 
3. Reason to leave the current company. 
4. Then some question related to work. environment in Wipro, expectation of Wipro.
5. Do you have any Question. 

If you like to thanks to Q-4-Interview (q4interview.blogspot.in) for being a helpful free resource? Then why not you tell your friends about it.

No comments:

Post a Comment