+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. In ____________the this keyword is required before the first argument.
Extension method
Static method
Auto implemented property
Collection initializer
View Answer
2. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
All of them
Partial
unnamed
View Answer
3. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
referenced
static
invoked
View Answer
4. CLR stands for___________
Common Language Runtime
Common Layer Runtime
Common Language Repository
C# Language Runtime
View Answer
5. Which data type is used to create a variable that should store text?
Boolean
float
String
int
View Answer
6. Which property can be used to find the length of a string?
getlength()
textlength()
length()
Length
View Answer
7. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Common Type System(CTS)
Common Language Runtime (CLR)
Base Framework Classes
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using the Task class
By using synchronization events
None of them
View Answer
9. Which access modifier makes the code only accessible within the same class?
private
public
abstract
protected
View Answer
10. EF queries are converted to ______ queries for underlying databases.
SQL
Reference
XML
API
View Answer