+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. Which of the following options is not a function of CLR in the .NET framework?
Code Safety Verification
Memory Management
Garbage Collection
Language translation
View Answer
2. Which interface supports simple iteration over elements of a generic collection.
IList
IEnumerator
IDictionary
ICollection
View Answer
3. The ____________ exception is thrown when a value is assigned to a null object.
NullReferenceException
ArithmeticException
OverflowException
IndexOutofBondException
View Answer
4. CLR stands for___________
Common Layer Runtime
C# Language Runtime
Common Language Repository
Common Language Runtime
View Answer
5. EF queries are converted to ______ queries for underlying databases.
API
SQL
XML
Reference
View Answer
6. The validity of a cache item is based on the _________.
Cache dependencies
Cache directory
Memory used
Cache system
View Answer
7. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
referenced
invoked
static
anonymous
View Answer
8. Which version of C# is use in visual studio 2019
6.0
7.0
8.0
5.0
View Answer
9. In C#, _____________are created using delegates.
Threads
Events
Exceptions
None of these
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the Thread Pool class
None of them
By using Task Class
View Answer