.NET interview questions at Wipro

A reader recently interviewed for C# position at Wipro and sent the following questions:

  1. Difference between directcast and ctype.
  2. An example of a ctype and directcast.
  3. ctype(123.34,integer) - should it throw an error? Why or why not?
  4. directcast(123.34,integer) - should it throw an error? Why or why not?
  5. Difference between a sub and a function.
  6. Explain manifest & metadata.
  7. Scope of public/private/friend/protected/protected friend.
  8. Different kinds of methods.
  9. Difference between imperative and interrogative code.
  10. Difference between value and reference type.
  11. What are the two kinds of properties.
  12. What is the raise event used for?
  13. Explain constructor.
  14. What is a resource? Provide an example from your recent project.
  15. What is a system lock?
  16. Describe ways of cleaning up objects.
  17. Where does the dispose method lie and how can it be used to clean up resources?
  18. How can you clean up objects holding resources from within the code?

Do you have a job interview with Wipro? Read what others had to say.

This entry was posted in .NET. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

51 Comments on .NET interview questions at Wipro

  1. suba
    Posted 3/18/2008 at 2:18 am | Permalink

    If a = Oxaa and b = a « 1 then which of the following is true

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*