.NET Framework Test

Exam Type: | MCQ Skill Test |
Questions Type: | Multiple Choice Questions |
Total Questions: | 40 |
Time Limit: | 15 Minutes |
Last Update | April, 2025 |



Text Detail
.NET Framework Assessment Linkedin
When does ASP.NET Web API send the HTTP response 500 – Internal Server Error?
- for exceptions related to JSON processing only
- This is not an actual error.
- by default for all caught exceptions only
- by default for all uncaught exceptions
Linkedin .NET Framework Quiz
You want to add responsibilities to objects dynamically. Which design pattern best fits this objective?
- Singleton
- Bridge
- Facade
- Decorator
Linkedin .NET Framework test
What is the difference between a heap and a stack?
- The heap is stored value types; the stack is stored reference types.
- The heap is stored object types; the stack is stored class types.
- The stack is stored object types; the heap is stored class types.
- The stack contains stored value types; the heap contains stored reference types.
Linkedin .NET Framework Questions Answers
Which is NOT a component of .NET Framework?
- side-by-side execution
- Common Language JIT
- Common Language Runtime
- .NET Framework class library
.NET Framework Assessment Linkedin Answers
Why would Normal-JIT be used by the .NET Framework?
- to compile only the methods that are called at runtime and remove them from memory after execution
- to compile only the methods that are called at runtime and then store them in cache for one minute
- to compile complete source code into native code in a single compilation cycle during deployment of the application
- to compile only methods called at runtime—which are compiled the first time the methods are called and then stored in cache to be used for execution when the same methods are called again