+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
Common Language Repository
C# Language Runtime
View Answer
2. Which operator can be used to compare two values?
<>
<=
==
=
View Answer
3. How can you enable communication between threads while synchronizing the threads?
By using the Task class
None of them
By using the ThreadPool class
By using synchronization events
View Answer
4. What is the correct way to create an object called myObj of MyClass?
all of these
new obj = new ();
myclass myobj = new myclass();
class myobj = myclass();
View Answer
5. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
RijndaelManaged
CryptoStream
ICryptoTransform
NetworkStream
View Answer
6. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a queue
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
7. The __________ property of the System Exception class return the Exception instance that caused the current exception.
StackTrace
Message
InnerException
Source
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using Task Class
None of them
By using the Thread Pool class
By using synchronization events
View Answer
9. Which property can be used to find the length of a string?
textlength()
Length
length()
getlength()
View Answer
10. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Type System(CTS)
Common Language Runtime (CLR)
Base Framework Classes
Dynamic Language Runtime(DLR)
View Answer