+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. In ____________the this keyword is required before the first argument.
Collection initializer
Extension method
Auto implemented property
Static method
View Answer
2. How can you enable communication between threads while synchronizing the threads?
None of them
By using the ThreadPool class
By using the Task class
By using synchronization events
View Answer
3. Which version of C# is use in visual studio 2019
8.0
5.0
7.0
6.0
View Answer
4. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
unnamed
anonymous
View Answer
5. An EF is an ________ tool built for ADO.NET.
XML Reader
ORM
Windows
Programming
View Answer
6. CLR stands for___________
C# Language Runtime
Common Language Repository
Common Language Runtime
Common Layer Runtime
View Answer
7. The ____________ exception is thrown when a value is assigned to a null object.
OverflowException
ArithmeticException
NullReferenceException
IndexOutofBondException
View Answer
8. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Message
StackTrace
Source
View Answer
9. Which interface defines methods to control different generic collections.
ICollections
IDictionary
IEnumerator
All of them
View Answer
10. Which access modifier makes the code only accessible within the same class?
private
protected
public
abstract
View Answer