Home > Internet Programming > Quizzes > Dot Net Fundamentals Test
Dot Net Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 24% Most missed: “Which of the options is being referred to in the following statement:”
Dot Net Fundamentals Test
Time left 00:00
25 Questions

1. A user application-domain can be created:
2. Which of the following services are provided by CLR?
3. Which of the following is correct for value and reference types in .NET?
4. A standard Windows PE file is divided into a number of sections. Which of the following are not valid native image sections?
5. Which of these are runtime hosts in .Net Framework?
6. Which base class do all web forms inherit from?
7. In.NET generics - the type parameter:
8. Which of the following helps expose COM components to the .NET framework?
9. Which of the following are included in a Static assembly?
10. Which of the following is a must for a private assembly?
11. Which of the following files is used to implement application and session level events?
12. Which of the following is used to do garbage collection?
13. Which of the following is used to notify all waiting threads of a change in the object's state?
14. Which of the following is used as a Serializer for the web services?
15. ____ is a subset of the CTS.
16. Which transport protocol is used to call a Web Service?
17. Which of the following tools can be used to configure assemblies located in the GAC?
18. Xcopy method is not sufficient for deployment:
19. What happens when enough memory is not available to be allocated to an object?
20. The Process of automatic memory management involves the following tasks:
21. Why doesn't .Net runtime offer deterministic destruction?
22. What is the command 'caspol -lg' used for?
23. Which of the following are the main goals behind ADO .NET?
24. Code Manager is a the part of:
25. Microsoft .NET supports value types for performance reasons - but everything in .NET is ultimately an object. Value types are allocated on the stack by default - but they can always be converted into a heap-based - reference-type object. What is this conversion called?