+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. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
None of them
Provide a threads-safe implementation of a stack
View Answer
2. In C#, _____________are created using delegates.
Threads
Exceptions
None of these
Events
View Answer
3. Which data type is used to create a variable that should store text?
int
Boolean
float
String
View Answer
4. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
referenced
anonymous
static
View Answer
5. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Runtime
Common Language Repository
View Answer
6. The default capacity of ArrayList is ________.
16
32
12
8
View Answer
7. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache dependencies
Cache system
View Answer
8. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
View Answer
9. Which version of C# is use in visual studio 2019
8.0
7.0
6.0
5.0
View Answer
10. Managing memory and verifying code safety are functionalities of ____________
Common Type system
Common Language Runtime
.NET Framework Class Library
Common Language Specification
View Answer