+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. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
None of them
By using the Task class
By using synchronization events
View Answer
2. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Language Runtime (CLR)
Common Type System(CTS)
Base Framework Classes
Dynamic Language Runtime(DLR)
View Answer
3. The __________ method is used to add the dependent cache item.
Cache.Insert()
Chache.Save()
Cache.Remove()
Cache.Add()
View Answer
4. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
unnamed
anonymous
partial
named
View Answer
5. The validity of a cache item is based on the _________.
Cache directory
Cache dependencies
Memory used
Cache system
View Answer
6. Which interface supports simple iteration over elements of a generic collection.
ICollection
IEnumerator
IList
IDictionary
View Answer
7. Which interface defines methods to control different generic collections.
ICollections
IDictionary
All of them
IEnumerator
View Answer
8. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
9. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
Entity SQL
LINQ
EF API
ADO.Net
View Answer
10. EF queries are converted to ______ queries for underlying databases.
XML
API
Reference
SQL
View Answer