+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. An EF is an ________ tool built for ADO.NET.
XML Reader
Programming
ORM
Windows
View Answer
2. The validity of a cache item is based on the _________.
Memory used
Cache dependencies
Cache directory
Cache system
View Answer
3. Which interface supports simple iteration over elements of a generic collection.
IDictionary
IList
IEnumerator
ICollection
View Answer
4. Which interface defines methods to control different generic collections.
ICollections
IEnumerator
All of them
IDictionary
View Answer
5. 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
6. 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
7. Which access modifier makes the code only accessible within the same class?
private
public
abstract
protected
View Answer
8. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Message
Source
StackTrace
View Answer
9. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Queue
Stack
ArrayList
Array
View Answer
10. Which version of C# is use in visual studio 2019
6.0
7.0
8.0
5.0
View Answer