++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 of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Common Type System(CTS)
Base Framework Classes
View Answer
2. 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
3. Which access modifier makes the code only accessible within the same class?
abstract
protected
public
private
View Answer
4. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
View Answer
5. The default capacity of ArrayList is ________.
8
16
12
32
View Answer
6. The __________ method is used to add the dependent cache item.
Cache.Remove()
Chache.Save()
Cache.Add()
Cache.Insert()
View Answer
7. EF queries are converted to ______ queries for underlying databases.
API
XML
SQL
Reference
View Answer
8. In C#, _____________are created using delegates.
Events
None of these
Exceptions
Threads
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
static
anonymous
referenced
View Answer
10. An EF is an ________ tool built for ADO.NET.
Windows
ORM
Programming
XML Reader
View Answer