+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Memory Management
Language translation
Code Safety Verification
View Answer
2. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Dynamic Language Runtime(DLR)
Common Type System(CTS)
Common Language Runtime (CLR)
View Answer
3. The validity of a cache item is based on the _________.
Memory used
Cache dependencies
Cache directory
Cache system
View Answer
4. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
unnamed
Anonymous
Partial
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
unnamed
anonymous
named
View Answer
6. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-defined
system-level
application-Level
user-defined
View Answer
7. CLR stands for___________
Common Language Runtime
Common Language Repository
C# Language Runtime
Common Layer Runtime
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
None of them
By using the ThreadPool class
By using the Task class
View Answer
9. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
myclass myobj = new myclass();
class myobj = myclass();
all of these
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
StackTrace
Source
Message
View Answer