+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
Enroll Now
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. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
static
referenced
invoked
anonymous
View Answer
2. The ____________ exception is thrown when a value is assigned to a null object.
IndexOutofBondException
NullReferenceException
ArithmeticException
OverflowException
View Answer
3. How can you enable communication between threads while synchronizing the threads?
None of them
By using Task Class
By using synchronization events
By using the Thread Pool class
View Answer
4. Managing memory and verifying code safety are functionalities of ____________
Common Type system
Common Language Runtime
Common Language Specification
.NET Framework Class Library
View Answer
5. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Code Safety Verification
Garbage Collection
Language translation
View Answer
6. The validity of a cache item is based on the _________.
Cache system
Cache dependencies
Memory used
Cache directory
View Answer
7. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
StackTrace
InnerException
Message
View Answer
8. CLR stands for___________
C# Language Runtime
Common Language Repository
Common Language Runtime
Common Layer Runtime
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
system-level
application-Level
system-defined
View Answer
10. EF queries are converted to ______ queries for underlying databases.
XML
API
SQL
Reference
View Answer