+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. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Common Type System(CTS)
View Answer
2. An EF is an ________ tool built for ADO.NET.
XML Reader
ORM
Programming
Windows
View Answer
3. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
Provide a threads-safe implementation of a queue
View Answer
4. Which access modifier makes the code only accessible within the same class?
abstract
public
private
protected
View Answer
5. EF queries are converted to ______ queries for underlying databases.
SQL
Reference
API
XML
View Answer
6. How can you enable communication between threads while synchronizing the threads?
None of them
By using the Task class
By using the ThreadPool class
By using synchronization events
View Answer
7. Which interface supports simple iteration over elements of a generic collection.
IDictionary
IEnumerator
ICollection
IList
View Answer
8. Which operator can be used to compare two values?
=
<>
==
<=
View Answer
9. In C#, _____________are created using delegates.
None of these
Exceptions
Threads
Events
View Answer
10. The __________ method is used to add the dependent cache item.
Cache.Add()
Cache.Insert()
Chache.Save()
Cache.Remove()
View Answer