+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 interface defines methods to control different generic collections.
ICollections
All of them
IEnumerator
IDictionary
View Answer
2. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
Common Type System(CTS)
Base Framework Classes
View Answer
3. Managing memory and verifying code safety are functionalities of ________.
Common Language Specification
.Net Framework Class Library
Common Type System
Common Language Runtime
View Answer
4. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
All of them
unnamed
Partial
View Answer
5. Which version of C# is use in visual studio 2019
6.0
5.0
8.0
7.0
View Answer
6. An EF is an ________ tool built for ADO.NET.
ORM
Programming
XML Reader
Windows
View Answer
7. How can you enable communication between threads while synchronizing the threads?
By using the Task class
None of them
By using synchronization events
By using the ThreadPool class
View Answer
8. In ____________the this keyword is required before the first argument.
Static method
Collection initializer
Auto implemented property
Extension method
View Answer
9. Which operator can be used to compare two values?
==
<=
=
<>
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using synchronization events
None of them
By using Task Class
View Answer