+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. CLR stands for___________
Common Layer Runtime
Common Language Runtime
C# Language Runtime
Common Language Repository
View Answer
2. 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
3. Which interface defines methods to control different generic collections.
IDictionary
ICollections
IEnumerator
All of them
View Answer
4. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a dictionary of key value pairs
None of them
Provide a threads-safe implementation of a queue
View Answer
5. EF queries are converted to ______ queries for underlying databases.
XML
SQL
Reference
API
View Answer
6. Which property can be used to find the length of a string?
getlength()
Length
length()
textlength()
View Answer
7. Managing memory and verifying code safety are functionalities of ____________
Common Type system
Common Language Specification
Common Language Runtime
.NET Framework Class Library
View Answer
8. Which access modifier makes the code only accessible within the same class?
abstract
protected
private
public
View Answer
9. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
anonymous
partial
unnamed
View Answer
10. In C#, _____________are created using delegates.
Exceptions
Events
Threads
None of these
View Answer