++92 313 8389893
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. Which interface supports simple iteration over elements of a generic collection.
IList
IDictionary
IEnumerator
ICollection
View Answer
2. An EF is an ________ tool built for ADO.NET.
Programming
Windows
XML Reader
ORM
View Answer
3. CLR stands for___________
Common Layer Runtime
C# Language Runtime
Common Language Runtime
Common Language Repository
View Answer
4. The ____________ exception is thrown when a value is assigned to a null object.
NullReferenceException
OverflowException
ArithmeticException
IndexOutofBondException
View Answer
5. The __________ method is used to add the dependent cache item.
Cache.Remove()
Cache.Insert()
Chache.Save()
Cache.Add()
View Answer
6. How can you enable communication between threads while synchronizing the threads?
By using the Task class
None of them
By using synchronization events
By using the ThreadPool class
View Answer
7. Which interface defines methods to control different generic collections.
IDictionary
IEnumerator
All of them
ICollections
View Answer
8. Which of these indicates whether sliding expiration is enables?
None of them
Cache Policy
Sliding Expiration
Absolute Expiration
View Answer
9. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
ADO.Net
Entity SQL
LINQ
EF API
View Answer
10. Which access modifier makes the code only accessible within the same class?
private
public
protected
abstract
View Answer