+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. Which property can be used to find the length of a string?
getlength()
length()
Length
textlength()
View Answer
2. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Base Framework Classes
Common Type System(CTS)
Common Language Runtime (CLR)
View Answer
3. Which version of C# is use in visual studio 2019
7.0
6.0
8.0
5.0
View Answer
4. Which access modifier makes the code only accessible within the same class?
protected
public
abstract
private
View Answer
5. The __________ property of the System Exception class return the Exception instance that caused the current exception.
StackTrace
Source
InnerException
Message
View Answer
6. Which of the following options is not a function of CLR in the .NET framework?
Code Safety Verification
Memory Management
Language translation
Garbage Collection
View Answer
7. In C#, _____________are created using delegates.
Exceptions
Events
Threads
None of these
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using Task Class
None of them
By using synchronization events
View Answer
9. The validity of a cache item is based on the _________.
Cache dependencies
Cache system
Memory used
Cache directory
View Answer
10. Managing memory and verifying code safety are functionalities of ________.
Common Language Runtime
Common Language Specification
.Net Framework Class Library
Common Type System
View Answer