+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. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
partial
named
unnamed
View Answer
2. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
unnamed
Partial
Anonymous
View Answer
3. What is the process of the concurrentDictionary
class?
None of them
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
4. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Code Safety Verification
Memory Management
Language translation
View Answer
5. Which interface supports simple iteration over elements of a generic collection.
ICollection
IList
IDictionary
IEnumerator
View Answer
6. Which interface defines methods to control different generic collections.
IEnumerator
IDictionary
All of them
ICollections
View Answer
7. 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
8. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
return
where
select
from
View Answer
9. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Type System(CTS)
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Base Framework Classes
View Answer
10. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Language Specification
Common Type system
View Answer