. NET Direction Advanced developer interview should be considered in advance

Source: Internet
Author: User
Tags try catch

(to clarify, the purpose of my posting is not to give a specific assessment of the quality of these issues, but in fact my company examines these issues.) And can basically answer to say cream. If you think these questions are simple, then basically. NET interview session There is no problem, at the same time welcome to provide some more questions. If you still do not know, then you might as well calm down to think about (or 15 seconds to search), there is no need to spend too much time to attack the rationality of the topic. After all, almost all interviews are like this. If we can't change, we should learn to adapt. )
If your resume says "proficient. NET", then the following questions should most probably give a better answer. I will give some of my thoughts later, and ask you to correct me and participate in the discussion. Also welcome to provide me with more questions. Here are some basic questions: http://www.cnblogs.com/dflying/archive/2006/04/01/364458.html

Note: For each judgment is a non-issue, consider "why" and "why not."

  1. What is the difference between thread and process? NET introduces the concept of application domain, so what's the difference between the three of them? Will the introduction of application domain bring some potential problems?
  2. What is the difference between a Windows service and a normal exe during execution?
  3. How large is the Windows address space that a process can access? equals the virtual memory size of the system? What impact will these two aspects have on the design of the system?
  4. What is the difference between EXE and DLL? How should you choose to use them in your system design?
  5. What is the difference between a normal exe and the. NET EXE implementation process?
  6. What is a weak type and what is a strong type? Which type should be considered first in the system design?
  7. What is a PDB file for? What information does it contain?
  8. What is cyclomatic complexity? Why is it important?
  9. To create a critical section to access a variable write a standard lock () plus double check.
  10. Implements the standard Dispose mode for an object.
  11. What is FullTrust? Does the assembly that exist in the GAC have FullTrust?
  12. What does the following command do? gacutil/l | find/i "System"
  13. What does the following command do? Sn-t Something.dll
  14. Which port does DCOM across firewalls have to open? What is port 135 for?
  15. Is there any way to integrate with existing unmanaged code? What issues should you consider when integrating?
  16. Explain briefly what OOP and SOA are used for?
  17. How does the XmlSerializer work? What ACL permissions do I need when the process runs XmlSerializer?
  18. When should a try catch be used at System design time? When do I need to avoid it?
  19. What is the difference between debug.write () and Trace.Write ()? Where should they be used respectively?
  20. What is the difference between Debug build and release build? Is there any obvious difference in the efficiency of execution?
  21. Does the JIT occur for assembly or method? explain why. NET designer to do this?
  22. Briefly describe the process of GC execution.
  23. How do I choose to use abstract class or interface?
  24. How do you choose to use value type or reference type when designing a custom type?
  25. What is the difference between the default implementation for value Type and reference type,a.equals (b)?
  26. . Why is the default deep copy not available in net? If necessary, how do I implement deep copy?
  27. Relative to. NET 1.1,. What support does the NET2.0 provide to avoid the overhead of excessive boxing/unboxing?
  28. string is value type or reference type? Why. NET string object is set to immutable?

If you can answer most of these questions more perfectly, you can undoubtedly claim that you are "proficient in. NET". Good luck to you all!

. NET Direction Advanced developer interview should be considered in advance of the question

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.