+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
Softwares
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. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
None of them
By using the Task class
By using the ThreadPool class
View Answer
2. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Garbage Collection
Code Safety Verification
Language translation
View Answer
3. Which version of C# is use in visual studio 2019
5.0
8.0
7.0
6.0
View Answer
4. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
5. CLR stands for___________
C# Language Runtime
Common Language Repository
Common Language Runtime
Common Layer Runtime
View Answer
6. In ____________the this keyword is required before the first argument.
Extension method
Static method
Auto implemented property
Collection initializer
View Answer
7. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache system
Cache dependencies
View Answer
8. The default capacity of ArrayList is ________.
16
8
12
32
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
user-defined
application-Level
system-defined
View Answer
10. EF queries are converted to ______ queries for underlying databases.
API
XML
SQL
Reference
View Answer