+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________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
unnamed
named
anonymous
View Answer
2. The __________ method is used to add the dependent cache item.
Cache.Remove()
Chache.Save()
Cache.Add()
Cache.Insert()
View Answer
3. Which data type is used to create a variable that should store text?
int
Boolean
float
String
View Answer
4. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
InnerException
StackTrace
Message
View Answer
5. Which access modifier makes the code only accessible within the same class?
private
abstract
protected
public
View Answer
6. Which interface defines methods to control different generic collections.
ICollections
IEnumerator
IDictionary
All of them
View Answer
7. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
Entity SQL
ADO.Net
EF API
LINQ
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using synchronization events
By using the Task class
None of them
View Answer
9. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
anonymous
referenced
static
View Answer
10. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
unnamed
All of them
Anonymous
Partial
View Answer